What problem does it solve? Fetching Stripe documentation with curl or WebFetch returns raw HTML that is hard to parse and wastes context. This Skill routes all docs.stripe.com lookups through the stripe docs CLI, which returns clean Markdown purpose-built for terminal and agent workflows. ## Core Features & Use Cases - Read pages by path: Load any Stripe docs page (e.g., /payments) directly as Markdown. - Keyword search: Search the full Stripe documentation with queries like "payment intents". - API reference lookup: Retrieve API reference by resource name (product), by HTTP method and path (GET /v1/products), or by event type (product.created). - Use Case: While integrating Stripe billing, ask the agent how webhook events for subscriptions work, and it pulls the exact API reference and guide pages without leaving the terminal. ## Quick Start Ask the agent to look up the Stripe API reference for creating a payment intent using the stripe docs command.