• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLOfficialdevelopment

stripe-docs

プラグイン
stripe
ソース
GitHub で見る ↗
説明

次のような場合に使用: ユーザーやエージェントが 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.

ユースケース
  • Stripeのドキュメントを読む必要があるとき
  • Stripe APIリファレンスを検索するとき
  • Stripe APIの使用方法を参照するとき
本文(日本語訳)

次のような場合に使用: curl や WebFetch などのツールで直接 docs.stripe.com のコンテンツを取得する代わりに、stripe docs コマンドを使う

  • Markdown 形式のドキュメントを自動的に取得できる
  • エージェント(自動処理プログラム)とターミナルワークフロー(コマンドライン作業)に最適化された設計

ウェブパスでドキュメントページを表示

stripe docs /payments

キーワードでドキュメントを検索

stripe docs search "payment intents"

API リファレンス(仕様書)を検索

# リソース名で検索
stripe docs api product

# HTTPメソッドとパスで検索
stripe docs api GET /v1/products

# イベントタイプで検索
stripe docs api product.created
原文(English)を表示

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

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。