Stripe Scaffold

🌐Community
by phrazzld · vlatest · Repository

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

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

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

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

About This Skill

What it does

This skill provides a scaffold for interacting with Stripe, enabling AI agents to automate tasks related to payments and subscriptions. It simplifies common operations by providing pre-built functions and structures. The skill is designed to be easily extended and customized for specific use cases within the Stripe ecosystem.

When to use it

  • Automating subscription management: Automatically update or cancel customer subscriptions based on predefined rules.
  • Processing refunds: Initiate refund requests programmatically, reducing manual intervention.
  • Creating test charges: Generate test charge data for development and testing purposes without affecting live accounts.
  • Retrieving payment information: Access key details about payments such as amount, currency, and status.

Key capabilities

  • Provides a structured framework for Stripe interactions.
  • Offers pre-built functions for common Stripe operations.
  • Designed for easy customization and extension.
  • Supports test charge generation.

Example prompts

  • "Create a refund for invoice ID 'in_1234567890' with reason 'Customer request'."
  • "List all active subscriptions for customer email '[email protected]'."
  • "Generate a test charge of $10 USD to my Stripe test account."

Tips & gotchas

The skill requires appropriate API keys and permissions configured within your Stripe account. Familiarity with the Stripe API documentation is recommended for advanced customization or troubleshooting.

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
phrazzld
Installs
25

🌐 Community

Passed automated security scans.