Agent skill
whale-watcher
Monitor large transactions and whale movements on-chain.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/whale-watcher
Metadata
Additional technical details for this skill
- cryptoclaw
-
{ "emoji": "\ud83d\udc0b", "always": true }
SKILL.md
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 transactionsget_transaction- Get transaction detailsget_native_balance- Check whale wallet balancesget_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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?