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".
83
81%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Overview | Prerequisites | Instructions | Output | Error Handling | Examples | Resources
Track large cryptocurrency transactions and whale wallet movements across multiple blockchains. Monitor exchange inflows/outflows, manage custom watchlists, and identify known wallets (exchanges, funds, bridges).
cd ${CLAUDE_SKILL_DIR}/scriptspython whale_monitor.py recentpython whale_monitor.py flowspython whale_monitor.py watchlistpython whale_monitor.py track 0x123...python whale_monitor.py labels --query binanceAlternatively, customize with chain and threshold filters:
python whale_monitor.py recent --chain ethereum # Specific chain
python whale_monitor.py recent --min-value 10000000 # 10000000: $10M+ only
python whale_monitor.py watch 0x123... --name "My Whale" # Add to watchlist
python whale_monitor.py labels --type exchange # Or use type filterTransaction Types:
Flow Analysis:
--format json)See ${CLAUDE_SKILL_DIR}/references/errors.md for:
Example 1: View $10M+ whale transactions on Ethereum:
python whale_monitor.py recent --chain ethereum --min-value 10000000 # 10000000 = 10M limitExample 2: Analyze if whales are selling:
python whale_monitor.py flows --chain ethereumExample 3: Track a known whale wallet:
python whale_monitor.py watch 0x28c6c... --name "Binance Cold"
python whale_monitor.py track 0x28c6c...Example 4: Export to JSON for further analysis:
python whale_monitor.py recent --format json > whales.jsonSee ${CLAUDE_SKILL_DIR}/references/examples.md for more usage patterns.
${CLAUDE_SKILL_DIR}/references/implementation.md - Flow analysis, wallet database, multi-chain detailsc8a915c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.