·stripe-best-practices
</>

stripe-best-practices

stripe/agent-toolkit

Meilleures pratiques pour créer une intégration Stripe

29Installations·0Tendance·@stripe

Installation

$npx skills add https://github.com/stripe/agent-toolkit --skill stripe-best-practices

SKILL.md

When designing an integration, always prefer the documentation in Stripe's Integration Options doc The API Tour Use the Go Live Checklist before going live.

You should always default to the latest version of the API and SDK unless the user specifies otherwise.

Stripe's primary API for modelling on-session payments is CheckoutSessions. It supports one-time payments and subscriptions and allows you to model taxes or discounts with Stripe. Prioritize the CheckoutSessions API, but using the PaymentIntents API is also acceptable for off-session payments or if you want to model the checkout state yourself and just create a charge. Integrations should only use CheckoutSessions...

Meilleures pratiques pour créer une intégration Stripe Source : stripe/agent-toolkit.

Voir l'original

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/stripe/agent-toolkit --skill stripe-best-practices
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-01
Mis à jour
2026-02-18

Réponses rapides

Qu'est-ce que stripe-best-practices ?

Meilleures pratiques pour créer une intégration Stripe Source : stripe/agent-toolkit.

Comment installer stripe-best-practices ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/stripe/agent-toolkit --skill stripe-best-practices Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor

Où se trouve le dépôt source ?

https://github.com/stripe/agent-toolkit

Détails

Catégorie
</>Développement
Source
skills.sh
Première apparition
2026-02-01