← Back to Skills Marketplace
ssidharhubble

Crypto Whale Alerts

by ssyopro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
48
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-whale-alerts
Description
Real-time cryptocurrency whale tracker for AI agents and crypto traders. Monitors large on-chain transactions on Bitcoin, Ethereum, and major altcoins, track...
README (SKILL.md)

Crypto Whale Alerts

Tracks large on-chain transactions and whale wallet movements to generate actionable crypto trading alerts.

Configuration

# Set minimum transaction threshold in USD
export WHALE_MIN_USD=500000

# Set alert cooldown period in minutes
export WHALE_COOLDOWN=30

Commands

# Scan for whale transactions above threshold
python scripts/whale_alerts.py scan

# Get whale activity summary
python scripts/whale_alerts.py summary

# View tracked whale wallet addresses
python scripts/whale_alerts.py watch

# Change minimum threshold
python scripts/whale_alerts.py set-threshold 250000

Alert Interpretation

  • INFLOW (green): Large transaction into exchange hot wallet

    • Could indicate imminent selling pressure
    • Watch for distribution patterns
  • OUTFLOW (red): Large transaction from exchange to cold storage

    • Could indicate accumulation phase
    • Often precedes price increases

Watchlist

Includes major exchange hot wallets, institutional custodians, and notable smart money addresses:

  • Binance Hot (multiple wallets)
  • Coinbase Custody
  • Grayscale Trust wallets
  • DeFi protocol treasuries

Production Integration

For live data, connect to:

  • Etherscan API for Ethereum transactions
  • Blockchair API for multi-chain coverage
  • Glassnode for whale wallet labels

The script uses mock data with real field structure for easy API integration.

Usage Guidance
This skill is safe-looking as a local mock-data demo. Before relying on it for trading, confirm whether it has been connected to real Etherscan, Blockchair, or other data sources, and review any added API or credential handling.
Capability Analysis
Type: OpenClaw Skill Name: crypto-whale-alerts Version: 1.0.0 The skill is a straightforward cryptocurrency whale tracker that uses hardcoded mock data and basic Python logic to simulate transaction monitoring. It contains no network calls, file system modifications, or suspicious execution patterns, and its behavior aligns perfectly with its stated purpose in scripts/whale_alerts.py and SKILL.md.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is crypto whale alerting, and the included script matches that theme, but the current implementation uses mock transactions rather than live blockchain monitoring.
Instruction Scope
The skill allows Bash and documents running a local Python script. This is disclosed and proportionate to the skill, with no evidence of broader shell use.
Install Mechanism
There is no install spec and no dependencies, but the documentation expects Python 3.9+. This is a usability/provenance note rather than a security concern.
Credentials
Environment variables are limited to alert threshold and cooldown settings; the code does not read API keys, wallet secrets, tokens, cookies, or other credentials.
Persistence & Privilege
The code prints results only and does not write files, persist state, modify wallets/accounts, install packages, or run background processes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-whale-alerts
  3. After installation, invoke the skill by name or use /crypto-whale-alerts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of crypto-whale-alerts—real-time crypto whale tracker for AI agents and traders. - Monitors large on-chain transactions on Bitcoin, Ethereum, and major altcoins. - Tracks whale wallets (exchanges, institutions, and smart money). - Detects accumulation (OUTFLOW) and distribution (INFLOW) patterns to generate actionable alerts. - Four commands: scan, summary, watch, set-threshold. - Configurable thresholds and cooldown via environment variables. - Built for Python 3.9+, no external dependencies, mock data matches production API responses.
Metadata
Slug crypto-whale-alerts
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crypto Whale Alerts?

Real-time cryptocurrency whale tracker for AI agents and crypto traders. Monitors large on-chain transactions on Bitcoin, Ethereum, and major altcoins, track... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.

How do I install Crypto Whale Alerts?

Run "/install crypto-whale-alerts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Whale Alerts free?

Yes, Crypto Whale Alerts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Whale Alerts support?

Crypto Whale Alerts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Whale Alerts?

It is built and maintained by ssyopro (@ssidharhubble); the current version is v1.0.0.

💬 Comments