🦀 ClawHub
Sona Agentic Wallet
by @neocryptoquant
Autonomous Solana wallet agent — AI reasons, Rust signs. Transfers, swaps, staking, chat, and mode switching under constitutional spend limits.
⚙️ Configuration
1. Start SONA
git clone
cd
bun install
bun run sona init # set passphrase, create wallet
bun run sona start # agent starts on port 3000
2. Get a session token
curl -s -c cookies.txt -X POST http://localhost:3000/api/auth/login \
-H "Content-Type: application/json" \
-d '{"username":"your_user","password":"your_pass"}' | jq -r '.token'
3. Set environment variables
export SONA_API_URL=http://localhost:3000
export SONA_TOKEN=
4. Install the skill
clawhub install sona
TERMINAL
clawhub install sona