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 davepoon-stripe-automation npx -- -y @trustedskills/davepoon-stripe-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davepoon-stripe-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davepoon-stripe-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates tasks within Stripe, a popular payment processing platform. It allows AI agents to manage subscriptions, retrieve customer data, and perform other actions directly through the Stripe API. This can significantly reduce manual effort for businesses relying on Stripe's services.
When to use it
- Subscription Management: Automatically update subscription statuses (e.g., cancel, reactivate) based on user requests or predefined rules.
- Customer Data Retrieval: Quickly pull customer details like email addresses and payment information for support or billing inquiries.
- Invoice Generation & Retrieval: Generate invoices programmatically or retrieve existing invoice data for reporting purposes.
- Automated Refunds: Process refunds to customers based on specific criteria, such as product returns or disputes.
Key capabilities
- Stripe API integration
- Subscription management (cancel, reactivate)
- Customer data retrieval
- Invoice generation and retrieval
- Refund processing
Example prompts
- "Cancel subscription ID
sub_XXXXXXXXXXXX." - "Retrieve customer information for email address
[email protected]." - "Generate an invoice for order number
#12345." - "Issue a refund of $10 to customer with ID
cus_XXXXXXXXXXXX."
Tips & gotchas
- Requires appropriate API keys and permissions within your Stripe account. Ensure the AI agent has access to perform the desired 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.