stripe/ai-plugin-stripe-docs
>- Use 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.
This is a copy. The original lives at stripe/stripe-docs.
npx skills add https://github.com/stripe/ai --skill stripe-docs
Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch.
stripe docs /payments
stripe 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.created
Take stripe/ai-plugin-stripe-docs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.