stripe/ai · Official

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. Use to fetch gated documentation.

All-time #6732 Trending #3185 Hot #3871 First seen Jul 21, 2026
8-week activity · all time api

Installation

$ npx skills add stripe/ai --skill stripe-docs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from stripe/ai.

npx skills add stripe/ai

Browse all from stripe/ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.8K
License LICENSE
Default branch main
Open issues 25
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(stripe docs *), Bash(stripe login), Bash(stripe version)
More metadata
short-description
Read and search Stripe documentation from the terminal

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,356 B
  • docs SUMMARY.md 219 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,800 installs

SKILL.md

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