Stripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add sundial-org/awesome-openclaw-skills --skill stripe --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stripe?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sundial-org-stripe)More formats (shields.io, HTML) on the badges page.
---
name: stripe
description: Stripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API.
metadata: {"clawdbot":{"emoji":"💵","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"STRIPE_API_KEY"}}
---
# Stripe 💵
Stripe payment platform integration.
## Setup
```bash
export STRIPE_API_KEY="sk_live_..."
```
## Features
- Create payment intents
- Manage subscriptions
- Send invoices
- Customer management
- Refund processing
- Webhook handling
## Usage Examples
```
"Create a $50 payment link"
"List recent Stripe payments"
"Refund payment pi_xxx"
"Show subscription for customer@email.com"
```
## API Reference
```bash
# List recent charges
curl -s https://api.stripe.com/v1/charges?limit=10 \
-u "$STRIPE_API_KEY:"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!