monitoring-whale-activity

Featured

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

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Monitoring Whale Activity ## Contents [Overview](#overview) | [Prerequisites](#prerequisites) | [Instructions](#instructions) | [Output](#output) | [Error Handling](#error-handling) | [Examples](#examples) | [Resources](#resources) ## Overview 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). ## Prerequisites 1. Install Python 3.8+ with requests library 2. Optionally obtain Whale Alert API key (free tier available for live data) 3. Verify internet access for API calls ## Instructions ### Step 1: Navigate to Scripts Directory ```bash cd ${CLAUDE_SKILL_DIR}/scripts ``` ### Step 2: Choose a Command 1. View recent whale transactions: `python whale_monitor.py recent` 2. Analyze exchange flows: `python whale_monitor.py flows` 3. Manage watchlist: `python whale_monitor.py watchlist` 4. Track specific wallet: `python whale_monitor.py track 0x123...` 5. Search known labels: `python whale_monitor.py labels --query binance` Alternatively, customize with chain and threshold filters: ```bash 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 filter ``` ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

whale-hunting

Detect institutional whale activity in options for a given underlying. Use when the user asks about unusual options activity, large block trades, whale trades, or institutional options flow for a specific symbol.

234 Updated yesterday
staskh
AI & Automation Featured

analyzing-on-chain-data

Process perform on-chain analysis including whale tracking, token flows, and network activity. Use when performing crypto analysis. Trigger with phrases like "analyze crypto", "check blockchain", or "monitor market".

2,274 Updated today
jeremylongshore
AI & Automation Featured

tracking-crypto-prices

Track real-time cryptocurrency prices across exchanges with historical data and alerts. Provides price data infrastructure for dependent skills (portfolio, tax, DeFi, arbitrage). Use when checking crypto prices, monitoring markets, or fetching historical price data. Trigger with phrases like "check price", "BTC price", "crypto prices", "price history", "get quote for", "what's ETH trading at", "show me top coins", or "track my watchlist".

2,274 Updated today
jeremylongshore
AI & Automation Listed

arkham-api

Interact with Arkham Intelligence API for blockchain analytics - wallet analysis, transfers tracking, token flows, entity intelligence, portfolio analysis, and on-chain investigations. Use when analyzing crypto addresses, tracking whale movements, investigating transactions, or getting blockchain intelligence.

15 Updated 4 months ago
Vyntral
AI & Automation Featured

monitoring-cross-chain-bridges

Monitor cross-chain bridge TVL, volume, fees, and transaction status across networks. Use when researching bridges, comparing routes, or tracking bridge transactions. Trigger with phrases like "monitor bridges", "compare bridge fees", "track bridge tx", "bridge TVL", or "cross-chain transfer status".

2,274 Updated today
jeremylongshore