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

eyebot-walletbot

Wallet operations and portfolio management

Why use this skill?

Simplify your DeFi journey with the eyebot-walletbot. Track multi-chain portfolios, estimate gas costs, and manage token transfers directly through OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eyebots/eyebot-walletbot
Or

What This Skill Does

The eyebot-walletbot is a specialized agent skill designed to act as a command-line interface and automation engine for decentralized finance (DeFi) activities. It serves as a unified bridge between OpenClaw and multiple blockchain networks, abstracting the complexity of manual wallet management, transaction signing, and portfolio monitoring. By centralizing operations across Ethereum, Base, Polygon, Arbitrum, Optimism, and BSC, it eliminates the need to switch between different explorers or fragmented dashboard interfaces. The skill provides real-time visibility into asset distribution, historical transaction data, and sophisticated gas estimation, ensuring users can execute transfers with optimal cost efficiency.

Installation

To integrate the walletbot into your environment, use the ClawHub command-line tool. Open your terminal and run:

clawhub install openclaw/skills/skills/eyebots/eyebot-walletbot

Ensure that your OpenClaw runtime has the necessary permissions to interface with the requested blockchain RPC endpoints. Once installed, the skill will be accessible via the eyebot walletbot namespace.

Use Cases

This skill is ideal for developers and power users who need to automate portfolio maintenance or query blockchain data programmatically. Use cases include:

  • Automated Rebalancing: Monitoring portfolio performance and triggering transfers when assets hit specific value thresholds.
  • Quick Audits: Rapidly checking the transaction history or token balances of a cold wallet or hot wallet during research.
  • Cost-Effective Swapping: Utilizing the integrated gas estimator before committing to high-volume transfers, saving users money in periods of network congestion.
  • Portfolio Reporting: Extracting PnL data for personal or tax accounting purposes via the history and performance features.

Example Prompts

  1. "eyebot walletbot balance 0x123...abc --chain ethereum: Show me all my current holdings and total USD value across the mainnet."
  2. "eyebot walletbot send USDC 0x987...xyz 50.0: Please initiate a transfer of 50 USDC to the specified address on the Polygon network."
  3. "eyebot walletbot history 0x456...def --limit 5: Get the five most recent transactions for this wallet and summarize the total outflow."

Tips & Limitations

To maximize the utility of this skill, ensure that your addresses are correctly formatted and that you have verified the network chain ID for each operation. Note that while the walletbot provides gas estimation, network volatility can still result in transaction failures or stuck pending states during high congestion. Always exercise caution when performing transfers; double-check the recipient address before authorizing any transaction. The skill is designed for monitoring and manual initiation; treat your private keys or session keys with maximum security protocols. Do not share your API access keys or wallet credentials with third-party wrappers.

Metadata

Author@eyebots
Stars1100
Views1
Updated2026-02-17
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-eyebots-eyebot-walletbot": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#defi#web3#finance#blockchain
Safety Score: 3/5

Flags: external-api, network-access