Universal browser wallet automation for AI agents. Supports 10 wallets including MetaMask, Rabby, Phantom, Trust Wallet, OKX, Coinbase, and more. EVM + Solana. Configurable guardrails with spend limits, chain allowlists, and approval thresholds.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install wallet-pilot或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install wallet-pilot⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/wallet-pilot/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: WalletPilot description: Universal browser wallet automation for AI agents. Supports 10 wallets including MetaMask, Rabby, Phantom, Trust Wallet, OKX, Coinbase, and more. EVM + Solana. Configurable guardrails with spend limits, chain allowlists, and approval thresholds. tags: - crypto - wallet - ethereum - solana - defi - web3 - blockchain - automation - browser - metamask - rabby - coinbase - rainbow - phantom - trust-wallet - zerion - exodus - okx - backpack ---
Universal browser wallet automation for AI agents. Control any browser-based crypto wallet with configurable permission guardrails.
| Wallet | EVM | Solana | Users | |--------|-----|--------|-------| | MetaMask | ✅ | - | 100M+ | | Rabby | ✅ | - | 1M+ | | Coinbase Wallet | ✅ | - | 1M+ | | Rainbow | ✅ | - | 500K+ | | Phantom | ✅ | ✅ | 3M+ | | Trust Wallet | ✅ | ✅ | 1M+ | | Zerion | ✅ | ✅ | 100K+ | | Exodus | ✅ | ✅ | 100K+ | | OKX Wallet | ✅ | ✅ | 1M+ | | Backpack | ✅ | ✅ | 500K+ |
WalletPilot allows AI agents to interact with dapps and execute transactions through any supported browser wallet. All operations are subject to user-defined constraints.
Security Model: The agent controls a separate wallet in an isolated browser profile. Never use your main wallet.
cd wallet-pilot
npm install
npx playwright install chromium
Edit config.json to select your wallet:
{
"wallet": {
"provider": "metamask", // or: rabby, coinbase, rainbow, phantom
"extensionPath": null // auto-detect from Chrome, or provide path
}
}
npm run setup
This opens a browser where you:
Transfer a small amount to your agent wallet:
Edit permissions.json:
{
"constraints": {
"spendLimit": {
"daily": "50000000",
"perTx": "10000000"
},
"allowedChains": [1, 137, 42161, 8453],
"allowedProtocols": ["0x...uniswap", "0x...1inch"]
}
}
connect <dapp-url>
Navigates to dapp and connects the agent wallet.
swap <amount> <token-in> for <token-out> [on <dex>]
Executes a token swap on an allowed DEX.
send <amount> <token> to <address>
Sends tokens to an address (within spend limits).
sign <message>
Signs an arbitrary message.
balance [token]
Returns wallet balances.
history [count]
Shows recent agent transactions.
| Constraint | Description | |------------|-------------| | spendLimit.daily | Max USD value per 24h period | | spendLimit.perTx | Max USD value per transaction | | allowedChains | Whitelisted chain IDs | | allowedProtocols | Whitelisted contract addresses | | blockedMethods | Forbidden function selectors | | requireApproval.above | Threshold requiring user confirmation |
WalletPilot uses a plugin architecture. To add a new wallet:
src/wallets/WalletAdapter interfacesrc/wallets/index.tsSee src/wallets/metamask.ts for reference implementation.
"revoked": true to disable all actionssrc/
├── index.ts # Main entry point
├── browser.ts # Playwright browser management
├── guard.ts # Permission enforcement
├── logger.ts # Transaction logging
├── price.ts # USD price estimation
├── types.ts # TypeScript types
├── config.ts # Configuration loading
└── wallets/
├── index.ts # Wallet adapter registry
├── adapter.ts # Base adapter interface
├── metamask.ts # MetaMask
├── rabby.ts # Rabby
├── coinbase.ts # Coinbase Wallet
├── rainbow.ts # Rainbow
├── phantom.ts # Phantom
├── trust.ts # Trust Wallet
├── zerion.ts # Zerion
├── exodus.ts # Exodus
├── okx.ts # OKX Wallet
└── backpack.ts # Backpack
| Feature | WalletPilot | MetaMask Agent Wallet | |---------|-------------|----------------------| | Wallets | 5+ supported | MetaMask only | | Chains | EVM + Solana | EVM only | | Setup | Choose your wallet | MetaMask required | | Complexity | Higher | Lower | | Use case | Multi-wallet orgs | MM-only users |
Choose WalletPilot if you need flexibility across wallets or Solana support. Choose MetaMask Agent Wallet for simpler MetaMask-only setup.
安装 WalletPilot 后,可以对 AI 说这些话来触发它
Help me get started with WalletPilot
Explains what WalletPilot does, walks through the setup, and runs a quick demo based on your current project
Use WalletPilot to universal browser wallet automation for AI agents
Invokes WalletPilot with the right parameters and returns the result directly in the conversation
What can I do with WalletPilot in my finance & investment workflow?
Lists the top use cases for WalletPilot, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/wallet-pilot/ 目录(个人级,所有项目可用),或 .claude/skills/wallet-pilot/(项目级)。重启 AI 客户端后,用 /wallet-pilot 主动调用,或让 AI 根据上下文自动发现并使用。
WalletPilot 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
WalletPilot 可免费安装使用。请查阅仓库了解许可证信息。
Universal browser wallet automation for AI agents. Supports 10 wallets including MetaMask, Rabby, Phantom, Trust Wallet, OKX, Coinbase, and more. EVM + Solana. Configurable guardrails with spend limits, chain allowlists, and approval thresholds.
WalletPilot 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using WalletPilot
Identifies repetitive steps in your workflow and sets up WalletPilot to handle them automatically