Crypto Whale Monitor
Monitors large cryptocurrency wallet balances (whales) on-chain using Web3 RPC to detect potential market-moving activity. Can read from `references/wallets....
waleolapo
@waleolapo
What This Skill Does
Scans a list of cryptocurrency wallet addresses via Web3 RPC and alerts when a wallet's balance exceeds a configurable threshold. Reads addresses from a local file or accepts custom addresses.
Replaces manually checking blockchain explorers for each whale wallet by automating balance checks and threshold alerts.
When to Use It
- Monitor known whale wallets for large balance changes before a major market move
- Set up a cron job to automatically scan whale wallets every hour
- Add a new whale address to the watchlist and immediately check its balance
- Detect when a dormant whale wallet suddenly becomes active
- Compare current whale balances against historical data to spot accumulation or distribution trends
Install
$ openclaw skills install @waleolapo/crypto-whale-monitorCrypto Whale Monitor
This skill contains the logic to connect to blockchain explorers and track large balances for a defined set of "whale" wallets.
Workflow
- Define Wallets: Add known whale addresses to
references/wallets.md. - Execute: Run
npm start(or./scripts/monitor.js) to scan the list. - Analyze: Review output for "WHALE DETECTED" alerts.
- Schedule: Set up a cron job to run
npm startperiodically for automated monitoring.
Scripts
scripts/monitor.js: Core logic for checking balances via public RPC. Reads fromreferences/wallets.mdby default.
References
references/wallets.md: A list of known, public whale wallet addresses.
Related skills
Trading Research
@fpsjagoBinance cryptocurrency trading research, technical analysis, and position management. Triggers on requests for crypto prices, market data, trading analysis, DCA planning, position sizing, whale activity, or any trading research questions about Bitcoin, altcoins, or crypto markets.
Crypto Research Cellcog
@nitishgargiitdAI crypto research and analysis powered by CellCog. Token deep-dives, on-chain metrics, DeFi protocol breakdowns, wallet portfolio reviews, market sentiment,...
Test
@areinCLI for crypto portfolio tracking, market data, and CEX history. Use when the user asks about crypto prices, wallet balances, portfolio values, Coinbase/Binance holdings, or Polymarket predictions.
Crypto Market Data Skill (No Key Required)
@liam8No API KEY needed for free tier. Professional-grade cryptocurrency and stock market data integration for real-time prices, company profiles, and global analytics. Powered by Node.js with zero external dependencies.
Crypto Price
@evgyurGet cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Crypto Market
@manifoldorCryptocurrency market data and price alert monitoring tool based on CCXT. Supports multiple exchanges, real-time price tracking, and configurable price/volat...