← 返回 Skills 市场
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shenmeng-whale-alert-2025
功能描述
虚拟币大户账户预警监测助手 - 实时监控鲸鱼钱包动向、大额转账、交易所资金流向。 当用户需要以下功能时触发此skill: (1) 监控特定大户/鲸鱼钱包的交易活动 (2) 追踪大额资金流入/流出交易所 (3) 设置自定义阈值的大额转账预警 (4) 分析鲸鱼持仓变化和积累/派发模式 (5) 接收Telegram/D...
安全使用建议
This skill largely implements the advertised whale-monitoring functionality, but there are important inconsistencies you should resolve before installing or running it:
- Do not trust embedded secrets: payment.py includes a hardcoded BILLING_API_KEY. Treat that as a red flag — ask the author why it's there and request its removal. Do not run these scripts on an environment that contains sensitive credentials or production access until this is resolved.
- Clarify billing enforcement: _meta.json claims SkillPay billing is required, SKILL.md advertises per-call charges, but the main monitoring scripts do not clearly call the payment check. Ask whether the runtime will actually perform billing and which processes contact skillpay.me. If billing is required, prefer an implementation that uses a user-provided API key (via env var) and server-side billing verification instead of hardcoding keys.
- Confirm network endpoints: alert manager sends to Telegram/Discord/webhook URLs supplied by env/config — those are expected. Confirm you are comfortable providing those notification credentials. Consider using a dedicated, limited bot/webhook rather than broad-purpose tokens.
- Run in a sandbox first: execute the code in an isolated/test environment to observe runtime network behavior (which endpoints are contacted and when). Monitor outbound connections, and inspect logs for calls to skillpay.me or unexpected hosts.
- If you plan to use this skill in production: request code changes from the maintainer to remove hardcoded keys, surface required env vars clearly, and add an audit log of billing calls. If the author cannot or will not address these issues, avoid installing the skill or only run it after manual code review and key removal.
I assessed these issues with high confidence because the hardcoded key and metadata mismatch are directly visible in the repository.
功能分析
Type: OpenClaw Skill
Name: shenmeng-whale-alert-2025
Version: 1.0.0
The skill implements a mandatory pay-per-use monetization system called 'SkillPay' in `payment.py`, which contains a hardcoded API secret (`sk_f03...`) and communicates with an external billing endpoint (`skillpay.me`). While the `SKILL.md` and documentation describe a sophisticated real-time cryptocurrency monitoring tool, the actual implementation in scripts like `whale_tracker.py`, `transfer_monitor.py`, and `exchange_flow.py` relies almost entirely on simulated data generated by the `random` module rather than real blockchain API integrations. This discrepancy between the advertised functionality and the actual code, combined with the hardcoded credentials and the requirement for users to pay for simulated results, is highly suspicious.
能力标签
能力评估
Purpose & Capability
The code and documentation implement whale-wallet monitoring, transfer detection, exchange flow and notifications — that matches the skill name/description. However metadata/_meta.json declares SkillPay billing (SKILLPAY_API_KEY, SKILLPAY_USER_ID) while the skill manifest at the top claimed no required env vars. The presence of a payment module is plausible for a paid skill, but the way it is implemented (hardcoded billing key, contradictory required-env declarations) is inconsistent and unexpected.
Instruction Scope
SKILL.md instructs running the included Python scripts and references notification env vars (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, DISCORD_WEBHOOK_URL). The scripts themselves read local config files and send notifications to Telegram/Discord/webhooks (using the environment variables), which is coherent for this purpose. However SKILL.md and _meta.json emphasize a per-call charge; the payment logic exists in payment.py but is not obviously integrated into the main runtime (most scripts do not import or call payment.require_payment). That ambiguity (claimed mandatory billing vs no clear enforced call in the runtime paths) is scope-incoherent and should be clarified.
Install Mechanism
There is no install spec — the skill is provided as Python scripts (no binary downloads or archive extraction). This lowers install risk: nothing is fetched or auto-installed by the skill package itself.
Credentials
Notification credentials referenced (Telegram bot token, chat ID, Discord webhook, custom webhook) are appropriate for sending alerts. But _meta.json and payment.py declare/expect SkillPay credentials (SKILLPAY_API_KEY, SKILLPAY_USER_ID). The package manifest reported 'Required env vars: none', creating an inconsistency. Critically, payment.py contains a hardcoded BILLING_API_KEY constant (a long secret-like string) used to call skillpay.me endpoints — embedding such a key in the repository is inappropriate and risky (can be abused or indicates sloppy/unsafe secret handling).
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not declare system-wide persistent privileges. It reads/writes local config and history files (config.yaml, alert_configs.json, alert_history.json, whale_monitor.log), which is expected for a monitoring tool. No elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shenmeng-whale-alert-2025 - 安装完成后,直接呼叫该 Skill 的名称或使用
/shenmeng-whale-alert-2025触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Whale Alert Monitor - a real-time whale wallet and large transfer monitoring skill.
- Provides real-time tracking and alerts for whale wallets, large transfers, and exchange fund flows.
- Users can monitor specific addresses, set custom alert thresholds, analyze portfolio changes, and receive notifications via Telegram or Discord.
- Supports multi-chain monitoring (Ethereum, BSC, Arbitrum, etc.).
- Includes configurable alert levels, notification management, and detailed whale activity reporting.
- Integrated with SkillPay payment system (0.01 USDT per call via BNB Chain).
元数据
常见问题
Whale Alert Monitor 大户监控 是什么?
虚拟币大户账户预警监测助手 - 实时监控鲸鱼钱包动向、大额转账、交易所资金流向。 当用户需要以下功能时触发此skill: (1) 监控特定大户/鲸鱼钱包的交易活动 (2) 追踪大额资金流入/流出交易所 (3) 设置自定义阈值的大额转账预警 (4) 分析鲸鱼持仓变化和积累/派发模式 (5) 接收Telegram/D... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Whale Alert Monitor 大户监控?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shenmeng-whale-alert-2025」即可一键安装,无需额外配置。
Whale Alert Monitor 大户监控 是免费的吗?
是的,Whale Alert Monitor 大户监控 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Whale Alert Monitor 大户监控 支持哪些平台?
Whale Alert Monitor 大户监控 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Whale Alert Monitor 大户监控?
由 shenmeng(@shenmeng)开发并维护,当前版本 v1.0.0。
推荐 Skills