MO

monitoring-whale-activity

Real-time tracking of large cryptocurrency transactions and whale wallet activity.

Install

mkdir -p .claude/skills/monitoring-whale-activity && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1196" && unzip -o skill.zip -d .claude/skills/monitoring-whale-activity && rm skill.zip

Installs to .claude/skills/monitoring-whale-activity

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Track large cryptocurrency transactions and whale wallet movements in
69 charsno explicit “when” trigger
Intermediate

Key capabilities

  • View recent large cryptocurrency transactions.
  • Analyze exchange inflows and outflows.
  • Manage custom watchlists for specific wallets.
  • Track specific wallet addresses.
  • Search for known wallet labels.

How it works

The skill uses Python scripts to monitor blockchain data, filter transactions by value and chain, and identify wallet types to track large cryptocurrency movements.

Inputs & outputs

You give it
Blockchain transaction data, specific wallet addresses, or chain and value filters.
You get back
Real-time whale transactions, labeled wallets, exchange flow summaries, custom watchlist tracking, and JSON/table/alert format output.

When to use monitoring-whale-activity

  • Tracking large holder movements
  • Monitoring exchange inflow surges
  • Watching specific whale wallet addresses

About this skill

Monitoring Whale Activity

Contents

Overview | Prerequisites | Instructions | Output | Error Handling | Examples | 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

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:

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

Step 3: Interpret Results

Transaction Types:

  • DEPOSIT: Sent to exchange (potential selling pressure)
  • WITHDRAWAL: From exchange (accumulation signal)
  • TRANSFER: Wallet to wallet (whale movement)

Flow Analysis:

  • Net positive flow to exchanges = selling pressure
  • Net negative flow from exchanges = buying pressure

Output

  • Real-time whale transactions with USD values
  • Labeled wallets (exchanges, funds, bridges, protocols)
  • Exchange inflow/outflow summaries
  • Custom watchlist tracking
  • JSON, table, or alert format output (--format json)

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for:

  • API rate limit handling and backoff
  • Network timeout recovery
  • Invalid address format validation
  • Price service fallbacks

Examples

Example 1: View $10M+ whale transactions on Ethereum:

python whale_monitor.py recent --chain ethereum --min-value 10000000  # 10000000 = 10M limit

Example 2: Analyze if whales are selling:

python whale_monitor.py flows --chain ethereum

Example 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.json

See ${CLAUDE_SKILL_DIR}/references/examples.md for more usage patterns.

Resources

  • ${CLAUDE_SKILL_DIR}/references/implementation.md - Flow analysis, wallet database, multi-chain details
  • Whale Alert - Real-time whale transaction API
  • Etherscan - Ethereum blockchain explorer
  • CoinGecko - Price data API

Prerequisites

Python 3.8+ with requests library installed.Optionally, a Whale Alert API key.Internet access for API calls.

Limitations

  • API rate limits may require handling and backoff.
  • Network timeouts may occur during API calls.
  • Invalid address formats will require validation.

How it compares

This skill provides automated, real-time monitoring and analysis of large cryptocurrency transactions and wallet movements, unlike manual blockchain explorers.

Compared to similar skills

monitoring-whale-activity side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
monitoring-whale-activity (this skill)325dReviewIntermediate
model-usage52moReviewBeginner
klingai-cost-controls125dReviewBeginner
trading-ops-runbook04moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by jeremylongshore

View all by jeremylongshore

analyzing-logs

jeremylongshore

Analyze application logs to detect performance issues, identify error patterns, and improve stability by extracting key insights.

14123

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

1167

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

generating-database-seed-data

jeremylongshore

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1033

cursor-codebase-indexing

jeremylongshore

Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".

885

testing-mobile-apps

jeremylongshore

Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing. Trigger with phrases like "test mobile app", "run iOS tests", or "validate Android functionality".

810

You might also like

model-usage

openclaw

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

548

klingai-cost-controls

jeremylongshore

Implement cost controls and budget management for Kling AI. Use when managing spending limits, tracking costs, or preventing budget overruns. Trigger with phrases like 'klingai cost', 'kling ai budget', 'klingai spending', 'video generation costs'.

10

trading-ops-runbook

dmorazzini23

Use this skill when you need fast operational triage for the live trading bot.

00

quant-analyst

zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

103355

stock-analyzer

FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

71214

pair-trade-screener

tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair trading opportunities, statistical arbitrage screening, mean-reversion strategies, or market-neutral portfolio construction. Supports correlation analysis, cointegration testing, and spread backtesting.

1198

Search skills

Search the agent skills registry