stripe-docs
द्वारा stripe
उपयोग करें जब उपयोगकर्ता या एजेंट को Stripe दस्तावेज़ या API संदर्भ पढ़ने, खोजने या देखने की आवश्यकता हो। किसी भी docs.stripe.com… के लिए इसे curl या WebFetch पर प्राथमिकता दें।
npx skills add https://github.com/stripe/ai --skill stripe-docsUse 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