Stripe

🌐Community
by clownnvd · vlatest · Repository

Automates Stripe payment reconciliation and reporting, identifying discrepancies and streamlining financial 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 clownnvd-stripe npx -- -y @trustedskills/clownnvd-stripe
2

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

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

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

About This Skill

What it does

This skill allows an AI agent to interact with Stripe, a popular payment processing platform. It can retrieve information about customers, charges, and subscriptions, as well as potentially create or manage these resources through the Stripe API. The specific actions available depend on the connected account's permissions within Stripe.

When to use it

  • Customer Support: Retrieve details of a customer’s subscription status or recent payment history to resolve billing inquiries.
  • Financial Reporting: Pull data about charges and refunds for reconciliation purposes.
  • Subscription Management: Create new subscriptions or modify existing ones based on user requests.
  • Fraud Prevention: Investigate potential fraudulent transactions by accessing customer details and charge information.

Key capabilities

  • Retrieval of customer data from Stripe
  • Access to charge information, including refunds
  • Ability to view subscription details
  • Potential for creating or modifying subscriptions (dependent on permissions)

Example prompts

  • "What is the status of customer [customer ID]’s subscription?"
  • "Show me all charges issued in the last week."
  • “Create a new subscription for [email address] with plan [plan ID].”

Tips & gotchas

The AI agent's access to Stripe data and actions depends on the connected account's API keys and permissions. Ensure appropriate credentials are configured before using this skill, or it may return errors.

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
clownnvd
Installs
6

🌐 Community

Passed automated security scans.