Stripe

🌐Community
by andrehfp · vlatest · Repository

Automates Stripe payment processing tasks like refunds, subscriptions, and reporting using Andrehfp's custom 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 andrehfp-stripe npx -- -y @trustedskills/andrehfp-stripe
2

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

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

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

About This Skill

What it does

This skill, andrehfp-stripe, provides integration with Stripe, a popular payment processing platform. It enables AI agents to retrieve and manage information related to Stripe charges, subscriptions, and customers. Specifically, the skill allows for querying of charge details and managing subscription statuses.

When to use it

  • Customer Support: An agent can look up specific customer's payment history or subscription details when responding to inquiries.
  • Subscription Management: Automate tasks like pausing or canceling subscriptions based on user requests.
  • Financial Reporting: Retrieve data about charges and refunds for reconciliation purposes.
  • Fraud Detection: Analyze charge patterns to identify potentially fraudulent transactions.

Key capabilities

  • Retrieve details of Stripe charges.
  • Manage subscription statuses (e.g., pause, cancel).
  • Query customer information related to payments.

Example prompts

  • "What is the status of subscription ID sub_123456?"
  • "Show me the details for charge ch_789012."
  • "Can you find all charges associated with customer cust_abcde?"

Tips & gotchas

  • Requires appropriate API keys and configuration to connect to your Stripe account. Ensure these are securely provided to the agent.

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
andrehfp
Installs
12

🌐 Community

Passed automated security scans.