What problem does it solve? Daily token reports summarize price action hours after it happens, so operators miss the moment a tracked token prints a new all-time high, moves sharply within an hour, or crosses a personally set price target. This skill closes that gap by checking the token's live price and firing a same-day notification only when one of those three events occurs. ## Core Features & Use Cases - ATH Detection: Tracks the highest observed price in a persistent state file and notifies only on strict new highs after an initial baseline run. - Sharp-Move Gate: Fires when the 1-hour price change from DexScreener reaches ±20%, with a 4-hour dedup window per event type. - Operator Price Targets: Accepts comma-separated USD target prices (including scientific notation) and fires a one-time alert when each level is crossed. - Use Case: An operator tracking a Base-chain token passes 5e-6,0.00001 as targets; the skill polls DexScreener, records state in memory/topics/price-alert-state.json, and sends a notification the moment the price crosses either level. ## Quick Start Run the price-threshold-alert skill with target prices like 0.000005 to monitor the tracked token and notify me on new highs, sharp moves, or target crossings.