alert-system

Monitor crypto prices, volume, indicators, and news for real-time alerts.

125|865|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill alert-system-signal-execution-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alert-system
Source: https://github.com/Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/alert-system
Command: npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill alert-system-signal-execution-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, and includes scripts (resource) components.

What problem does it solve?

Crypto traders and teams often miss important market moves because they rely on manual monitoring across multiple sources. This Skill automates real-time alerts for price, volume, indicators, and news to keep you informed without constant checking.

Core Features & Use Cases

  • Price Alerts: notify when a symbol trades above or below a threshold.
  • Volume & Indicator Alerts: detect unusual volume and RSI/MACD signals.
  • News Alerts: surface market-moving headlines for crypto assets.
  • Storage & Notification: stores alerts at ~/.kit/alerts.json and supports Telegram, sound, email, and push.

Quick Start

Run the alert_monitor.py script with --add BTC/USDT above 50000 to create your first alert.

Frequently Asked Questions about alert-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up real-time crypto price alerts for multiple symbols?

To set up real-time crypto price alerts, run the alert_monitor.py script with parameters like --add BTC/USDT above 50000. The system uses a background monitoring workflow to continuously track symbols across supported exchanges and triggers notifications when thresholds are met.

Does this crypto alerting system work with ccxt exchange connections?

Yes, the crypto alerting system works directly with ccxt to monitor price, volume, and indicators across supported exchanges. It requires Python 3 along with the ccxt, ta, and requests libraries to establish connections and retrieve real-time market data for your configured symbols.

What notification channels can I use for crypto trading alerts?

For crypto trading alerts, you can use Telegram, sound, email, and push notifications. The system stores your alert configurations at ~/.kit/alerts.json and delivers immediate notifications when price thresholds, volume anomalies, or indicator signals are detected across your monitored symbols.

Can I monitor crypto news headlines alongside price and volume alerts?

Yes, you can monitor crypto news headlines alongside price and volume alerts. The system surfaces market-moving headlines for crypto assets through its news alert feature, keeping you informed of important events without requiring manual monitoring across multiple sources.

What are the limitations of using a background script for crypto alerts?

A background script for crypto alerts requires continuous execution of the Python environment and maintains dependencies on ccxt, ta, and requests libraries. The system reads and writes configurations to ~/.kit/alerts.json, meaning the monitoring process must remain active to ensure real-time notifications are delivered without interruption.