multiAI Summary Pending
whale-watcher
Monitor large transactions and whale movements on-chain.
272 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/whale-watcher/SKILL.md --create-dirs "https://raw.githubusercontent.com/TermiX-official/cryptoclaw/main/skills/whale-watcher/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/whale-watcher/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How whale-watcher Compares
| Feature / Agent | whale-watcher | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Monitor large transactions and whale movements on-chain.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Whale Watcher Skill Monitor large transactions and whale movements on-chain. ## Overview Track large token transfers and notable wallet activity using on-chain data and block explorer APIs. ## Capabilities - **Large transfer alerts**: Detect transfers above a threshold - **Wallet tracking**: Monitor specific addresses for activity - **Recent blocks scan**: Scan recent blocks for notable transactions - **Token flow analysis**: Track inflows/outflows for specific tokens ## Tools Used - `get_block_info` - Fetch block data with transactions - `get_transaction` - Get transaction details - `get_native_balance` - Check whale wallet balances - `get_erc20_balance` - Check token holdings ## Data Sources - On-chain block/transaction data via RPC - Block explorer APIs (Etherscan, BSCScan) for indexed data ## Example Interactions User: "Any big BNB transfers in the last hour?" Action: Scan recent blocks on BSC, filter transactions above 100 BNB User: "Watch this address: 0x..." Action: Check recent transactions for the address, report notable activity User: "What are whales doing with PEPE?" Action: Check large PEPE transfers on Ethereum, summarize trends