← Back to Skills Marketplace
212
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-crypto-threshold-watcher
Description
Monitor any crypto token against configurable price/volume thresholds. Fires alerts when entry conditions are met. Use when you need proactive notification t...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-crypto-threshold-watcher - After installation, invoke the skill by name or use
/skill-crypto-threshold-watcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 212 downloads so far.
How do I install Crypto Threshold Watcher?
Run "/install skill-crypto-threshold-watcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto Threshold Watcher free?
Yes, Crypto Threshold Watcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto Threshold Watcher support?
Crypto Threshold Watcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto Threshold Watcher?
It is built and maintained by Zero2Ai (@zero2ai-hub); the current version is v1.0.0.
More Skills