Stripe Connect
Connects Zef Computers systems to Stripe payment processing for automated billing and transaction management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add zef-computers-stripe-connect npx -- -y @trustedskills/zef-computers-stripe-connect
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"zef-computers-stripe-connect": {
"command": "npx",
"args": [
"-y",
"@trustedskills/zef-computers-stripe-connect"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Stripe Connect, enabling tasks like creating connected accounts, retrieving account details, and managing payment methods. It provides a streamlined interface for handling common Stripe Connect operations directly from within the agent's workflow. The skill simplifies integration by abstracting away complex API calls and providing structured data responses.
When to use it
- Onboarding new users: Automate the creation of connected accounts during user signup.
- Retrieving account information: Quickly fetch details like balance, currencies supported, or linked bank accounts for existing connected accounts.
- Managing payment methods: Allow agents to update or retrieve payment method details associated with a connected account.
- Automating reconciliation tasks: Integrate Stripe Connect data into accounting systems automatically.
Key capabilities
- Create Connected Accounts
- Retrieve Account Details
- Manage Payment Methods
Example prompts
- "Create a new connected account for user John Doe."
- "What is the current balance of connected account AC123?"
- "Update the payment method on connected account XYZ to use card ending in 1234."
Tips & gotchas
Requires an active Stripe Connect account and API keys. The skill's functionality is limited by the permissions granted to your Stripe API keys; ensure appropriate scopes are enabled for desired operations.
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.