stripe
$ brew install stripe/stripe-cli/stripeWebhook testing, payments debugging, and local dev from the terminal.
- stripe fits git & github well, especially for webhook testing, payments debugging, and local dev from the terminal.
- It is the official CLI from Stripe.
- Good for scripts and agents.
- Good fit for coding-agent workflows and repeatable scripts.
- Structured output is available for automation and parsing.
Stripe guide
The official CLI from Stripe. Webhook testing, payments debugging, and local dev from the terminal. Supports structured output — good for scripts and agents.
Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.
When to apply
- webhook testing, payments debugging, and local dev from the terminal.
- You're on Stripe and want the official terminal experience.
- You need webhook testing.
- You need payments debugging.
- You need local dev.
Quick reference
brew install stripe/stripe-cli/stripestripe --helpstripe login && stripe listen --forward-to localhost:3000/api/webhooksOpen CLI × skills.sh
Open CLI integrates stripe with the right skills.sh companions so you get the tool and the workflow together.
API Documentation
Verified pairingOpen CLI integrates stripe with this skills.sh skill because it is the clearest fit for how stripe is usually used. Translate API-heavy CLI work into clearer integration docs and examples.
$ npx skills add https://github.com/supercent-io/skills-template --skill api-documentationUse stripe together with the API Documentation skills.sh skill. Start with safe inspection commands, summarize what you find, and ask before any step with side effects.
Why this tool
- stripe fits git & github well, especially for webhook testing, payments debugging, and local dev from the terminal.
- It is the official CLI from Stripe.
- Good for scripts and agents.
Watch-outs
- Sign in before real work.
- Needs network access.
Example workflow
1. stripe login && stripe listen --forward-to localhost:3000/api/webhooksSafe start
Install stripe.
Run `stripe --help` first.
Start with `stripe login && stripe listen --forward-to localhost:3000/api/webhooks`.
Authenticate stripe before asking the agent to do real work.