← 返回 Skills 市场
2015
总下载
0
收藏
0
当前安装
656
版本数
在 OpenClaw 中安装
/install shenmeng-whale-alert-monitor
功能描述
追踪加密货币巨鲸动向、大额转账预警、交易所资金流向分析。 当你想追踪聪明钱的每一步,监测大户交易行为时使用此技能。 已接入 SkillPay,每次调用 0.01 USDT。
安全使用建议
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shenmeng-whale-alert-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/shenmeng-whale-alert-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Whale Alert Monitor 鲸鱼监控 是什么?
追踪加密货币巨鲸动向、大额转账预警、交易所资金流向分析。 当你想追踪聪明钱的每一步,监测大户交易行为时使用此技能。 已接入 SkillPay,每次调用 0.01 USDT。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2015 次。
如何安装 Whale Alert Monitor 鲸鱼监控?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shenmeng-whale-alert-monitor」即可一键安装,无需额外配置。
Whale Alert Monitor 鲸鱼监控 是免费的吗?
是的,Whale Alert Monitor 鲸鱼监控 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Whale Alert Monitor 鲸鱼监控 支持哪些平台?
Whale Alert Monitor 鲸鱼监控 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Whale Alert Monitor 鲸鱼监控?
由 shenmeng(@shenmeng)开发并维护,当前版本 v2026.4.15-100。
推荐 Skills