Install the Skill
Install into your coding agent using the Vercel Skills CLI:- Claude Code
- Cursor
- Any Agent
/skills inside Claude Code.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:Available Skills
| Skill | Capabilities |
|---|---|
| ArkadeBitcoinSkill | Addresses, balances, send/receive BTC, onboard/offboard ramps, transaction history |
| ArkaLightningSkill | Create invoices, pay invoices, swap fees/limits, swap tracking |
| LendaSwapSkill | BTC/USDC/USDT quotes and swaps on Polygon, Ethereum, Arbitrum |
Networks
| Network | Server URL | Explorer |
|---|---|---|
| Bitcoin mainnet | https://arkade.computer | arkade.space |
| Mutinynet (testnet) | https://mutinynet.arkade.sh | explorer.mutinynet.arkade.sh |
| Signet | https://signet.arkade.sh | explorer.signet.arkade.sh |
| Regtest (local) | http://localhost:7070 | Run nigiri start --ark |
Docs MCP Server
You can also connect your agent to searchable Arkade documentation via MCP:- Claude Code
- Cursor
--scope user for global access across projects. Verify with /mcp.GitHub Repository
Source code, SKILL.md reference, and issue tracker.