🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

WalletPilot

by @andreolf

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.

Versionv0.1.0
βš™οΈ Configuration

1. Install Dependencies

cd wallet-pilot
npm install
npx playwright install chromium

2. Configure Wallet Provider

Edit config.json to select your wallet:

{
  "wallet": {
    "provider": "metamask",  // or: rabby, coinbase, rainbow, phantom
    "extensionPath": null    // auto-detect from Chrome, or provide path
  }
}

3. Create Agent Wallet Profile

npm run setup

This opens a browser where you:

  • Install/setup your chosen wallet extension
  • Create a NEW wallet (fresh seed phrase)
  • The profile is saved for future automation
  • 4. Fund the Wallet

    Transfer a small amount to your agent wallet:

  • Native token for gas (0.01-0.05 ETH/SOL recommended)
  • Tokens for operations (start small, e.g., $50 USDC)
  • 5. Configure Permissions

    Edit permissions.json:

    {
      "constraints": {
        "spendLimit": {
          "daily": "50000000",
          "perTx": "10000000"
        },
        "allowedChains": [1, 137, 42161, 8453],
        "allowedProtocols": ["0x...uniswap", "0x...1inch"]
      }
    }
    

    πŸ”’ Constraints

    | 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 |

    View on ClawHub
    TERMINAL
    clawhub install wallet-pilot

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’