Stripe Sync Minimal
Synchronizes essential Stripe customer data (name, email, status) to a designated external system.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-sync-minimal npx -- -y @trustedskills/stripe-sync-minimal
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-sync-minimal": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-sync-minimal"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, stripe-sync-minimal, provides a streamlined way to interact with Stripe data. It allows agents to retrieve customer information and initiate payment processing actions directly from your Stripe account. The focus is on minimal dependencies and ease of integration for basic Stripe functionality.
When to use it
- Customer Data Retrieval: When an agent needs to look up a specific customer's details (e.g., email, name) based on their ID or other identifying information.
- Payment Initiation: To allow agents to initiate payments using existing payment methods stored in Stripe.
- Subscription Management (Basic): For simple subscription-related tasks like checking the status of a customer's subscription.
- Refund Processing: To trigger refund requests for specific charges within your Stripe account.
Key capabilities
- Retrieve customer details by ID.
- Initiate payments using stored payment methods.
- Check subscription status.
- Process refunds.
Example prompts
- "Find the email address of customer with ID 'cus_XXXXXXXXXXXX'."
- "Create a payment of $50 for order number 12345, using the default payment method on file."
- "What is the current status of subscription 'sub_XXXXXXXXXXXX'?"
Tips & gotchas
- Requires API keys from your Stripe account to function. Ensure these are securely provided to the agent environment.
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.