/install crypto-price-alerter
Crypto Price Alerter
Fetch live cryptocurrency prices and technical indicators via CoinGecko free API.
Quick Usage
uv run python scripts/price_check.py --symbol BTC --currency USD
uv run python scripts/price_check.py --symbol ETH --currency USD --upper 4000 --lower 2000
uv run python scripts/price_check.py --symbol SOL --currency USD --output json
Core Features
- Current Price — Live price, 24h change %, 24h volume, market cap
- Technical Indicators — SMA(7), SMA(21), RSI(14) from 30-day historical data
- Key Levels — 30-day resistance and support
- Price Alerts — Triggered when 24h change >5% or price crosses user thresholds
- JSON output — For automation pipelines:
--output json
Scripts
scripts/price_check.py— Main script. Run standalone withuv run python scripts/price_check.py [args]
Arguments
| Arg | Description |
|---|---|
--symbol |
Crypto symbol (e.g. BTC, ETH, SOL) — required |
--currency |
Fiat currency (default: USD) |
--upper |
Upper price threshold for alert |
--lower |
Lower price threshold for alert |
--days |
Historical days for SMA (default: 30) |
--output |
text (default) or json |
Technical Signals
See references/signals.md for explanation of SMA, RSI, support/resistance, and trading signal interpretation.
Alert Logic
- 24h change > +5% → Bullish alert
- 24h change \x3C -5% → Bearish alert
- Price >=
--upperthreshold → Price ceiling alert - Price \x3C=
--lowerthreshold → Price floor alert
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-price-alerter - After installation, invoke the skill by name or use
/crypto-price-alerter - Provide required inputs per the skill's parameter spec and get structured output
What is Crypto Price Alerter?
Monitor live cryptocurrency prices, technical indicators, and support/resistance levels with customizable price alerts and portfolio summaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.
How do I install Crypto Price Alerter?
Run "/install crypto-price-alerter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto Price Alerter free?
Yes, Crypto Price Alerter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto Price Alerter support?
Crypto Price Alerter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto Price Alerter?
It is built and maintained by Fuzzyb33s (@fuzzyb33s); the current version is v1.0.0.