Stripe Integration

🌐Community
by lifangda · vlatest · Repository

Helps with Stripe, integration 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 lifangda-stripe-integration npx -- -y @trustedskills/lifangda-stripe-integration
2

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

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

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

About This Skill

What it does

This skill integrates with Stripe, allowing an AI agent to retrieve and utilize payment information. It can access details about customers, charges, subscriptions, and other related data within a connected Stripe account. This enables automated tasks like processing refunds or checking subscription status.

When to use it

  • Automated Refunds: Process customer refunds directly through the AI agent without manual intervention.
  • Subscription Management: Check the status of a user's Stripe subscription (active, canceled, paused).
  • Customer Information Retrieval: Retrieve customer details associated with a specific charge or subscription.
  • Payment Status Verification: Confirm if a payment was successful and retrieve relevant transaction information.

Key capabilities

  • Access to Stripe data via API calls.
  • Retrieval of customer information.
  • Management of charges and subscriptions.
  • Processing refunds.

Example prompts

  • "Check the status of subscription ID sub_1234567890."
  • "Process a refund for charge chf_abcdefg123456."
  • "Get customer details for invoice inv_xyz123."

Tips & gotchas

  • Requires proper Stripe API keys and account configuration. Ensure the AI agent has the necessary permissions 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
lifangda
Installs
2

🌐 Community

Passed automated security scans.