price-threshold-alert

Detect crypto token price events and trigger real-time alerts.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill price-threshold-alert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: price-threshold-alert
Source: https://github.com/anajuliabit/aeon/tree/main/skills/price-threshold-alert
Command: npx skills add https://github.com/anajuliabit/aeon --skill price-threshold-alert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of missing important real-time token price events by turning sharp 1h moves, new all-time highs, and operator-set USD target crossings into immediate alerts instead of waiting for a daily digest.

Core Features & Use Cases

  • New all-time high alerts: Fires once the token prints a strict new ATH after the initial baseline run.
  • Sharp 1h move alerts (±20%): Detects large momentum swings and notifies outside the dedup window.
  • Operator-set target crossing alerts: Sends one-time notifications when the token crosses absolute USD levels the operator provides.
  • Deduped, stateful delivery: Maintains a persistent state file to prevent repeated alerts within the same event window and to ensure target alerts are one-shot per side.

Quick Start

Use the price-threshold-alert skill with var set to 0.000005,0.00001 to get one-time alerts when the tracked token crosses those USD targets, while still alerting on ATH and ±20% sharp 1h moves.

Frequently Asked Questions about price-threshold-alert

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

FAQPage Schema
How do I get real-time alerts when a crypto token price crosses specific USD thresholds?

To get real-time crypto price alerts, you can set operator-defined absolute USD thresholds, and the system triggers immediate one-time notifications when those levels are crossed, alongside sharp 1h moves and new all-time highs.

How does crypto price monitoring handle duplicate alerts during sharp market moves?

Crypto price monitoring uses a persistent state file with per-gate deduplication to prevent repeated alerts within the same event window, ensuring you only receive one-time notifications for target crossings and sharp 1h momentum swings.

Can I track new all-time highs and 20% price swings for tokens on DexScreener?

Yes, you can track new all-time highs and ±20% sharp 1h price swings by fetching token prices from DexScreener with a WebFetch fallback, triggering instant alerts when strict new ATHs are printed after the initial baseline run.

How do I set up stateful automation for unattended crypto price event detection?

Stateful automation for crypto price event detection requires persistent state management in a dedicated JSON file and token resolution from memory, allowing scheduled checks to notify only on exceptional market moves without manual intervention.

What's the best way to monitor crypto tokens for immediate price threshold crossings instead of waiting for a daily digest?

The best way to monitor crypto tokens for immediate price threshold crossings is using event detection that fires instant alerts on new ATHs, sharp 1h moves, or operator-set USD targets, bypassing delayed daily digests entirely.

Why does the price alert system require a baseline run before triggering new all-time high alerts?

The price alert system requires an initial baseline run to establish the historical price reference, ensuring that new all-time high alerts only fire when a token prints a strict new ATH after that baseline is recorded.