Stripe Api

🌐Community
by yuyz0112 · vlatest · Repository

Helps with Stripe, API as part of agent workflows workflows.

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

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with the Stripe API. It can be used to create and manage customers, process payments, retrieve transaction details, and handle subscriptions. The agent can automate tasks related to financial operations through this integration.

When to use it

  • Automating subscription renewals and managing customer billing cycles.
  • Processing refunds or handling payment disputes programmatically.
  • Retrieving specific transaction information for reconciliation or reporting purposes.
  • Creating new customers within Stripe based on application data.

Key capabilities

  • Customer management (creation, retrieval)
  • Payment processing
  • Transaction retrieval
  • Subscription management

Example prompts

  • "Create a new customer in Stripe with the email address '[email protected]' and name 'Test User'."
  • "Process a payment of $10 for order ID 12345 using the existing customer record."
  • "Retrieve all transactions from the last month."

Tips & gotchas

Requires a valid Stripe API key to function correctly. Ensure the agent has appropriate permissions configured within your Stripe account to perform the requested actions.

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
yuyz0112
Installs
3

🌐 Community

Passed automated security scans.