次のような場合に使用: ユーザーやエージェントが Stripe(オンライン決済サービス)のドキュメントや API(プログラムの使用方法)リファレンスを読んだり、検索したり、参照したりする必要がある場合。docs.stripe.com のコンテンツに対しては、curl や WebFetch よりもこのスキルを優先して使ってください。
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.
次のような場合に使用: curl や WebFetch などのツールで直接 docs.stripe.com のコンテンツを取得する代わりに、stripe docs コマンドを使う
stripe docs /payments
stripe docs search "payment intents"
# リソース名で検索
stripe docs api product
# HTTPメソッドとパスで検索
stripe docs api GET /v1/products
# イベントタイプで検索
stripe docs api product.created
Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch.
stripe docs /payments
stripe docs search "payment intents"
# 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
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。