Agent skills for Wirex BaaS — a blockchain financial services platform providing Account Abstraction wallets, KYC verification, Visa card issuance, crypto asset management, and fiat banking (SEPA/ACH) via REST APIs.
| Skill | Description |
|---|---|
wirex-baas-overview |
Platform introduction, environments, credentials, API basics, MCP server, supported countries |
wirex-baas-auth |
S2S OAuth2, Privy authentication, user token issuance, headers, token caching |
wirex-baas-onboarding |
Wallet deployment, user registration, 3 KYC flows, user profile, capabilities |
wirex-baas-crypto |
Unified balance (WUSD/WEUR), global deposit addresses, ERC20 withdrawals, ABI reference |
wirex-baas-cards |
Card issuance, details (PAN/CVV/PIN), limits, transactions, 3DS authentication |
wirex-baas-transfers |
SEPA/ACH bank transfers, Push-to-Card, recipient management |
wirex-baas-webhooks |
All webhook endpoints, payload formats, activity history feed |
wirex-baas-sandbox |
Helper API for test simulations (mint tokens, SEPA/ACH/card transactions) |
Add the marketplace and install the plugin:
/plugin marketplace add wirexpay/wirex-baas-agent-skills
/plugin install wirex-baas@wirex-baas-agent-skillsOr load directly from a local clone:
git clone https://github.com/wirexpay/wirex-baas-agent-skills.git
claude --plugin-dir ./wirex-baas-agent-skillsClone and the agents/AGENTS.md file provides automatic skill discovery:
git clone https://github.com/wirexpay/wirex-baas-agent-skills.gitOr install individual skills with the built-in skill installer from within a Codex session.
The gemini-extension.json at the repo root provides automatic discovery and MCP server integration.
Install into any supported agent using the skills CLI:
# Install all skills
npx skills add wirexpay/wirex-baas-agent-skills --all
# Install a specific skill
npx skills add wirexpay/wirex-baas-agent-skills --skill wirex-baas-auth
# Install to a specific agent
npx skills add wirexpay/wirex-baas-agent-skills -a claude-code --allEach skill follows the Agent Skills specification. Skills are in skills/, each containing a SKILL.md with YAML frontmatter and a references/ directory with detailed documentation.
Wirex BaaS also provides a hosted MCP server for AI-powered editors:
{
"mcpServers": {
"wirex-baas": {
"url": "https://docs.wirexapp.com/mcp"
}
}
}Works with Cursor, Windsurf, Claude Desktop, and other MCP-compatible tools.
Full API documentation: docs.wirexapp.com
Apache-2.0 — see LICENSE