What problem does it solve? Fetching Stripe documentation with curl or WebFetch returns raw HTML that is hard for agents to parse. 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 - Page Reading: Fetch any Stripe documentation page as Markdown by its web path, such as /payments. - Keyword Search: Search the full Stripe documentation by keyword, for example payment intents. - API Reference Lookup: Look up 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 subscription webhooks work; it runs stripe docs search "subscription webhooks" and returns the relevant Markdown documentation directly in context. ## Quick Start Ask the agent to look up how Stripe Payment Intents work using the stripe docs command.