docs.stripe.com

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.

All-time #1245 Trending #769 Hot #683 First seen Jul 21, 2026
8-week activity · all time api

Installation

$ npx skills add https://docs.stripe.com

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 docs.stripe.com.

npx skills add https://docs.stripe.com

Browse all from docs.stripe.com

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

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(stripe docs *)
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 899 B

History

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

SKILL.md

Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch.

  • Fetches Markdown automatically
  • 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