ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

walletchan

Drive the WalletChan browser extension as a human-in-the-loop co-pilot for web3 dapps. The agent navigates the dapp UI and surfaces each transaction or signature — decoded and human-readable — inside the extension for the user to review. A scoped, user-controlled "Agent Password" unlocks ONLY the review-and-confirm UI; it cannot export private keys, reveal the seed phrase, change security settings, or disable auto-lock. Use when the user asks to connect a wallet, swap tokens, supply/deposit to DeFi, sign typed data, or check on-chain balances through a dapp. Requires Chrome with remote debugging and the WalletChan extension installed.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/apoorvlathey/walletchan
Or

What This Skill Does

The walletchan skill empowers your OpenClaw agent to interact directly with the decentralized web by controlling the WalletChan browser extension via Chrome DevTools Protocol (CDP). By automating the browser, the agent can connect to decentralized applications (dapps), initiate token swaps, deposit collateral into DeFi protocols, and sign transactions or messages. This bridges the gap between natural language intent and complex web3 user interfaces.

Installation

To begin, ensure you have Google Chrome installed and configured for remote debugging. Launch Chrome with the flag --remote-debugging-port=9222 using a dedicated user profile directory. Install the WalletChan extension from the Chrome Web Store (ID: kofbkhbkfhiollbhjkbebajngppmpbgc). In your OpenClaw environment, execute the command: clawhub install openclaw/skills/skills/apoorvlathey/walletchan. Once installed, you must open the WalletChan settings in your browser, configure an 'Agent Password' (do not use your master password), and provide this password to your agent when prompted. The agent will then be ready to navigate to dapp URLs and execute your on-chain requests.

Use Cases

This skill is ideal for users who want to offload the repetitive tasks of web3 interaction. Use it to:

  • Automatically connect to dapps like Uniswap or Aave without manual clicking.
  • Execute complex DeFi trades or liquidity provisions through natural language.
  • Monitor your on-chain portfolio by having the agent navigate to dashboard sites.
  • Request transaction signatures for governance voting or NFT minting.
  • Retrieve current balances and token prices directly from dapp interfaces.

Example Prompts

  1. "Connect to app.uniswap.org and swap 0.5 ETH for USDC."
  2. "Go to Aave, navigate to the supply dashboard, and deposit 100 USDT into the protocol."
  3. "Check my current wallet balance displayed on Zerion and report it back to me."

Tips & Limitations

  • Security First: Never provide your Master Password to the agent. The Agent Password restricts the agent's power to transaction signing only.
  • Tab Management: The agent operates by switching between the dapp tab and the WalletChan extension tab. Do not manually interfere with active tabs while the agent is processing a transaction.
  • Auto-Lock: WalletChan locks automatically for security. If a transaction fails, ask the agent to check the lock status and provide the Agent Password to unlock it.
  • CDP Dependency: This skill requires a persistent connection to the Chrome remote debugging port. Ensure your browser remains open and the port is not blocked by firewall rules.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-apoorvlathey-walletchan": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web3#defi#crypto#browser-automation#wallet
Safety Score: 2/5

Flags: network-access, external-api