Skills
Skill 7 of 10
Use when the user or agent needs to read, search, or look up Stripe documentation or API reference.
1 minute · 75 words · 3 sections
Install
npx skills add stripe/ai --skill stripe-docsnpx skills add stripe/ai/plugin marketplace add stripe/aiThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use stripe docs instead of fetching docs.stripe.com (opens in a new tab) content directly with curl or WebFetch. If you don’t have the CLI installed, install the Stripe CLI (opens in a new tab).
Always use the latest CLI version. If the current CLI version is less than v1.50.9, you must upgrade (opens in a new tab) to access gated documentation.
stripe login to access gated documentation.stripe docs /paymentsstripe docs search "payment intents"# By resource name
stripe docs api product
# By HTTP method and path
stripe docs api GET /v1/products
# By event type
stripe docs api product.createdUse when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com content. Use to fetch gated documentation.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
Bash(stripe docs *)Bash(stripe login)Bash(stripe version)skills/stripe-docs/SKILL.mdmain, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md..claude-plugin/marketplace.json by Stripe, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./stripe/ai.md, and each skill at its own .md URL.