npx skills add coinbase/agentic-wallet-skills
1 chapter · 2 minutes · 350 words
npx skills add coinbase/agentic-wallet-skillsTypeset in this issue’s own colours, resolved from the awesome-design-md registry.
Agent Skills (opens in a new tab) for crypto wallet operations. These skills enable AI agents to authenticate, send USDC, trade tokens and more using the awal (opens in a new tab) CLI.
A single skill — agentic-wallet — that routes the agent to topic-specific reference docs in ./skills/agentic-wallet/references/ (opens in a new tab):
| Capability | Reference |
|---|---|
| Sign in via email OTP | auth.md (opens in a new tab) |
| Check wallet balances across Base, Polygon, and Solana | balance.md (opens in a new tab) |
| Send USDC / ETH / POL / SOL on Base, Polygon, or Solana | send-usdc.md (opens in a new tab) |
| Swap / trade tokens on Base or Polygon | trade.md (opens in a new tab) |
| Add funds via Coinbase Onramp | fund.md (opens in a new tab) |
| Search the x402 bazaar for paid API services | x402-search.md (opens in a new tab) |
| Pay an x402 endpoint with automatic USDC payment | x402-pay.md (opens in a new tab) |
| Build and deploy a paid API server (x402) | x402-monetize.md (opens in a new tab) |
| Query onchain data on Base via the CDP SQL API | query-onchain.md (opens in a new tab) |
Install with Vercel’s Skills CLI (opens in a new tab):
npx skills add coinbase/agentic-wallet-skillsSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Sign-in to my wallet with me@email.comSend 10 USDC to barmstrong.ethTo add a new capability:
./skills/agentic-wallet/references/./skills/agentic-wallet/SKILL.md describing when the agent should read itallowed-tools in SKILL.md frontmatterSee the Agent Skills specification (opens in a new tab) for the complete format.
awal versionThe 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:
# Make sure you're using Node v22+
node ./scripts/bump-awal.jsThis fetches the latest version from the npm registry and rewrites every awal@<version> reference under ./skills/.
MIT
main, last pushed 4 August 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:/coinbase/agentic-wallet-skills.md, and each chapter at its own .md URL.