{
  "markdown": "# Coinbase Agentic Wallet Skills\n\n[Agent Skills](https://agentskills.io) for crypto wallet operations. These skills enable AI agents to authenticate, send USDC, trade tokens and more using the [`awal`](https://www.npmjs.com/package/awal) CLI.\n\n## What it does\n\nA single skill — [`agentic-wallet`](./skills/agentic-wallet/SKILL.md) — that routes the agent to topic-specific reference docs in [`./skills/agentic-wallet/references/`](./skills/agentic-wallet/references/):\n\n| Capability | Reference |\n| --- | --- |\n| Sign in via email OTP | [`auth.md`](./skills/agentic-wallet/references/auth.md) |\n| Check wallet balances across Base, Polygon, and Solana | [`balance.md`](./skills/agentic-wallet/references/balance.md) |\n| Send USDC / ETH / POL / SOL on Base, Polygon, or Solana | [`send-usdc.md`](./skills/agentic-wallet/references/send-usdc.md) |\n| Swap / trade tokens on Base or Polygon | [`trade.md`](./skills/agentic-wallet/references/trade.md) |\n| Add funds via Coinbase Onramp | [`fund.md`](./skills/agentic-wallet/references/fund.md) |\n| Search the x402 bazaar for paid API services | [`x402-search.md`](./skills/agentic-wallet/references/x402-search.md) |\n| Pay an x402 endpoint with automatic USDC payment | [`x402-pay.md`](./skills/agentic-wallet/references/x402-pay.md) |\n| Build and deploy a paid API server (x402) | [`x402-monetize.md`](./skills/agentic-wallet/references/x402-monetize.md) |\n| Query onchain data on Base via the CDP SQL API | [`query-onchain.md`](./skills/agentic-wallet/references/query-onchain.md) |\n\n## Installation\n\nInstall with [Vercel's Skills CLI](https:/skills.sh):\n\n```bash\nnpx skills add coinbase/agentic-wallet-skills\n```\n\n## Usage\n\nSkills are automatically available once installed. The agent will use them when relevant tasks are detected.\n\n**Examples:**\n\n```text\nSign-in to my wallet with me@email.com\n```\n\n```text\nSend 10 USDC to barmstrong.eth\n```\n\n## Contributing\n\nTo add a new capability:\n\n1. Create a new markdown file in `./skills/agentic-wallet/references/`\n2. Add a row to the routing table in `./skills/agentic-wallet/SKILL.md` describing when the agent should read it\n3. If the capability needs a new shell tool, add it to `allowed-tools` in `SKILL.md` frontmatter\n\nSee the [Agent Skills specification](https://agentskills.io/specification) for the complete format.\n\n### Updating the `awal` version\n\nThe `awal` CLI version is pinned in every code block in `SKILL.md` and the reference docs. When a new version is published to npm, run:\n\n```bash\n# Make sure you're using Node v22+\nnode ./scripts/bump-awal.js\n```\n\nThis fetches the latest version from the npm registry and rewrites every `awal@<version>` reference under `./skills/`.\n\n## License\n\nMIT\n",
  "bytes": 2701,
  "sha": "621f3e6c6bef3ca7a53a3ec7c1eea04c2df4f4de1ed2bbfad39fceca59d92697",
  "repo_slug": "coinbase/agentic-wallet-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_coinbase_agentic_wallet_skills_trade_82a28e04/readme"
}