← Back to Skills Marketplace
dagangtj

Crypto Price Alerts

by dagangtj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
303
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install crypto-price-alerts
Description
Set and manage price alerts for any cryptocurrency pair and receive instant notifications when targets are reached.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-price-alerts
  3. After installation, invoke the skill by name or use /crypto-price-alerts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug crypto-price-alerts
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Crypto Price Alerts?

Set and manage price alerts for any cryptocurrency pair and receive instant notifications when targets are reached. It is an AI Agent Skill for Claude Code / OpenClaw, with 303 downloads so far.

How do I install Crypto Price Alerts?

Run "/install crypto-price-alerts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Price Alerts free?

Yes, Crypto Price Alerts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Price Alerts support?

Crypto Price Alerts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Price Alerts?

It is built and maintained by dagangtj (@dagangtj); the current version is v1.0.0.

💬 Comments