Communityv1.2.2

Stripe

Stripe API integration with managed OAuth. This is a write-capable financial integration for customers, subscriptions, invoices, products, prices, and payments. Install only if you need Stripe administration. Connect with the least-privileged Stripe account and OAuth scopes available, verify the intended connection ID before each request, and revoke unused connections promptly. All write operations require explicit user approval showing the exact endpoint, target resource, object IDs, amounts, and test/live mode before execution. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI after `maton login --oauth`; the Stripe credential stays in the gateway and is never handled locally. Only your own Maton credential is used locally — held by the CLI, or supplied as `MATON_API_KEY` in the appendix fallback. Default to read and list calls, stay on the endpoints this skill documents, and confirm every write or new connection with the user.

22.1kdownloads29starsbyungkyu
View on ClawHubBack to Skills

Skill Details

Slug
stripe-api
Latest Version
1.2.2
Author
byungkyu
Published
Feb 2, 2026
Updated
Sep 10, 2026
Total Versions
17

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Stripe.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.2.2

Strengthen the financial-safety rules to match the api-gateway routing reference: replace the generic high-impact category list with Stripe's actual money operations, require a livemode check before anything that moves funds, forbid blind retries after an ambiguous failure and document Idempotency-Key, and name Stripe's own fields as the untrusted-input sources