crypto-whale-monitor
Monitors large cryptocurrency wallet transactions (whales) on-chain using Web3 and Etherscan to detect potential market-moving activity. Use when the user requests a notification or alert based on large on-chain transactions.
Why use this skill?
Monitor large wallet transactions on the blockchain with OpenClaw. Detect market-moving whale activity, set custom thresholds, and get alerted to significant crypto movement.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/waleolapo/crypto-whale-monitorWhat This Skill Does
The crypto-whale-monitor is an advanced observability tool designed to track large-scale cryptocurrency movements on the blockchain. By leveraging the Etherscan and Web3 ecosystems, it allows users to keep a pulse on 'whale' activity—large holders whose transactions can often signal institutional movement, liquidity shifts, or imminent market volatility. The skill automates the polling of specific wallet addresses, filtering transactions against a user-defined monetary threshold to ensure you only receive alerts that truly matter.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/waleolapo/crypto-whale-monitor
Ensure you have configured your environment variables, specifically your Alchemy or Etherscan API keys, to allow the skill to interface correctly with the blockchain nodes.
Use Cases
This skill is indispensable for crypto traders, market analysts, and DeFi researchers. It is primarily used to gain an 'information edge' by identifying when major capital moves between cold storage, exchanges, or smart contracts. It is also highly effective for monitoring project treasury activity or tracking the movement of stolen funds during security events.
Example Prompts
- "Monitor the whale wallet list for any transactions over 500,000 USDT and alert me immediately if a move occurs."
- "Check the activity of the top 10 Ethereum whales using the standard wallet reference and report if any large sell-offs are detected today."
- "Set up a recurring check every hour to track whale movements for address 0x71C... and notify me of any transaction exceeding $1M."
Tips & Limitations
To maximize the utility of this skill, maintain a curated list of whale addresses in references/wallets.md. Be mindful of API rate limits imposed by public blockchain explorers, as aggressive monitoring intervals can lead to service interruptions. Note that the skill detects on-chain movement; it does not predict market price changes, and large transfers to decentralized exchanges may not always signify an intent to sell, but rather liquidity provision or rebalancing. Always combine this data with other analytical tools for a holistic view of the market environment.
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-waleolapo-crypto-whale-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution