Stripe Subscriptions

🌐Community
by andrelandgraf · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add stripe-subscriptions npx -- -y @trustedskills/stripe-subscriptions
2

Or manually add to ~/.claude/settings.json

~/.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.updated or invoice.payment_succeeded.
  • Managing trial periods and grace periods automatically.

Example prompts

  • "Create a new subscription for customer ID cus_123 on the 'Pro' plan with a 14-day free trial."
  • "Cancel the active subscription for user ID usr_456 and 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
andrelandgraf
Installs
115

🌐 Community

Passed automated security scans.