ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/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 Wallet Tracker skill to monitor Ethereum and Solana addresses. Get real-time alerts on whale movements, portfolio changes, and DeFi transactions with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sakaen736jih/wallet-tracker
Or

What This Skill Does

The Wallet Tracker skill provides real-time monitoring and analysis of blockchain addresses, empowering users to keep a pulse on asset movements across Ethereum, Solana, and other major chains. Designed for high-frequency tracking, it enables users to observe whale activity, track portfolio fluctuations, verify token transfers, and analyze complex DeFi interactions. By leveraging integrated API endpoints, this skill simplifies the process of querying blockchain data, converting raw JSON inputs into readable, actionable insights without requiring advanced infrastructure setup.

Installation

To install this skill, run the following command in your terminal within the OpenClaw environment:

clawhub install openclaw/skills/skills/sakaen736jih/wallet-tracker

Once installed, ensure your environment variables are configured with the necessary API keys (such as Etherscan keys) to facilitate consistent polling and data retrieval.

Use Cases

  • Whale Watching: Identify large-scale transfers to or from specific wallet addresses to gauge potential market sentiment.
  • Portfolio Monitoring: Automatically track the total value and composition of tokens within a wallet over time.
  • DeFi Engagement Tracking: Observe how specific wallets interact with liquidity pools, staking protocols, or lending platforms.
  • Automated Alerting: Setup monitoring scripts that notify you when an address hits a specific balance or initiates a high-value transaction.

Example Prompts

  1. "OpenClaw, track the whale address 0x71C... and notify me whenever they transfer more than 100 ETH."
  2. "Show me the last 5 transactions for my Solana wallet and calculate the net balance change in the last hour."
  3. "Analyze the ERC-20 token movements for this address and summarize which tokens have been moved to decentralized exchanges recently."

Tips & Limitations

  • API Rate Limits: Always adhere to the rate limits of the underlying providers (like Etherscan or the Solana public RPC). Frequent polling intervals (less than 30 seconds) may result in temporary IP bans.
  • Precision: When handling token decimals, ensure that your data formatting accounts for variations between different ERC-20 and SPL tokens.
  • Security: Never share your private keys with any skill. This tool is designed for public address tracking only; it does not require, nor should it ever receive, your private keys or seed phrases.
  • Data Latency: Public RPC nodes can occasionally experience delays; consider using a dedicated node provider for mission-critical trading alerts.

Metadata

Stars1133
Views0
Updated2026-02-18
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-sakaen736jih-wallet-tracker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#defi#monitoring#crypto#analytics
Safety Score: 4/5

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