Whale Watcher

v1.0.2

Monitor crypto whale wallets for large transactions. Track big moves on Ethereum, BSC, and other chains. Get alerts when whales move significant amounts.

0· 347·0 current·0 all-time
byeddie@alexbrc20

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for alexbrc20/whale-watcher.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Whale Watcher" (alexbrc20/whale-watcher) from ClawHub.
Skill page: https://clawhub.ai/alexbrc20/whale-watcher
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: TELEGRAM_BOT_TOKEN
Required binaries: python3, curl
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install alexbrc20/whale-watcher

ClawHub CLI

Package manager switcher

npx clawhub@latest install whale-watcher
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill claims Telegram real-time alerts and multi-chain monitoring. The declared required env only lists TELEGRAM_BOT_TOKEN (which is not used anywhere), and the declared required binaries include curl (also not used). The README/SKILL.md instruct users to set ETHERSCAN_API_KEY and BSCSCAN_API_KEY, but those are not declared in requires.env and the shipped Python code uses a built-in default key instead of reading env vars. These mismatches indicate the manifest, docs, and code are inconsistent with each other.
!
Instruction Scope
SKILL.md and README show CLI-like commands (/whale-watcher monitor ...) and describe Telegram push alerts and 'real-time' monitoring. The provided whale_monitor.py only prints to stdout and polls Etherscan/BscScan via urllib; it does not implement a CLI dispatch, slash-command integration, Telegram notifications, or any external webhook delivery. The instructions therefore grant capabilities (sending Telegram messages, realtime push) that the code does not implement, which is scope creep / inconsistency.
Install Mechanism
There is no install spec (instruction-only), which is lower risk. A Python script is included but there is no automated installer or external downloads. That said, the presence of a code file without an install step means the skill will rely on python3 being present and executed by the agent; there is no remote fetch of arbitrary archives or obscure URLs.
!
Credentials
requires.env declares TELEGRAM_BOT_TOKEN as required, but the code never references it; conversely, the documentation asks users to export ETHERSCAN_API_KEY and BSCSCAN_API_KEY but those keys are not declared as required in the manifest and the code uses a hardcoded default API key. Requiring a Telegram token without using it is disproportionate and misleading; missing declaration of API keys that the docs discuss is also inconsistent.
Persistence & Privilege
always is false, there are no requested config paths, and the skill does not claim to modify other skills or agent-wide settings. It does not request persistent elevated privileges in the manifest.
What to consider before installing
This skill is inconsistent: docs promise Telegram alerts, CLI commands, and use of user API keys, but the included Python script only prints to stdout and uses a default Etherscan key. Before installing or providing secrets, ask the author to: 1) explain why TELEGRAM_BOT_TOKEN is listed as required and provide code that actually uses it (or remove it from requirements); 2) either make ETHERSCAN_API_KEY/BSCSCAN_API_KEY required in the manifest and read them from env, or remove references from docs; 3) supply or document the CLI / integration layer that implements the /whale-watcher commands and Telegram delivery. If you must test locally, run the Python script in a confined environment and do not expose real API keys or tokens until the above is clarified. The current mismatches are most likely sloppy packaging, but they could hide unexpected behavior in future updates, so proceed cautiously.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🐋 Clawdis
Binspython3, curl
EnvTELEGRAM_BOT_TOKEN
latestvk97445tw0685e44wfrbfjy8mc582c8gz
347downloads
0stars
3versions
Updated 1mo ago
v1.0.2
MIT-0

🐋 Whale Watcher - 巨鲸钱包监控

Monitor crypto whale wallets and get alerts for large transactions.

Features

  • 🔍 Track specific whale wallets
  • 💰 Set minimum transaction threshold
  • ⛓️ Support multiple chains (ETH, BSC, etc.)
  • 📱 Telegram alerts
  • 📊 Transaction history

Usage

# Monitor a wallet
/whale-watcher monitor 0x123...abc --threshold 1000000

# Check recent transactions
/whale-watcher txs 0x123...abc

# Set alert threshold
/whale-watcher alert --min 5000000

API Sources

  • Etherscan API
  • BscScan API
  • On-chain data

Setup

Add to environment:

export ETHERSCAN_API_KEY="your_key"
export BSCSCAN_API_KEY="your_key"

Comments

Loading comments...