Whale Watcher for Openclaw

A sophisticated blockchain monitoring tool designed to track and alert users of large-scale cryptocurrency transactions in real-time.

alexbrc20
v1.0.2
Mar 6, 2026
0
878
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install whale-watcher

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install whale-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Whale Watcher?

Whale Watcher is a specialized utility within the Openclaw Skills library that provides investors and developers with on-chain transparency. By monitoring high-net-worth wallet addresses across major blockchains like Ethereum and Binance Smart Chain, it enables users to stay informed about significant market movements before they impact the broader ecosystem. This skill bridges the gap between raw blockchain data and actionable intelligence.

Built for high performance, these Openclaw Skills leverage official explorer APIs to ensure data accuracy. Whether you are a retail trader following smart money or a developer building a market analysis dashboard, Whale Watcher offers the necessary infrastructure to automate whale tracking without manual constant checking.

Whale Watcher Use Cases

  • Monitoring specific institutional or private whale wallets for significant outflows or inflows.
  • Setting up automated price or movement alerts to gauge market sentiment through Openclaw Skills.
  • Conducting historical research on large-scale asset transfers to identify accumulation or distribution phases.
  • Receiving real-time notifications via Telegram to react faster than the broader market to whale activity.

How Whale Watcher Works

  1. The user initializes the skill by providing the necessary API keys for Etherscan or BscScan to facilitate data retrieval.
  2. A specific wallet address is targeted for monitoring using the monitor command, specifying a minimum value threshold to filter out smaller transactions.
  3. The skill continuously polls the blockchain via these Openclaw Skills to identify new transactions associated with the target address.
  4. When a transaction exceeds the defined USD threshold, the logic parses the transaction hash and value.
  5. An automated notification is generated and sent to a configured Telegram bot, providing the user with instant visibility into the move.

Whale Watcher Setup

To utilize Whale Watcher effectively, you must first ensure python3 and curl are available in your environment. Configure your API credentials and bot tokens as environment variables to enable these Openclaw Skills:

# Set your Telegram and Blockchain Explorer API keys
export TELEGRAM_BOT_TOKEN="your_bot_token"
export ETHERSCAN_API_KEY="your_etherscan_api_key"
export BSCSCAN_API_KEY="your_bscscan_api_key"

Once keys are set, you can start monitoring wallets immediately using the CLI interface.

Whale Watcher Data Schema & Taxonomy

Whale Watcher organizes data into structured wallet profiles and transaction logs. These Openclaw Skills utilize a simple yet effective taxonomy for tracking high-value events:

Property Description Example
Wallet Address The unique identifier for the whale wallet 0x123...abc
Threshold The USD floor for transaction alerts 50000
Network The blockchain being monitored ETH, BSC, ARB
Tx History A log of all transactions meeting the threshold JSON List

All metadata is stored to facilitate long-term analysis of wallet behavior.

Whale Watcher Advanced Features

  • Real-time push notifications via Telegram for immediate updates.
  • Multi-chain compatibility supporting Ethereum, Binance Smart Chain, Arbitrum, and Optimism.
  • Historical transaction analysis for deep-diving into past whale behavior with Openclaw Skills.
  • Customizable monitoring thresholds to minimize noise and focus only on multi-million dollar moves.
  • Easy CLI integration for developers looking to pipe whale data into other automation tools.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*