Loading...
Loading...
Track large cryptocurrency transactions and whale wallet movements in real-time. Use when tracking large holder movements, exchange flows, or wallet activity. Trigger with phrases like "track whales", "monitor large transfers", "check whale activity", "exchange inflows", or "watch wallet".
npx skill4agent add jeremylongshore/claude-code-plugins-plus-skills monitoring-whale-activitycd {baseDir}/scriptspython whale_monitor.py recent # All chains
python whale_monitor.py recent --chain ethereum # Specific chain
python whale_monitor.py recent --min-value 10000000 # $10M+ onlypython whale_monitor.py flows # Overall exchange flows
python whale_monitor.py flows --chain ethereum # Chain-specificpython whale_monitor.py watchlist # View watchlist
python whale_monitor.py watch 0x123... --name "My Whale" # Add to watchlist
python whale_monitor.py unwatch 0x123... # Remove from watchlistpython whale_monitor.py track 0x123... # Track wallet activitypython whale_monitor.py labels --query binance # Search by name
python whale_monitor.py labels --type exchange # List by type{baseDir}/references/errors.mdpython whale_monitor.py recent --chain ethereum --min-value 10000000python whale_monitor.py flows --chain ethereumpython whale_monitor.py watch 0x28c6c... --name "Binance Cold"
python whale_monitor.py track 0x28c6c...python whale_monitor.py recent --format json > whales.json{baseDir}/references/examples.md