stripe-docs

stripe-docs

熱門

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.

1771星標
328分支
更新於 2026/8/26
要求的譯文尚未完成,目前顯示原始英文。
SKILL.md
唯讀
名稱
stripe-docs
描述

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.

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