← 返回 Skills 市场
212
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-crypto-threshold-watcher
功能描述
Monitor any crypto token against configurable price/volume thresholds. Fires alerts when entry conditions are met. Use when you need proactive notification t...
安全使用建议
Do not install or enable this skill until you confirm the missing pieces. Specifically: (1) Verify whether the referenced script (~/.openclaw/workspace/scripts/trading/threshold-watcher.js) and watchlist file exist and review their source code — the skill provides no code. (2) Confirm you have 'node' installed and on PATH (the SKILL.md assumes node but doesn't declare it). (3) Ask where Telegram delivery is configured; automatic DM delivery requires a bot token and chat ID (sensitive secrets) but none are declared. (4) If you plan to add the cron entry, review the script's behavior and ensure it does only the expected API calls and writes only to intended files. (5) Prefer a version of this skill that includes its implementation or clear installation instructions and declares required binaries/env vars; if the author provides the missing code and explicit credential requirements, the assessment can be revised to benign.
功能分析
Type: OpenClaw Skill
Name: skill-crypto-threshold-watcher
Version: 1.0.0
The skill bundle contains metadata and documentation for a cryptocurrency price and volume monitoring tool. The documentation (SKILL.md) describes legitimate functionality, such as fetching market data from public APIs (Binance/CoinGecko) and maintaining a local watchlist configuration. No malicious instructions, data exfiltration patterns, or suspicious execution commands are present in the provided files.
能力评估
Purpose & Capability
The described purpose (monitor tokens, fire alerts) is reasonable, but the SKILL.md expects a node script at ~/.openclaw/workspace/scripts/trading/threshold-watcher.js and a watchlist file at ~/.openclaw/workspace/trading/watchlist.json that are not included or declared. The skill does not declare 'node' as a required binary even though its usage is central.
Instruction Scope
Runtime instructions tell the agent to run local node scripts, read/write files under ~/.openclaw, add cron entries, and deliver alerts to Telegram. These actions access user filesystem and external networks and require credentials/configuration not described in the SKILL.md, giving the agent broad scope without clear limits.
Install Mechanism
There is no install spec (instruction-only), which minimizes what the skill writes to disk. However, being instruction-only here also means it assumes existing local scripts and config are present — a dependency mismatch rather than an installation risk.
Credentials
No environment variables or credentials are declared, yet the SKILL.md promises automatic Telegram DM delivery (which requires a bot token/chat ID) and uses APIs that may need rate/credential handling. The absence of declared env vars (e.g., TELEGRAM_TOKEN) and the undeclared need for 'node' are disproportionate to what is documented.
Persistence & Privilege
The skill is not always-enabled and does not request special platform privileges. Still, it instructs adding a cron task and automatic alerting to Telegram — persistent behavior but initiated by user configuration rather than an 'always' flag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-crypto-threshold-watcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-crypto-threshold-watcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Crypto Threshold Watcher: proactively monitors any token for configurable price and volume thresholds.
- Supports multiple tokens, with threshold types including price above/below, volume spikes, and RSI conditions.
- Custom alert messages on threshold crossings; outputs detailed, actionable signals.
- Easily configurable via `watchlist.json` and command-line options.
- Data sources: Binance API (primary), CoinGecko API (fallback).
- Integrates with alerting (Telegram), cron scheduling, and other trading pipeline skills.
元数据
常见问题
Crypto Threshold Watcher 是什么?
Monitor any crypto token against configurable price/volume thresholds. Fires alerts when entry conditions are met. Use when you need proactive notification t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 212 次。
如何安装 Crypto Threshold Watcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-crypto-threshold-watcher」即可一键安装,无需额外配置。
Crypto Threshold Watcher 是免费的吗?
是的,Crypto Threshold Watcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto Threshold Watcher 支持哪些平台?
Crypto Threshold Watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Threshold Watcher?
由 Zero2Ai(@zero2ai-hub)开发并维护,当前版本 v1.0.0。
推荐 Skills