← 返回 Skills 市场
1. 巨鲸列表 (
2. 持仓分析 (
3. 大额转账 (
4. 聪明钱排行 (
5. 提醒管理 (
312
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whale-shark
功能描述
Monitor large wallet activities including holdings, transfers, smart money ranks, and set alerts to track whale movements.
使用说明 (SKILL.md)
WhaleWatch Skill - SKILL.md
🐋 巨鲸追踪 - 监控大户钱包动向,跟随聪明钱
基本信息
{
"name": "whale-shark",
"version": "0.1.0",
"description": "巨鲸追踪 - 监控大户钱包动向,跟随聪明钱",
"author": "@gztanht",
"license": "MIT"
}
命令系统
| 命令 | 描述 | 参数 |
|---|---|---|
whale |
查看巨鲸列表 | --limit, --type |
holdings |
持仓分析 | \x3Caddress> |
transfers |
大额转账 | --min |
smart |
聪明钱排行 | --limit |
alert |
提醒管理 | add, list, remove |
功能说明
1. 巨鲸列表 (whale.mjs)
显示追踪的巨鲸钱包:
- 钱包地址
- 标签分类
- 总资产
- 24h 变化
- 交易胜率
2. 持仓分析 (holdings.mjs)
详细分析巨鲸持仓:
- 持仓分布
- 24h 操作记录
- 聪明钱指标
3. 大额转账 (transfers.mjs)
监控链上大额转账:
- 转账方向
- 金额和代币
- 发送/接收方
4. 聪明钱排行 (smart.mjs)
按胜率排序的钱包列表
5. 提醒管理 (alert.mjs)
设置转账提醒
巨鲸分类
| 类型 | 描述 | 权重 |
|---|---|---|
| smart_money | 高胜率交易者 | 5 |
| vc_fund | 风投基金 | 4 |
| market_maker | 做市商 | 3 |
| defi_protocol | 协议金库 | 2 |
| unknown | 未知 | 3 |
输出格式
巨鲸列表
🐋 WhaleWatch - 巨鲸钱包监控
排名 钱包地址 标签 总资产 24h 变化 胜率
─────────────────────────────────────────────────────────────────────────
1 0x47ac...5Df3 Unknown Whale $125.8M +2.3% 68%
持仓分析
📊 WhaleWatch - 巨鲸持仓分析
钱包:0x8f3B...2Ae1
持仓分布:
ETH $45.2M 51% 🟢 +12%
定价策略
- 免费版: 5 次查询/天
- 赞助版: 0.5 USDT/USDC → 无限查询
未来规划
- v0.2.0 - 实时推送通知
- v0.3.0 - 自动跟随交易
- v1.0.0 - AI 预测巨鲸操作
🐋 WhaleWatch v0.1.0 - Follow The Whales
安全使用建议
This package is self-contained demo code that prints simulated whale-tracking data and stores alert entries in a local data/whale-alerts.json file. If you expect live on-chain monitoring, ask the author how real-time data is fetched and what API keys or paid services are required (and why those credentials aren't declared). Inspect or sandbox the skill before giving it network access or integrating it into an agent that can invoke it autonomously. Note: the skill includes crypto donation addresses in multiple files (expected for funding, not a security issue) and creates a local data folder for alerts—review that file if you care about local storage.
功能分析
Type: OpenClaw Skill
Name: whale-shark
Version: 0.1.0
The WhaleWatch skill bundle is a harmless mock implementation of a cryptocurrency whale tracking tool. All scripts (whale.mjs, holdings.mjs, transfers.mjs, smart.mjs) return hardcoded, static data and do not perform any actual network requests or blockchain API calls. While the README.md and SKILL.md mention a 'Sponsorship' model to unlock features and provide crypto donation addresses (0x33f9...5ad9), the code contains no malicious logic, data exfiltration, or unauthorized system access. It functions entirely as a cosmetic template.
能力评估
Purpose & Capability
Name/description (monitor large wallet activity) match the included scripts' intent, but the code uses entirely simulated/local data. The README advertises external data sources (Etherscan, Arkham, Nansen) and paid features, yet the code contains no API calls or required credentials—a functional mismatch that should be clarified.
Instruction Scope
SKILL.md instructs the agent to run the local scripts and describes CLI commands. The scripts only read/write a local data file (data/whale-alerts.json) and print simulated reports; they do not access other system paths, unexpected env vars, or remote endpoints.
Install Mechanism
No install spec is provided (instruction-only), and package.json exists but lists no external dependencies. Nothing in the manifest pulls remote code at install time; risk from install mechanism is low.
Credentials
The skill declares no required environment variables or credentials (appropriate for the provided mock implementation). However, the README references external paid data providers that would normally require API keys—those are not declared or used, producing an expectation gap.
Persistence & Privilege
always is false and the skill does not request elevated privileges. The only persistent behavior is creating/maintaining a local 'data/whale-alerts.json' file for alerts, which is within the skill's stated scope and not system-wide.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whale-shark - 安装完成后,直接呼叫该 Skill 的名称或使用
/whale-shark触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
🐋 初始版本 - 巨鲸追踪 + 持仓分析 + 聪明钱排行
元数据
常见问题
Whale Shark 是什么?
Monitor large wallet activities including holdings, transfers, smart money ranks, and set alerts to track whale movements. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 312 次。
如何安装 Whale Shark?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whale-shark」即可一键安装,无需额外配置。
Whale Shark 是免费的吗?
是的,Whale Shark 完全免费(开源免费),可自由下载、安装和使用。
Whale Shark 支持哪些平台?
Whale Shark 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Whale Shark?
由 Haha Tan(@gztanht)开发并维护,当前版本 v0.1.0。
推荐 Skills