Skip to main content
The Arkade Agent Skill gives AI coding agents direct access to the Arkade SDK. Agents can create wallets, send and receive Bitcoin, pay Lightning invoices, swap stablecoins, and manage VTXOs programmatically.

Install the Skill

Install into your coding agent using the Vercel Skills CLI:
Verify by typing /skills inside Claude Code.
Once installed, the agent can read SKILL.md and build with the full Arkade SDK: wallets, payments, Lightning, contracts, and stablecoin swaps.

Quick Start

The skill package provides three high-level classes that wrap the SDK:
Use MnemonicIdentity or SeedIdentity for new agent wallets. SingleKey is still available, but the SDK README treats it as a backward-compatibility path rather than the default.

Available Skills

Networks

Docs MCP Server

You can also connect your agent to searchable Arkade documentation via MCP:
Add --scope user for global access across projects. Verify with /mcp.

GitHub Repository

Source code, SKILL.md reference, and issue tracker.