api-fetcher-specific-domains
Installation
SKILL.md
Domain-Specific API Skill
Provide real-world API patterns and examples from well-known domains and platforms.
Domain Coverage
Read the relevant section below when the user asks about a specific domain.
Payments (Stripe-style)
Base URL: https://api.stripe.com/v1
Auth: Basic auth with secret key (sk_live_...) as username, no password
POST /charges — create a charge
Related skills