Stripe Merchant Ops CLI (read-only: activation / balance / payouts / disputes / morning check)
An OpenCLI plugin, original to SkillRouter (none of the 176 upstream open-source adapters covers a payment backoffice — we built this one): `account` shows activation status and outstanding requirements in one command, `balance` available/pending funds, `payouts` with arrival dates, `payments` recent charges, `disputes` with evidence deadlines (the one thing you must not miss), `refunds` read-only listing, and `summary` — a one-screen morning check. Official Stripe API, direct from Node, no browser. Auth is your own restricted key (per-resource read scopes listed in the guide), injected via env var and never leaving your machine; full-access sk_ keys are rejected outright. Zero write endpoints (asserted in our release checks) — no refund execution, no transfers; money-moving stays in your Dashboard. We use it daily on SkillRouter's own Stripe account.
Product contract
Auto refund on failureFour things written down before listing. We deliver to contract, or you get your money back.
- Input
- No input — the plugin package is delivered on purchase. Runtime: OpenCLI (open source, >=1.8.5) + Node, no browser required. Needs your own Stripe account and a self-created read-only restricted key (step-by-step list in the guide). Domain in scope: api.stripe.com only.
- Output & delivery
- The adapter package (zip) + guide: command prefix sr-stripe, 7 read-only subcommands with JSON/table output, plus the restricted-key checklist and a suggested morning routine.
- Pricing
- ¥19.9 per copy (placeholder pricing, finalized at launch).
- Turnaround
- Instant delivery. Built on Stripe's versioned official API (extremely stable); re-verified on API changes, refunded if a sold copy stops working.