← Back to Skills Marketplace
shenmeng

Whale Alert Monitor 鲸鱼监控

by shenmeng · GitHub ↗ · v2026.4.15-100 · MIT-0
cross-platform ⚠ suspicious
2015
Downloads
0
Stars
0
Active Installs
656
Versions
Install in OpenClaw
/install shenmeng-whale-alert-monitor
Description
追踪加密货币巨鲸动向、大额转账预警、交易所资金流向分析。 当你想追踪聪明钱的每一步,监测大户交易行为时使用此技能。 已接入 SkillPay,每次调用 0.01 USDT。
Usage Guidance
What to consider before installing: - Don't install blindly. The codebase includes multiple runnable Python scripts (monitor daemon, transfer monitor, alert manager) but the registry metadata omitted required env vars and dependency info — expect to supply API keys and install Python packages (requests, pyyaml, etc.). - Review or remove the hard-coded SkillPay API key in payment.py. A literal billing API key in repo is dangerous: it could be abused or indicate that billing is implemented insecurely. Prefer an environment-based secret (and confirm with the author). - Confirm you trust the billing provider (skillpay.me) and the author before allowing automated charging; understand how billing is triggered (payment.py charges per call). Consider testing in an isolated environment or sandbox account. - Audit and control what credentials you provide: Telegram/Discord webhooks and blockchain provider keys are required for notifications and data. Never provide high-privilege credentials (exchange withdrawal API keys) to this skill. - Because there is no install spec, run the code in a controlled environment (container/VM) and pin dependency versions from trusted package sources. - If you plan to use it, update the manifest/SKILL.md to list required env vars and dependencies, remove hard-coded secrets, and verify network endpoints. If unsure, seek a newer/official release or contact the author for clarification.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description match the code: scripts monitor wallets, transfers, exchange flows and send notifications. However the registry metadata declared no required env vars or credentials while the code expects many (Telegram/Discord/webhook tokens, multiple blockchain API keys) and _meta.json declares SkillPay billing env vars — an internal inconsistency. The included SkillPay billing integration and notification/webhook support do fit the stated purpose, but the mismatch between declared requirements and actual code is concerning.
Instruction Scope
SKILL.md is high-level and does not enumerate required env vars or local files, yet the runtime code reads/writes local files (config.yaml, alert_configs.json, alert_history.json, whale_monitor.log), calls external services (SkillPay, Telegram API, Discord webhooks, custom webhooks), and expects blockchain provider APIs (Etherscan/Alchemy/Moralis). Instructions grant the skill broad discretion to create files and send data externally; the SKILL.md does not surface these details.
Install Mechanism
The skill is marked as instruction-only (no install spec) but ships multiple Python scripts that import third‑party modules (requests, yaml, etc.) with no declared dependency list. There is no installation or dependency guidance in the registry metadata; that makes it unclear how dependencies will be satisfied and increases operational risk.
Credentials
The code uses several environment variables (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, DISCORD_WEBHOOK_URL, CUSTOM_WEBHOOK_URL, and expects blockchain API keys) and _meta.json references SKILLPAY_API_KEY and SKILLPAY_USER_ID. Yet the registry listed no required env vars. Crucially, payment.py contains a long hard-coded SkillPay API key in the repository — a sensitive credential baked into source that should not be present and is not justified by the metadata. The number of secrets matches the functionality, but the hard-coded key and metadata mismatch are disproportionate and risky.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It writes logs and configuration files into its working directory (normal for a daemon) and can be run autonomously (default). There's no indication it modifies other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shenmeng-whale-alert-monitor
  3. After installation, invoke the skill by name or use /shenmeng-whale-alert-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2026.4.15-100
No changes detected in this version.
v2026.415.2
No changes detected in this version. - Version number and documentation remain unchanged. - No new features, bug fixes, or updates were applied in this release.
v2026.415.1
No changes detected in this version. - No file changes were made. - Version, features, and documentation remain unchanged.
v1.20250415.0
No changes in this version. - Version 1.20250415.0 contains no updates or modifications from the previous release.
v2506520600.0.0
No changes detected in this version.
v2506520599.0.0
- 版本号更新为 1.1.0 - changelog 更新为“v1.1.0 - 更新版本”
v2026.4.15-v2
No changes detected in this version. - No updates or file modifications were made for version 2026.4.15-v2.
v2026.4.15-beta.999
No file changes detected in this version. - No new features, fixes, or updates included. - Version remains functionally identical to the previous release.
v2026.4.15-1006
No changes detected in this version.
v3.0.0-1776217938
- No file changes detected in this version. - Functionality and documentation remain unchanged.
v2025.4.100
No changes detected in this version.
v2026.4.15-2
No changes detected in this version. - No file updates or content changes were found between versions 2026.4.15-2 and 2026.4.19.
v2026.4.15-1
No changes detected in this version.
v1.0.202604150747
No changes detected in this version.
v1.0.202604150721
No changes detected in this version. The skill remains unchanged from the previous release.
v1.0.25041507
- No changes detected in this version. - Functionality and documentation remain the same as the previous release.
v1.2.1776206659
No file changes detected in this version. - Version number updated to 1.2.1776206659. - No changes to features, functionality, or documentation.
v1.0.0-alpha.20250415
No changes since the previous version. - Initial version release; no updates detected in this release.
v4.16.0
- No code or documentation changes detected in this version. - Version number and content remain consistent with the previous release.
v4.15.0
- No file changes detected in this version. - Functionality and documentation remain unchanged.
Metadata
Slug shenmeng-whale-alert-monitor
Version 2026.4.15-100
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 656
Frequently Asked Questions

What is Whale Alert Monitor 鲸鱼监控?

追踪加密货币巨鲸动向、大额转账预警、交易所资金流向分析。 当你想追踪聪明钱的每一步,监测大户交易行为时使用此技能。 已接入 SkillPay,每次调用 0.01 USDT。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2015 downloads so far.

How do I install Whale Alert Monitor 鲸鱼监控?

Run "/install shenmeng-whale-alert-monitor" 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 v2026.4.15-100.

💬 Comments