Install
openclaw skills install clawdwalletInstall and control ClawdWallet - a multi-chain Web3 wallet Chrome extension controlled by Clawdbot agents. Use when setting up agent-controlled wallet, connecting to dApps, signing transactions, or managing crypto across 20+ chains (EVM, Bitcoin, Solana, Cosmos). Powered by ShapeShift hdwallet.
openclaw skills install clawdwalletMulti-chain wallet extension your agent controls via WebSocket.
# Clone and build
git clone https://github.com/NeOMakinG/clawdwallet.git
cd clawdwallet
npm install
npm run build
# Or use pre-built dist/ folder directly
chrome://extensions → Enable Developer modedist/ folderws://localhost:3033/clawdwallet)Add to your gateway config:
extensions:
clawdwallet:
enabled: true
{"type": "init_wallet", "mnemonic": "your twenty four words..."}
{"type": "generate_wallet"}
Returns addresses for all supported chains.
{"type": "sign_and_respond", "requestId": "uuid"}
{"type": "reject_request", "requestId": "uuid", "reason": "Looks suspicious"}
{"type": "get_status"}
When dApp requests signature, you receive:
{
"type": "wallet_request",
"id": "uuid",
"chain": "ethereum",
"method": "eth_sendTransaction",
"params": [{"to": "0x...", "value": "0x..."}],
"origin": "https://app.uniswap.org"
}
Review and approve/reject based on context.
| Family | Chains |
|---|---|
| EVM | Ethereum, Polygon, Optimism, Arbitrum, Base, Avalanche, Gnosis, BSC |
| UTXO | Bitcoin, Litecoin, Dogecoin, Bitcoin Cash |
| Cosmos | Cosmos Hub, Osmosis, THORChain, Mayachain |
| Other | Solana, TON, Near, Sui, Tron |