price-threshold-alert

Monitor crypto token price movements and generate alerts for ATH, sharp moves, and targets.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill price-threshold-alert-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: price-threshold-alert
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/price-threshold-alert
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill price-threshold-alert-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides real-time alerts for crypto price movements by monitoring a tracked token for new all-time highs, sharp 1h moves, and operator-defined price targets, reducing missed signals and manual monitoring.

Core Features & Use Cases

  • ATH monitoring: detects new all-time highs and logs baseline vs. new peaks for timely notifications.
  • Sharp 1h move detection: alerts on ±20% price changes within the last hour with deduplication to avoid noise.
  • Operator-defined targets: tracks user-specified USD targets and notifies when crossed, with one-shot per direction.
  • Stateful durability: maintains history and dedup clocks in memory to avoid repeated alerts.
  • Reliable data sourcing: uses DexScreener as primary data source with a WebFetch fallback when curl is blocked.
  • Atomic state writes: updates state atomically and validates writes to ensure data integrity.

Quick Start

Configure your tracked token and target levels, and the skill will alert you in real time when ATHs, sharp 1h 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 crypto price alerts for all-time highs and custom USD targets?

To set up crypto price alerts, configure the tracked token and chain in memory, then define your USD target levels. The skill monitors DexScreener data fetches to detect all-time highs, sharp 1h moves, and target crossings, generating real-time alerts.

How does sharp 1h move detection work for crypto tokens?

Sharp 1h move detection alerts on ±20% price changes within the last hour. It uses stateful deduplication across 4-hour windows to prevent repeated alerts, ensuring you only receive timely notifications for significant volatility without noise.

Can I track operator-defined price targets for a specific crypto token?

Yes, you can track operator-defined USD price targets for a specific crypto token. The skill monitors these custom targets and provides one-shot notifications per direction when crossed, maintaining stateful durability to avoid duplicate alerts.

Does the price monitoring skill work with DexScreener data?

Yes, the price monitoring skill works with DexScreener as its primary data source. It applies a WebFetch fallback when curl is blocked, ensuring reliable data sourcing for continuous price tracking and alert generation across supported blockchain networks.

Why am I getting duplicate crypto price alerts for the same movement?

Duplicate crypto price alerts are prevented by stateful deduplication across 4-hour windows. The skill maintains history and dedup clocks in memory with atomic state writes, validating data to ensure integrity and avoid repeated notifications for the same event.

What do I need to configure before monitoring crypto token prices?

Before monitoring crypto token prices, you need to configure the tracked token and its chain in the memory configuration. This setup allows the skill to fetch on-demand DexScreener data and apply multi-gate evaluation for ATH, sharp moves, and targets.