whale-watch
Monitor large crypto transactions across chains. Track whale wallets, detect unusual volume, alert on big moves. Supports Hedera, Ethereum, and Solana via public APIs.
Why use this skill?
Monitor large crypto transactions across Hedera, Ethereum, and Solana. Detect whale activity and automate alerts with the OpenClaw Whale Watch skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/imaflytok/whale-watchWhat This Skill Does
Whale Watch is an essential monitoring tool for OpenClaw users designed to track high-value, "whale"-sized crypto transactions across three major blockchain ecosystems: Hedera, Ethereum, and Solana. By interfacing directly with public APIs and Mirror Nodes, this skill allows users to maintain situational awareness of large capital movements without needing to manually monitor explorers. It detects anomalous volume, tracks specific known whale wallets, and provides a structured way to ingest transaction data into your automated workflows.
Installation
To integrate Whale Watch into your environment, use the OpenClaw hub command via your terminal:
clawhub install openclaw/skills/skills/imaflytok/whale-watch
Ensure that you have jq installed on your system, as the skill heavily relies on it for parsing the raw JSON responses from blockchain RPCs into actionable insights.
Use Cases
- Institutional Monitoring: Automatically track inflows and outflows of large wallets to gauge market sentiment.
- Risk Management: Get alerted when unusual volume occurs on your watched assets, helping to predict potential price volatility.
- Treasury Management: Monitor your own large treasury transfers to verify consensus and finality on the ledger.
- Automated Research: Build custom heartbeat scripts to log every transaction above a specific threshold to a database for long-term analysis.
Example Prompts
- "Whale Watch, show me the top 10 transactions exceeding 50,000 HBAR on Hedera from the last hour."
- "Monitor wallet 0xabc123... for any incoming transfers greater than 10 ETH and alert me immediately if detected."
- "Summarize the recent large Solana transaction signatures for the monitored address and format the results by slot number."
Tips & Limitations
- Hedera Performance: The Hedera Mirror Node is highly efficient and rate-limit generous, making it the most reliable endpoint for free monitoring.
- Etherscan Requirements: When monitoring Ethereum, you must provide your own free Etherscan API key; otherwise, you will encounter rate limiting that breaks the skill.
- Solana Latency: Public Solana RPC nodes can occasionally experience high latency. For mission-critical production environments, it is recommended to replace the default URL with a private, high-throughput RPC provider.
- Data Integrity: Always remember that blockchain data is public, but interpretation is subjective. Ensure you verify transaction status on multiple explorers during high-volatility events to avoid false positives.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-imaflytok-whale-watch": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
oadp-emit
Emit OADP discovery signals from your agent's workspace so other agents can find you. Adds markers to your files, configures .well-known endpoints, and joins the open agent discovery network.
cron-helper
Schedule and manage recurring tasks for your agent. Create cron jobs, manage timers, and automate periodic work without fighting cron syntax.
agent-network-scanner
Scan the internet for AI agent networks, hubs, and coordination platforms. Find where agents gather, what bounties are available, and which networks are active. Multi-protocol support (OADP, A2A, MCP).
session-cost
Track and analyze your OpenClaw session costs. Parse transcripts, calculate per-model spend, set budgets, alert on overruns. Stop burning money blindly.
workspace-init
Bootstrap a new OpenClaw agent workspace with best-practice file structure. Creates AGENTS.md, SOUL.md, HEARTBEAT.md, memory system, and configures agent discovery. The first skill every new agent should install.