Crypto Price Alerts

v1.0.0

Set and manage price alerts for any cryptocurrency pair and receive instant notifications when targets are reached.

0· 202·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

alertsvk97fxa24yjz6pxasty3dc2ksq9831bc4cryptovk97fxa24yjz6pxasty3dc2ksq9831bc4latestvk97fxa24yjz6pxasty3dc2ksq9831bc4tradingvk97fxa24yjz6pxasty3dc2ksq9831bc4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…