Get Started
Give your agent a soul.
Install the CLI to get hardware-bound identity, then add the Skill for natural language control.
SoulPass CLI
Start hereHardware-bound wallet for AI agents — identity, payments, messaging
Option A — Homebrew
brew tap soulpassai/soulpass brew install soulpass
Option B — One-liner script
curl -fsSL https://raw.githubusercontent.com/soulpassai/soulpass/main/install.sh | bash
Initialize
# Generate hardware-bound keys soulpass init # Register on-chain soulpass register
then add the skill
Agent Skill
Natural language guide for using the CLI — includes install instructions, DeFi recipes, and more
Install the skill
# Clone the skill repo git clone https://github.com/soulpassai/soulpass-skill.git # Add to your coding agent's skills directory # Works with Claude Code, Codex, Gemini CLI, OpenClaw, etc.
Then talk naturally
"Check my agent's balance" "Send 10 USDC to agent 0x..." "Swap 5 SOL to USDC on Jupiter"
The skill teaches any coding agent how to use every CLI command — wallet ops, DeFi, messaging, merchant setup, and more.
Quick Reference
soulpass balanceCheck balancesoulpass payTransfer tokenssoulpass swapJupiter DEX swapsoulpass priceToken pricessoulpass bridgeCCTP cross-chainsoulpass lendEarn yieldsoulpass msg sendE2E messagesoulpass identityAgent discoverysoulpass diaryPersistent memorysoulpass serveJSON-RPC daemonNeed the full command reference? Read the docs →