{
  "markdown": "# Wirex BaaS Agent Skills\n\nAgent 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.\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| `wirex-baas-overview` | Platform introduction, environments, credentials, API basics, MCP server, supported countries |\n| `wirex-baas-auth` | S2S OAuth2, Privy authentication, user token issuance, headers, token caching |\n| `wirex-baas-onboarding` | Wallet deployment, user registration, 3 KYC flows, user profile, capabilities |\n| `wirex-baas-crypto` | Unified balance (WUSD/WEUR), global deposit addresses, ERC20 withdrawals, ABI reference |\n| `wirex-baas-cards` | Card issuance, details (PAN/CVV/PIN), limits, transactions, 3DS authentication |\n| `wirex-baas-transfers` | SEPA/ACH bank transfers, Push-to-Card, recipient management |\n| `wirex-baas-webhooks` | All webhook endpoints, payload formats, activity history feed |\n| `wirex-baas-sandbox` | Helper API for test simulations (mint tokens, SEPA/ACH/card transactions) |\n\n## Installation\n\n### Claude Code\n\nAdd the marketplace and install the plugin:\n\n```bash\n/plugin marketplace add wirexpay/wirex-baas-agent-skills\n/plugin install wirex-baas@wirex-baas-agent-skills\n```\n\nOr load directly from a local clone:\n\n```bash\ngit clone https://github.com/wirexpay/wirex-baas-agent-skills.git\nclaude --plugin-dir ./wirex-baas-agent-skills\n```\n\n### OpenAI Codex\n\nClone and the `agents/AGENTS.md` file provides automatic skill discovery:\n\n```bash\ngit clone https://github.com/wirexpay/wirex-baas-agent-skills.git\n```\n\nOr install individual skills with the built-in skill installer from within a Codex session.\n\n### Google Gemini CLI\n\nThe `gemini-extension.json` at the repo root provides automatic discovery and MCP server integration.\n\n### Any Agent (npx skills)\n\nInstall into any supported agent using the [skills CLI](https://github.com/vercel-labs/skills):\n\n```bash\n# Install all skills\nnpx skills add wirexpay/wirex-baas-agent-skills --all\n\n# Install a specific skill\nnpx skills add wirexpay/wirex-baas-agent-skills --skill wirex-baas-auth\n\n# Install to a specific agent\nnpx skills add wirexpay/wirex-baas-agent-skills -a claude-code --all\n```\n\n### Generic Agents (agentskills.io)\n\nEach skill follows the [Agent Skills specification](https://agentskills.io). Skills are in `skills/`, each containing a `SKILL.md` with YAML frontmatter and a `references/` directory with detailed documentation.\n\n### MCP Server\n\nWirex BaaS also provides a hosted MCP server for AI-powered editors:\n\n```json\n{\n  \"mcpServers\": {\n    \"wirex-baas\": {\n      \"url\": \"https://docs.wirexapp.com/mcp\"\n    }\n  }\n}\n```\n\nWorks with Cursor, Windsurf, Claude Desktop, and other MCP-compatible tools.\n\n## Documentation\n\nFull API documentation: [docs.wirexapp.com](https://docs.wirexapp.com)\n\n## License\n\nApache-2.0 — see [LICENSE](./LICENSE)\n",
  "bytes": 2969,
  "sha": "5ae3f4eea664cb881cfc732c0c4890eebb8c8b05355529a4ba55f4435217fbbe",
  "repo_slug": "wirexapp/wirex-baas-agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_wirexapp_wirex_baas_agent_skills_9bc7fb81/readme"
}