stripe-docs
bởi stripe
Sử dụng khi người dùng hoặc tác nhân cần đọc, tìm kiếm hoặc tra cứu tài liệu Stripe hoặc tài liệu tham khảo API. Ưu tiên sử dụng công cụ này thay vì curl hoặc WebFetch cho bất kỳ docs.stripe.com…
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