← Back to Skills Marketplace
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shenmeng-whale-alert-2025
Description
虚拟币大户账户预警监测助手 - 实时监控鲸鱼钱包动向、大额转账、交易所资金流向。 当用户需要以下功能时触发此skill: (1) 监控特定大户/鲸鱼钱包的交易活动 (2) 追踪大额资金流入/流出交易所 (3) 设置自定义阈值的大额转账预警 (4) 分析鲸鱼持仓变化和积累/派发模式 (5) 接收Telegram/D...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shenmeng-whale-alert-2025 - After installation, invoke the skill by name or use
/shenmeng-whale-alert-2025 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is Whale Alert Monitor 大户监控?
虚拟币大户账户预警监测助手 - 实时监控鲸鱼钱包动向、大额转账、交易所资金流向。 当用户需要以下功能时触发此skill: (1) 监控特定大户/鲸鱼钱包的交易活动 (2) 追踪大额资金流入/流出交易所 (3) 设置自定义阈值的大额转账预警 (4) 分析鲸鱼持仓变化和积累/派发模式 (5) 接收Telegram/D... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install Whale Alert Monitor 大户监控?
Run "/install shenmeng-whale-alert-2025" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Whale Alert Monitor 大户监控 free?
Yes, Whale Alert Monitor 大户监控 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Whale Alert Monitor 大户监控 support?
Whale Alert Monitor 大户监控 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Whale Alert Monitor 大户监控?
It is built and maintained by shenmeng (@shenmeng); the current version is v1.0.0.
More Skills