CtrlK
BlogDocsLog inGet started
Tessl Logo

stripe

Stripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API.

57

Quality

52%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./public/skills/0xterrybit/stripe/SKILL.md
SKILL.md
Quality
Evals
Security

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:"
Repository
Demerzels-lab/elsamultiskillagent
Last updated
Created

Is this your skill?

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.