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