From sundial-org-awesome-openclaw-skills-4
Integrates with Stripe API to manage payments, subscriptions, invoices, customers, refunds, and webhooks. Useful for payment processing tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:stripeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stripe payment platform integration.
Stripe payment platform integration.
export STRIPE_API_KEY="sk_live_..."
"Create a $50 payment link"
"List recent Stripe payments"
"Refund payment pi_xxx"
"Show subscription for [email protected]"
# List recent charges
curl -s https://api.stripe.com/v1/charges?limit=10 \
-u "$STRIPE_API_KEY:"
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Builds Stripe payment integrations with Checkout Sessions, Payment Intents, subscriptions, billing, refunds. Useful for payments, checkout, subscriptions, billing, invoices, Stripe.
Implements Stripe payment processing including checkout sessions, payment intents, subscriptions, webhooks, and refunds for PCI-compliant payment flows.
Integrates Stripe payment processing for PCI-compliant checkout, subscriptions, webhooks, refunds, and marketplace flows with Stripe Connect.