Stripe Dev

🌐Community
by zef-computers · vlatest · Repository

Automates Stripe API interactions, creating customers, subscriptions, and managing payments via simple prompts.

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-dev npx -- -y @trustedskills/stripe-dev
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "stripe-dev": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/stripe-dev"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The stripe-dev skill enables AI agents to interact with Stripe's developer APIs. It allows agents to retrieve payment information, manage subscriptions, and perform other actions related to Stripe accounts programmatically. This simplifies tasks like automating billing processes or integrating Stripe functionality into custom applications.

When to use it

  • Automated Billing: Generate invoices and automatically process payments for subscription services.
  • Customer Support: Quickly retrieve customer payment details to assist with support inquiries.
  • Fraud Monitoring: Analyze transaction data to identify and flag potentially fraudulent activity.
  • Reporting & Analytics: Extract Stripe data for custom reports on revenue, churn, or other key metrics.

Key capabilities

  • Retrieval of payment information
  • Subscription management
  • Interaction with Stripe developer APIs
  • Automation of billing processes

Example prompts

  • "Get me the latest invoice details for customer ID cust_123456."
  • "Create a new subscription for product 'Premium' on behalf of user email [email protected]."
  • "List all active subscriptions associated with Stripe account AK-..."

Tips & gotchas

Requires access to a valid Stripe API key and secret key. Ensure the agent has appropriate permissions configured within your Stripe account to perform the desired actions, as incorrect permissions can lead to errors or unexpected behavior.

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
zef-computers
Installs
3

🌐 Community

Passed automated security scans.