Overview
- Skill Key
- gztanht/whale-shark
- Author
- gztanht
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gztanht/whale-shark
- Latest Commit SHA
- fa02ca5759a22548c65d2a1a170b62f30c9fdfa1
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Whale Shark 技能。 若已安装,则直接安装 Whale Shark 技能。
# WhaleWatch Skill - SKILL.md
**🐋 巨鲸追踪 - 监控大户钱包动向,跟随聪明钱**
## 基本信息
```json
{
"name": "whale-shark",
"version": "0.1.0",
"description": "巨鲸追踪 - 监控大户钱包动向,跟随聪明钱",
"author": "@gztanht",
"license": "MIT"
}
```
## 命令系统
| 命令 | 描述 | 参数 |
|------|------|------|
| `whale` | 查看巨鲸列表 | `--limit`, `--type` |
| `holdings` | 持仓分析 | `<address>` |
| `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**
# WhaleWatch 🐋 **巨鲸追踪 - 监控大户钱包动向,跟随聪明钱** ## 技能信息 - **名称**: WhaleWatch - **版本**: 0.1.0 - **作者**: @gztanht - **许可**: MIT - **GitHub**: https://github.com/gztanht/whale-shark - **ClawHub**: https://clawhub.com/skills/whale-shark ## 产品亮点 - 🐋 **巨鲸钱包监控** - 追踪大户持仓变化 - 💰 **大额转账提醒** - 实时监控链上大额转账 - 📊 **持仓变化分析** - 智能分析巨鲸操作 - 🎯 **聪明钱跟随** - 发现高胜率钱包 - 🔔 **实时通知** - 重要动向第一时间知道 ## 快速开始 ```bash # 查看巨鲸列表 node scripts/whale.mjs # 查看特定巨鲸持仓 node scripts/holdings.mjs 0x1234...5678 # 查看大额转账 node scripts/transfers.mjs --min 100000 # 设置转账提醒 node scripts/alert.mjs add --whale 0x1234 --min 50000 ``` ## 使用示例 ### 巨鲸列表 ```bash $ node scripts/whale.mjs 🐋 WhaleWatch - 巨鲸钱包监控 排名 钱包地址 标签 总资产 24h 变化 胜率 ───────────────────────────────────────────────────────────────────────── 1 0x47ac...5Df3 Unknown Whale $125.8M +2.3% 68% 2 0x8f3B...2Ae1 Smart Money $89.2M +5.1% 75% 3 0x2C91...9Bb4 VC Fund $67.5M -1.2% 62% 4 0x5E2a...7Cd8 Market Maker $54.3M +0.8% 55% 5 0x9D1f...4Ef2 DeFi Protocol $43.7M +12.4% 71% 💡 提示:node scripts/whale.mjs --limit 10 ``` ### 持仓分析 ```bash $ node scripts/holdings.mjs 0x8f3B...2Ae1 📊 WhaleWatch - 巨鲸持仓分析 钱包:0x8f3B...2Ae1 标签:Smart Money 胜率:75% (过去 30 天) 持仓分布: ETH $45.2M 51% 🟢 +12% USDC $18.5M 21% 🔴 -3% WBTC $12.8M 14% 🟢 +5% UNI $6.2M 7% 🟢 +28% LINK $4.1M 5% 🟡 0% 24h 操作: ✅ 买入 $2.3M UNI @ $5.82 ✅ 买入 $1.1M ETH @ $2,050 ❌ 卖出 $800K USDC 💡 聪明钱指标:持续加仓 DeFi 蓝筹 ``` ### 大额转账 ```bash $ node scripts/transfers.mjs --min 100000 💸 WhaleWatch - 大额转账监控 时间 方向 金额 代币 从 至 ────────────────────────────────────────...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.