What problem does it solve? Manually checking OKX Earn products for new high-yield opportunities is repetitive and easy to miss. This Skill automates scheduled scanning of Flash Earn, Fixed Earn, and Flexible Earn rates, deduplicates results, and pushes alerts to Telegram, Lark, or the current session so you never miss a rate spike or new project. ## Core Features & Use Cases - Scheduled multi-product scanning: A pure shell + jq script (scripts/scan.sh) runs from OS crontab, macOS LaunchAgent, or OpenClaw cron with zero LLM cost per tick, covering Flash Earn, Fixed Earn, and Flexible Earn. - Threshold-based filtering and dedup: Two-layer APY thresholds (per-currency overrides plus global minimum), term filters, and a threshold-crossing dedup model for flexible rates prevent notification spam. - Multi-channel push notifications: Sends alerts via Telegram Bot API, Lark webhook cards, or the interactive session, with smoke tests, delivery confirmation, and troubleshooting flows. - Purchase guidance: After a notification, it checks balances across funding, trading, and flexible accounts, compares APR vs APY, recommends an amount, and hands off execution to the okx-cex-earn skill. - Use Case: Tell the agent "monitor earn and notify me on Telegram" — it detects your platform, configures thresholds, installs an hourly cron job, and pushes an alert whenever USDT flexible APY crosses 8% or a new Flash Earn project opens. ## Quick Start Ask the agent to monitor OKX earn products and notify you about new opportunities, for example by saying "有闪赚通知我" or "monitor earn and send alerts to Telegram".