Stripe Automation
Helps with Stripe, automation as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-automation npx -- -y @trustedskills/stripe-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to automate Stripe payment operations through Composio's Stripe toolkit, utilizing Rube MCP for tool integration. It allows agents to manage customers (create, update, search, list) and charges/payments (list, create payment intents). The skill relies on a connection to Stripe established via Rube MCP and requires specific setup steps involving connecting to the Rube MCP server and authenticating with Stripe.
When to use it
- Creating new customer records in Stripe based on user requests.
- Updating existing customer information within Stripe, such as contact details or descriptions.
- Listing all customers or searching for specific customers by email or name.
- Generating payment intents for processing payments through Stripe.
- Retrieving a history of charges and payments processed via Stripe.
Key capabilities
- Customer Management: Create, update, search, and list Stripe customers.
- Charge & Payment Management: List charges, create payment intents.
- Rube MCP Integration: Leverages Rube MCP for tool discovery and execution.
- Stripe Toolkit: Utilizes Composio's Stripe toolkit for specific operations.
Example prompts
- "Create a new customer in Stripe with the email '[email protected]' and name 'John Doe'."
- "List all customers in Stripe."
- "Update the description of customer 'cus_xxxxxxxx' to 'Premium Customer'."
- "Create a payment intent for $10 USD."
Tips & gotchas
- Rube MCP is required: Ensure Rube MCP is connected and accessible before using this skill.
- Stripe Connection Required: You must establish an active Stripe connection via
RUBE_MANAGE_CONNECTIONSwith thestripetoolkit. - Search Before Creating: Stripe allows duplicate customers based on email, so it's recommended to search first to avoid creating duplicates.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.