← Back to Skills Marketplace
1. 巨鲸列表 (
2. 持仓分析 (
3. 大额转账 (
4. 聪明钱排行 (
5. 提醒管理 (
312
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install whale-shark
Description
Monitor large wallet activities including holdings, transfers, smart money ranks, and set alerts to track whale movements.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install whale-shark - After installation, invoke the skill by name or use
/whale-shark - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
🐋 初始版本 - 巨鲸追踪 + 持仓分析 + 聪明钱排行
Metadata
Frequently Asked Questions
What is Whale Shark?
Monitor large wallet activities including holdings, transfers, smart money ranks, and set alerts to track whale movements. It is an AI Agent Skill for Claude Code / OpenClaw, with 312 downloads so far.
How do I install Whale Shark?
Run "/install whale-shark" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Whale Shark free?
Yes, Whale Shark is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Whale Shark support?
Whale Shark is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Whale Shark?
It is built and maintained by Haha Tan (@gztanht); the current version is v0.1.0.
More Skills