Stripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API.
43
45%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./public/skills/0xterrybit/stripe/SKILL.mdStripe 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:"f45fcb5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.