From sundial-org-awesome-openclaw-skills-4
Manages Stripe payments, subscriptions, invoices, customers, refunds, and webhooks via API calls with curl. Useful for payment processing, billing, and customer management tasks.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Stripe payment platform integration.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 customer@email.com"
# List recent charges
curl -s https://api.stripe.com/v1/charges?limit=10 \
-u "$STRIPE_API_KEY:"