skills$openclaw/crypto-whale-monitor
waleolapo9.3k

by waleolapo

crypto-whale-monitor – OpenClaw Skill

crypto-whale-monitor is an OpenClaw Skills integration for productivity workflows. 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.

9.3k stars9.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026productivity

Skill Snapshot

namecrypto-whale-monitor
descriptionMonitors 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. OpenClaw Skills integration.
ownerwaleolapo
repositorywaleolapo/crypto-whale-monitor
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @waleolapo/crypto-whale-monitor
last updatedFeb 7, 2026

Maintainer

waleolapo

waleolapo

Maintains crypto-whale-monitor in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
.
references
wallets.md
473 B
scripts
monitor.js
2.4 KB
_meta.json
295 B
SKILL.md
963 B
SKILL.md

name: crypto-whale-monitor description: 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.

Crypto Whale Monitor

This skill contains the logic to connect to blockchain explorers and track large transactions for a defined set of "whale" wallets.

Workflow

  1. Define Wallets: Get a list of target whale wallet addresses from the user.
  2. Define Threshold: Get the transaction size threshold (e.g., > 1,000,000 USDT).
  3. Use Script: Run `scripts/monitor.js` with the wallet list and threshold.
  4. Schedule: Set up a cron job using the `cron` tool to run the script periodically.

Scripts

  • `scripts/monitor.js`: Core logic for checking Etherscan/Alchemy API.

References

  • `references/wallets.md`: A list of known, public whale wallet addresses.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install crypto-whale-monitor?

Run openclaw add @waleolapo/crypto-whale-monitor in your terminal. This installs crypto-whale-monitor into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/waleolapo/crypto-whale-monitor. Review commits and README documentation before installing.