whale-watcher
$
npx mdskill add TermiX-official/cryptoclaw/whale-watcherDetects large token transfers and tracks notable wallet activity using on-chain data and block explorer APIs.
- Helps monitor significant cryptocurrency movements and address behaviors for market insights.
- Integrates with RPC for on-chain data and block explorer APIs like Etherscan and BSCScan.
- Uses thresholds and address tracking to identify and report notable transactions and trends.
- Presents results through alerts and summaries of large transfers or wallet activities.
SKILL.md
.github/skills/whale-watcherView on GitHub ↗
---
name: whale-watcher
description: Monitor large transactions and whale movements on-chain.
metadata: { "cryptoclaw": { "emoji": "🐋", "always": true } }
---
# 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
More from TermiX-official/cryptoclaw
- aave-bscInteract with Aave V3 lending protocol on BNB Smart Chain (BSC).
- agent-identityRegister and manage on-chain AI agent identity via ERC-8004.
- agentic-commerceCreate, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
- binance-address-infoBinance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
- binance-market-rankBinance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
- binance-meme-rushBinance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
- binance-spotBinance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
- binance-token-auditBinance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
- binance-token-infoBinance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
- binance-trading-signalBinance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.