Stripe Payments
The Stripe Payments skill gives your AI agent read and write access to your Stripe account via the Stripe API, covering the full range of payment operations. Look up customer records by email or ID, view their payment history, subscription status, and upcoming invoice amounts. Create and send invoices with line items, apply coupon codes, and trigger immediate payment collection or schedule payment later. Issue full or partial refunds for specific charges with a reason code. Subscription management includes upgrading or downgrading plans, pausing billing, canceling at period end, and applying trial extensions. Revenue analytics queries return monthly recurring revenue (MRR), churn rate, new versus returning customer splits, and top revenue products over any date range. Dispute management surfaces open chargebacks with deadlines and evidence submission status. Webhook event logs can be queried to debug integration issues. All write operations require explicit confirmation before execution and use Stripe's idempotency keys to prevent accidental duplicate charges. The skill uses restricted API keys scoped to only the permissions needed for configured operations.
Installation
clawhub install stripe-skill
Install: clawhub install stripe-skill