Skip to main content

whale-watcher

Monitor crypto whale wallets for large transactions.\n Track big moves on Ethereum, BSC, and other chains.\n Get alerts when whales move significant amounts.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--whale-watcher
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/alexbrc20--whale-watcher/skills/whale-watcher/SKILL.md -o .claude/skills/whale-watcher.md

Drops the SKILL.md into .claude/skills/whale-watcher.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

🐋 Whale Watcher - 巨鲸钱包监控

Monitor crypto whale wallets and get alerts for large transactions.

Features

  • 🔍 Track specific whale wallets
  • 💰 Set minimum transaction threshold
  • ⛓️ Support multiple chains (ETH, BSC, etc.)
  • 📱 Telegram alerts
  • 📊 Transaction history

Usage

# Monitor a wallet
/whale-watcher monitor 0x123...abc --threshold 1000000

# Check recent transactions
/whale-watcher txs 0x123...abc

# Set alert threshold
/whale-watcher alert --min 5000000

API Sources

  • Etherscan API
  • BscScan API
  • On-chain data

Setup

Add to environment:

export ETHERSCAN_API_KEY="your_key"
export BSCSCAN_API_KEY="your_key"