Catalog
stripe/stripe-docs

stripe

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.

global
Allowed Tools
Bash(stripe docs *)
short-description:Read and search Stripe documentation from the terminal
New~181
v1.0Saved Jul 22, 2026

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
Files1
1 files · 1.1 KB

Select a file to preview

Overall Score

82/100

Grade

B

Good

Safety

88

Quality

82

Clarity

85

Completeness

72

Summary

This skill guides agents to use the `stripe docs` CLI command to read, search, and reference Stripe documentation instead of fetching docs.stripe.com directly with curl or WebFetch. It provides clear examples for looking up pages by path, searching by keyword, and accessing API reference by resource name, HTTP method, or event type.

Detected Capabilities

bash command execution (stripe docs CLI)documentation search and lookupterminal-based documentation access

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

look up stripe docsstripe api referencesearch stripe documentationstripe payment intentsstripe webhook events

Referenced Domains

External domains referenced in skill content, detected by static analysis.

docs.stripe.com

Use Cases

  • Looking up Stripe payment documentation during development
  • Searching for API reference by resource name or HTTP method
  • Finding event type documentation for webhook handling
  • Accessing Stripe API reference from terminal workflows without leaving the CLI
  • Discovering documentation page paths during coding sessions

Quality Notes

  • Skill correctly recommends using purpose-built CLI tool over generic HTTP requests—good design practice
  • Clear examples cover three distinct use cases (path-based, keyword search, API reference)
  • Concise documentation with unambiguous command syntax—easy for agents to follow
  • Supports multiple lookup patterns (resource name, HTTP method, event type) with concrete examples
  • Legitimate allowed-tools specification with appropriate glob pattern for stripe docs command
  • No security concerns—reads documentation only, no file writes or destructive operations
  • Minimal scope keeps the skill focused and predictable
Model: claude-haiku-4-5-20251001Analyzed: Jul 22, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use stripe/stripe-docs in your dev environment

Command Palette

Search for a command to run...

stripe/stripe-docs | SkillRepo