Stripe Subscriptions
Manage Stripe subscriptions – view details, cancel trials, update payment methods, and more via Andre Landgraf's agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-subscriptions npx -- -y @trustedskills/stripe-subscriptions
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-subscriptions": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-subscriptions"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The stripe-subscriptions skill enables AI agents to programmatically manage recurring billing cycles, handle subscription lifecycle events, and configure payment plans directly through the Stripe API. It automates complex financial workflows such as creating customers, setting up invoices, and managing trial periods without manual intervention.
When to use it
- Automating monthly or annual billing for SaaS products and digital services.
- Managing subscription upgrades, downgrades, and cancellations in real-time.
- Generating and sending automated invoices based on usage or time-based intervals.
- Handling complex trial logic and prorated charges during plan changes.
Key capabilities
- Creating and managing customer profiles within the Stripe ecosystem.
- Configuring subscription plans with specific pricing models (fixed, metered).
- Triggering webhooks for events like
customer.subscription.updatedorinvoice.payment_succeeded. - Managing trial periods and grace periods automatically.
Example prompts
- "Create a new subscription for customer ID
cus_123on the 'Pro' plan with a 14-day free trial." - "Cancel the active subscription for user ID
usr_456and refund any unused prorated amount immediately." - "Update the billing cycle anchor for all active subscriptions to align with the start of the current month."
Tips & gotchas
Ensure your AI agent has valid API keys with the necessary read/write permissions before attempting to modify live financial data. Always implement robust error handling for webhook failures, as missed events can lead to revenue loss or incorrect billing states.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.