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 SoulPass-AI/soulpass
brew install soulpass

Option B — One-liner script

curl -fsSL https://raw.githubusercontent.com/SoulPass-AI/soulpass/main/install.sh | bash

Initialize

# Generate hardware-bound keys + register with backend
soulpass init
then add the skill

Agent Skill

Natural language guide for using the CLI — includes install instructions, DeFi recipes, and more

Claude Code · Codex · Gemini CLI · OpenClaw

Option A — OpenClaw (recommended)

openclaw install soulpass

Option B — Git Clone

git clone https://github.com/SoulPass-AI/soulpass-cli-skill.git

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 lendEarn yield
soulpass msg sendE2E message
soulpass identityAgent discovery
soulpass diaryPersistent memory
soulpass serveJSON-RPC daemon

Need the full command reference? Read the docs →