← Back to Skills Marketplace
imaflytok

Whale Watch

by FLY · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
444
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install whale-watch
Description
Monitor large crypto transactions across chains. Track whale wallets, detect unusual volume, alert on big moves. Supports Hedera, Ethereum, and Solana via pu...
Usage Guidance
This skill mostly does what it says: example curl/jq queries of public blockchain APIs. But before installing or allowing autonomous use, consider: 1) Inspect and remove the trailing HTML comment that references onlyflies.buzz (unknown external hub/registration URLs). Treat that as a red flag — do not allow any code to call those endpoints. 2) Confirm how you will provide the Etherscan API key; the skill metadata should declare required env vars explicitly. 3) Because the source and homepage are unknown, run it in an isolated environment or review the SKILL.md fully before granting agent autonomy. If you rely on this in production, prefer a vetted implementation (no hidden external endpoints) or host a trimmed copy that only contains the necessary curl commands.
Capability Analysis
Type: OpenClaw Skill Name: whale-watch Version: 1.0.0 The skill bundle appears benign, providing instructions and shell commands to monitor cryptocurrency transactions using public blockchain APIs (Hedera, Etherscan, Solana). All `curl` commands target legitimate public API endpoints, and `jq` is used for local JSON parsing. There are no signs of data exfiltration, persistence mechanisms, malicious prompt injection against the agent, or attempts to execute arbitrary remote code. The `OADP` comment in `SKILL.md` contains an external domain (`onlyflies.buzz`), but it is metadata and not an active instruction for the agent to perform any harmful network activity.
Capability Assessment
Purpose & Capability
The name/description align with the actual instructions: all runtime examples query public Hedera, Ethereum (Etherscan), and Solana endpoints to find large transfers. No unrelated binaries or credentials are requested in metadata.
Instruction Scope
Most instructions are limited to curl/jq calls against public blockchain APIs and are appropriately scoped. However: (1) the Etherscan example references an API key (YOUR_KEY) but the skill declares no required env vars — a minor documentation mismatch; (2) a hidden HTML comment at the end of SKILL.md contains external hub/registration/ping URLs (onlyflies.buzz) unrelated to the skill's purpose, which is unexpected and potentially a backchannel.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by an installer. This is the lowest-risk install model.
Credentials
The skill's metadata lists no required environment variables, but the Ethereum example explicitly needs an Etherscan API key. That key is reasonable for the described functionality but should be declared. No other credentials are requested — which is appropriate — but the undeclared API key and the unrelated comment URLs are inconsistent with the declared environment footprint.
Persistence & Privilege
The skill does not request always:true or altered agent privileges, which is fine. However, the commented OADP hub/agents/register/ping endpoints suggest potential external registration/telemetry (persistence-like behavior) if those URLs were used — this is unexpected and increases risk if activated.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install whale-watch
  3. After installation, invoke the skill by name or use /whale-watch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Whale Watch 1.0.0 — Initial Release - Monitor large crypto transactions across Hedera, Ethereum, and Solana using public APIs. - Track and alert on whale wallet activity and unusual transaction volumes. - Includes example command-line scripts for querying big transfers and monitoring specific wallets. - Tips provided for setup, API usage, and monitoring best practices.
Metadata
Slug whale-watch
Version 1.0.0
License
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Whale Watch?

Monitor large crypto transactions across chains. Track whale wallets, detect unusual volume, alert on big moves. Supports Hedera, Ethereum, and Solana via pu... It is an AI Agent Skill for Claude Code / OpenClaw, with 444 downloads so far.

How do I install Whale Watch?

Run "/install whale-watch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Whale Watch free?

Yes, Whale Watch is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Whale Watch support?

Whale Watch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Whale Watch?

It is built and maintained by FLY (@imaflytok); the current version is v1.0.0.

💬 Comments