π¦ ClawHub
NOFX AI500 Report
by @tinkle-community
Generate periodic crypto market intelligence reports from the NOFX AI500 system. Monitors coin selections, analyzes OI (Open Interest), institutional fund fl...
βοΈ Configuration
Ask the user for:
1. NOFX API base URL (e.g. https://nofxos.ai)
2. API auth key (e.g. cm_xxxx)
3. Delivery target β Telegram chat ID or channel
Then create two cron jobs using the OpenClaw cron tool:
Job 1: New Coin Monitor (every 15 min)
Run scripts/monitor.sh via exec. Pass API base and key as env vars.
NEW: β send alert + detailed analysisREMOVED: β send removal notice NO_CHANGE β silentSee references/monitor-job.md for full cron payload template.
Job 2: Periodic Report (every 30 min)
Fetch data from multiple NOFX API endpoints and Binance public API, compile into formatted report.
See references/report-job.md for full cron payload template.
TERMINAL
clawhub install nofx-ai500-report