Agent Skills
› stripe/ai
› stripe-docs
stripe-docs
GitHub提供 Stripe 文档和 API 参考的专用查询工具,支持按路径阅读、关键词搜索及 API 查找,替代手动 curl 或 WebFetch,自动获取 Markdown 内容。
Trigger Scenarios
需要查阅 Stripe 官方文档
查找 Stripe API 参考信息
搜索 Stripe 特定功能说明
Install
npx skills add stripe/ai --skill stripe-docs -g -y
SKILL.md
Frontmatter
{
"name": "stripe-docs",
"metadata": {
"short-description": "Read and search Stripe documentation from the terminal"
},
"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.",
"allowed-tools": [
"Bash(stripe docs *)"
]
}
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
Version History
- 84c364c Current 2026-07-25 08:40


