Install in Claude Code
Copygit clone --depth 1 https://github.com/stripe/ai /tmp/stripe-docs && cp -r /tmp/stripe-docs/skills/stripe-docs ~/.claude/skills/stripe-docsThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
Use `stripe docs` instead of fetching [docs.stripe.com](https://docs.stripe.com/.md) content directly with `curl` or `WebFetch`. - Fetches Markdown automatically - Purpose-built for agents and terminal workflows ## Read a page by its web path ```bash stripe docs /payments ``` ## Search documentation by keyword ```bash stripe docs search "payment intents" ``` ## Look up API reference ```bash # 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 ```