Agent Skills: By resource name

>-

UncategorizedID: stripe/ai/stripe-docs

Repository

stripeLicense: MIT
1,798337

Install this agent skill to your local

pnpm dlx add-skill https://github.com/stripe/ai/tree/HEAD/providers/grok/plugin/skills/stripe-docs

Skill Files

Browse the full folder contents for stripe-docs.

Download Skill

Loading file tree…

providers/grok/plugin/skills/stripe-docs/SKILL.md

Skill Metadata

Name
stripe-docs
Description
>-

Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch. If you don’t have the CLI installed, install the Stripe CLI.

Always use the latest CLI version. If the current CLI version is less than v1.50.9, you must upgrade to access gated documentation.

  • Fetches Markdown automatically
  • Fetches gated documentation. Users must log in using stripe login to access gated documentation.
  • Purpose-built for agents and terminal workflows

Read a page by its web path

stripe docs /payments

Search documentation by keyword

stripe docs search "payment intents"

Look up API reference

# 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