X Api V2
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add x-api-v2 npx -- -y @trustedskills/x-api-v2
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"x-api-v2": {
"command": "npx",
"args": [
"-y",
"@trustedskills/x-api-v2"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Stripe API v2 functionality. It allows AI agents to interact with Stripe, enabling actions like retrieving customer information, creating charges, and managing subscriptions programmatically. This facilitates automated financial operations and integration with other systems that rely on Stripe's services.
When to use it
- Automating subscription renewals: An agent can automatically renew a user’s subscription before their trial ends.
- Processing payments for orders: Integrate the skill into an e-commerce workflow to process customer payments after an order is placed.
- Retrieving customer data: An agent can fetch specific details about a Stripe customer, such as email address or billing information, based on user requests.
Key capabilities
- Stripe API v2 access
- Customer management
- Charge creation
- Subscription management
Example prompts
- "Create a charge for $10 using card ending in 1234."
- "Retrieve the email address of customer with ID 'cus_XXXXXXXX'."
- “Renew subscription ‘sub_XXXXXXXX’ if it is approaching expiration.”
Tips & gotchas
The agent will require appropriate API keys and permissions to interact with your Stripe account. Ensure these are securely configured for proper functionality and access control.
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.