price-threshold-alert

Parse token config from MEMORY.md and evaluate price gates against live data.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill price-threshold-alert-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: price-threshold-alert
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/price-threshold-alert
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill price-threshold-alert-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides real-time price threshold monitoring to alert operators when key price moves occur, eliminating missed opportunities and noisy daily digests.

Core Features & Use Cases

  • ATH and sharp-move monitoring: Detects new all-time highs and rapid 1h moves to prompt timely actions.
  • Operator-defined targets: Watches user-specified price levels and fires one-shot alerts when crossed.
  • Stateful, auditable alerts: Maintains per-run history, dedup windows, and a persistent log for post-mortem analysis.

Quick Start

Set a tracked token, configure targets, and the system will alert you in real time when ATH, sharp moves, or target crossings occur.

Frequently Asked Questions about price-threshold-alert

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 specific token thresholds?

Real-time crypto price alerts work by parsing your tracked token from MEMORY.md, fetching live price data, and evaluating ATH gates, sharp 1h moves, and operator-defined targets. Notifications fire when gates trigger, respecting a four-hour dedup window.

Can I monitor tokens for all-time highs and sharp price moves automatically?

Yes, you can monitor tokens for all-time highs and sharp price moves automatically. The system evaluates an ATH gate and a sharp-move gate on live price data, generating notifications when rapid 1h moves or new ATHs occur.

How does the alert system handle duplicate notifications during rapid price fluctuations?

The alert system handles duplicate notifications during rapid price fluctuations by enforcing four-hour dedup windows. It updates persistent state atomically to memory/topics/price-alert-state.json, preventing repeated alerts for the same event.

What is the best way to track custom crypto price targets without generating noisy daily digests?

The best way to track custom crypto price targets without noisy daily digests is configuring operator-defined targets. The system watches user-specified price levels and fires one-shot alerts only when crossed, eliminating missed opportunities and noise.

Does the price threshold monitoring system keep an auditable log of past alerts?

Yes, the price threshold monitoring system keeps an auditable log of past alerts. It logs outcomes daily to memory/logs and maintains per-run history with persistent state, providing an auditable record for post-mortem analysis.