← 返回 Skills 市场
303
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-price-alerts
功能描述
Set and manage price alerts for any cryptocurrency pair and receive instant notifications when targets are reached.
使用说明 (SKILL.md)
Crypto Price Alerts Skill
Set price alerts for cryptocurrencies and get instant notifications.
Capabilities
- Set price alerts for any crypto pair
- Monitor multiple alerts simultaneously
- Get notified via message when price hits target
- Manage alerts (list, add, remove)
Commands
- "Alert me when BTC hits $100k"
- "Notify me if ETH drops below $3000"
- "Show my active alerts"
- "Remove BTC alert"
Setup
Alerts are stored locally in ~/.openclaw/workspace/data/price_alerts.json
Tools
set_price_alert
Create a new price alert.
list_alerts
Show all active alerts.
remove_alert
Delete an alert.
check_alerts
Check if any alerts have been triggered (runs automatically).
Pricing
$3/month subscription
Author
AI Trading Tools
安全使用建议
This skill appears to do what it says: store local alerts and poll public exchange tickers. Before installing, be aware of a few practical points: (1) package.json lists the 'ccxt' dependency but there is no install step — ensure your environment will install or already has ccxt, otherwise the script will fail. (2) The README mentions Telegram/Discord notifications, but the script only writes JSON to stdout and updates a local file; confirm how the agent/platform will deliver notifications to you. (3) Alerts are stored at ~/.openclaw/workspace/data/price_alerts.json — back up or inspect that file if you care about privacy. (4) The skill uses Binance public APIs via ccxt (no API keys required for tickers); network calls to Binance will occur. If any of these behaviors are unexpected, ask the author for clarification or request an explicit install/notification implementation before enabling the skill.
功能分析
Type: OpenClaw Skill
Name: crypto-price-alerts
Version: 1.0.0
The skill provides legitimate cryptocurrency price alert functionality using the well-known 'ccxt' library to fetch market data from Binance. The logic in 'scripts/alert_manager.js' is transparent, managing alerts via a local JSON file in the workspace without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill implements local price alerts: it stores alerts in a JSON file, uses the ccxt library to query Binance public tickers, checks conditions and removes triggered alerts. These behaviors align with the 'Crypto Price Alerts' description.
Instruction Scope
SKILL.md and README claim instant notifications and mention Telegram/Discord, but the provided script only prints JSON to stdout and manages the local alerts file. There is no built-in Telegram/Discord notifier or external webhook in the code; the agent or platform would need to deliver the printed messages to the user. Tool names in SKILL.md (e.g., set_price_alert) differ slightly from the CLI actions implemented (add/check/list/remove).
Install Mechanism
No install spec is provided (instruction-only), but package.json declares a dependency on ccxt. If the platform attempts to run the included script, ccxt must be installed (npm install), which the skill does not document or perform. There are no downloads from unknown URLs and no obfuscated or remote install steps.
Credentials
The skill requests no credentials or secrets. It reads process.env.HOME implicitly to place files under ~/.openclaw/workspace/data — a standard, proportional choice for storing user-level data. ccxt uses public endpoints here and does not require API keys for public tickers.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configs, and only creates/updates a data file under the user's HOME workspace directory. Persistence is limited to its own data file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-price-alerts - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-price-alerts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Crypto Price Alerts Skill.
- Set and manage price alerts for any cryptocurrency pair.
- Receive instant notifications when price targets are met.
- Supports listing, adding, and removing alerts.
- Alerts are stored locally for privacy and convenience.
- Available for $3/month.
元数据
常见问题
Crypto Price Alerts 是什么?
Set and manage price alerts for any cryptocurrency pair and receive instant notifications when targets are reached. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 303 次。
如何安装 Crypto Price Alerts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-price-alerts」即可一键安装,无需额外配置。
Crypto Price Alerts 是免费的吗?
是的,Crypto Price Alerts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto Price Alerts 支持哪些平台?
Crypto Price Alerts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Price Alerts?
由 dagangtj(@dagangtj)开发并维护,当前版本 v1.0.0。
推荐 Skills