
Covers Documentation Reference API Development Stripe
Description
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.
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
More skills from the ai repository
View all 6 skillsSkillTagsUpdated
connect-recommend
configure Stripe Connect marketplace and payments
Jul 24ConfigurationPaymentsSalesStripestripe-best-practices
architect Stripe payment integrations
Jul 24ArchitecturePaymentsSaaSStripestripe-directory
search the Stripe partner directory
Jun 10PaymentsResearchSaaSSearch +1stripe-projects
bootstrap apps with Stripe Projects
Jul 17CLILocal DevelopmentSaaSStripeupgrade-stripe
upgrade Stripe API versions and SDKs
Apr 6MigrationPaymentsSDKStripe