stripe

SKILL.md

Stripe 💵

Stripe payment platform integration.

Setup

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

# List recent charges
curl -s https://api.stripe.com/v1/charges?limit=10 \
  -u "$STRIPE_API_KEY:"
Weekly Installs
12
Repository
openclaw/skills
GitHub Stars
3.8K
First Seen
Feb 1, 2026
Installed on
opencode11
codex11
github-copilot10
gemini-cli9
claude-code9
amp9