/install clawdwallet
ClawdWallet
Multi-chain wallet extension your agent controls via WebSocket.
Quick Install
# 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
Load in Chrome
chrome://extensions→ Enable Developer mode- Load unpacked → select
dist/folder - Click extension icon → set WebSocket URL (default:
ws://localhost:3033/clawdwallet)
Clawdbot Gateway Config
Add to your gateway config:
extensions:
clawdwallet:
enabled: true
Agent Commands
Initialize with existing seed
{"type": "init_wallet", "mnemonic": "your twenty four words..."}
Generate new wallet
{"type": "generate_wallet"}
Returns addresses for all supported chains.
Approve dApp request
{"type": "sign_and_respond", "requestId": "uuid"}
Reject request
{"type": "reject_request", "requestId": "uuid", "reason": "Looks suspicious"}
Check status
{"type": "get_status"}
Incoming Requests
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.
Supported Chains
| 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 |
Security Notes
- Only use with trusted agents
- Consider dedicated wallet for agent operations
- Never expose mnemonic or WebSocket URL publicly
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawdwallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawdwallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawdwallet 是什么?
Install 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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1879 次。
如何安装 Clawdwallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawdwallet」即可一键安装,无需额外配置。
Clawdwallet 是免费的吗?
是的,Clawdwallet 完全免费(开源免费),可自由下载、安装和使用。
Clawdwallet 支持哪些平台?
Clawdwallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawdwallet?
由 NeOMakinG(@neomaking)开发并维护,当前版本 v0.1.0。