Loading...
Loading...
List, search, and view Stripe customers and their subscriptions. Use when the user asks about customers, subscribers, churn, or customer payment history.
npx skill4agent add creminiai/cremini-skills stripe-customerspython3 customers/scripts/stripe_customers.py list --limit 10python3 customers/scripts/stripe_customers.py search "john@example.com"python3 customers/scripts/stripe_customers.py get <customer-id>python3 customers/scripts/stripe_customers.py subscriptions --status active --limit 20python3 customers/scripts/stripe_customers.py sub-summary