Give your agent a soul.

Install the CLI to get hardware-bound identity, then add the Skill for natural language control.

SoulPass CLI

Start here

Hardware-bound wallet for AI agents — identity, payments, messaging

macOS · Apple Silicon

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

Claude Code · Codex · Gemini · OpenClaw

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.

soulpass balanceCheck balance
soulpass payTransfer tokens
soulpass swapJupiter DEX swap
soulpass priceToken prices
soulpass bridgeCCTP cross-chain
soulpass lendEarn yield
soulpass msg sendE2E message
soulpass identityAgent discovery
soulpass diaryPersistent memory
soulpass serveJSON-RPC daemon

Need the full command reference? Read the docs →