SkillHub

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.

Sourced from ClawHub, Authored by eddie

Installation

Please help me install the skill `whale-watcher` from SkillHub official store. npx skills add alexbrc20/whale-watcher

🐋 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"