Stripe Subscription
Automate Stripe subscription management tasks like creation, updates, cancellations, and retrieval of customer data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-subscription npx -- -y @trustedskills/stripe-subscription
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-subscription": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-subscription"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The stripe-subscription skill allows AI agents to manage Stripe subscriptions, including retrieving subscription details and updating subscription statuses. It can be used to check when a customer's subscription is due to renew or cancel, as well as proactively adjust subscription plans based on user needs. This skill simplifies interacting with the Stripe API for common subscription management tasks.
When to use it
- Customer Support: Quickly retrieve a customer’s subscription details and status to answer their inquiries.
- Automated Billing Reminders: Check upcoming renewal dates and proactively send reminders to customers.
- Subscription Plan Adjustments: Automatically update a user's subscription plan based on usage or other triggers.
- Cancellation Prevention: Identify at-risk subscriptions and offer incentives to prevent cancellations.
Key capabilities
- Retrieve subscription details (status, current period end, etc.)
- Update subscription statuses (cancel, reactivate)
Example prompts
- "What is the status of subscription ID sub_1234567890?"
- "Cancel subscription with ID sub_1234567890."
- "When does subscription ID sub_1234567890 renew?"
Tips & gotchas
- Requires a valid Stripe API key to function. Ensure the agent has appropriate permissions configured in your Stripe account.
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.