← 返回 Skills 市场
444
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whale-watch - 安装完成后,直接呼叫该 Skill 的名称或使用
/whale-watch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 444 次。
如何安装 Whale Watch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whale-watch」即可一键安装,无需额外配置。
Whale Watch 是免费的吗?
是的,Whale Watch 完全免费(开源免费),可自由下载、安装和使用。
Whale Watch 支持哪些平台?
Whale Watch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Whale Watch?
由 FLY(@imaflytok)开发并维护,当前版本 v1.0.0。
推荐 Skills