Agent Skills
› stripe/ai
› stripe-docs
stripe-docs
GitHub用于读取、搜索和查找 Stripe 文档或 API 参考。自动获取 Markdown,专为代理和终端工作流设计,优于直接使用 curl 或 WebFetch。
Trigger Scenarios
用户需要查询 Stripe 官方文档内容
用户需要搜索 Stripe API 参考信息
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:41


