Stripe

🌐Community
by phrazzld · vlatest · Repository

Generates unique, visually striking striped patterns and textures based on user-defined parameters for design applications.

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

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

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

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

About This Skill

What it does

The phrazzld-stripe skill allows AI agents to interact with the Stripe API. It enables tasks such as retrieving customer details, creating charges, and managing subscriptions. This skill provides a streamlined way for agents to handle financial transactions within applications or workflows.

When to use it

  • Automating subscription renewals: An agent can automatically renew user subscriptions based on predefined rules.
  • Processing payments for orders: Integrate with an e-commerce system to process payments when customers place orders.
  • Retrieving customer information: An agent needs to look up a customer's billing address or payment method in Stripe.
  • Handling refunds and disputes: Automatically initiate refund processes based on specific criteria or manage dispute resolutions.

Key capabilities

  • Retrieve customer data from Stripe.
  • Create charges within Stripe.
  • Manage subscriptions through the Stripe API.

Example prompts

  • "Find the billing address for customer ID cust_XXXXXXXXXXXXXXX."
  • "Create a charge of $50 for invoice inv_XXXXXXXXXXXXXXX."
  • "Cancel subscription sub_XXXXXXXXXXXXXXX and notify the user."

Tips & gotchas

  • Requires proper 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
phrazzld
Installs
22

🌐 Community

Passed automated security scans.