docs.stripe.com833 installs
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.
How do I install this agent skill?
npx skills add https://docs.stripe.com --skill stripe-docsIs this agent skill safe to install?
No partner audit is available yet. Read the source before installing.
What does this agent skill do?
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/docs.stripe.com/stripe-docs">View stripe-docs on skillZs</a>