Install
openclaw skills install nofx-ai500-reportGenerate periodic crypto market intelligence reports from the NOFX AI500 system. Monitors coin selections, analyzes OI (Open Interest), institutional fund fl...
openclaw skills install nofx-ai500-reportGenerate comprehensive crypto market intelligence reports from the NOFX AI500 scoring system with automated monitoring and delivery.
ssl, json, urllib (standard library)Ask the user for:
https://nofxos.ai)cm_xxxx)Then create two cron jobs using the OpenClaw cron tool:
Run scripts/monitor.sh via exec. Pass API base and key as env vars.
NEW: → send alert + detailed analysisREMOVED: → send removal noticeNO_CHANGE → silentSee references/monitor-job.md for full cron payload template.
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.
All NOFX endpoints require ?auth=KEY parameter.
| Endpoint | Purpose | Params |
|---|---|---|
/api/ai500/list | Current AI500 selections | — |
/api/oi/top-ranking | OI increase rankings | duration |
/api/oi/low-ranking | OI decrease rankings | duration |
/api/netflow/top-ranking | Fund inflow rankings | type=institution&trade=future&duration |
/api/netflow/low-ranking | Fund outflow rankings | same |
/api/delta/list | Delta data | symbol |
/api/long-short-ratio/list | Long/short ratio | symbol |
/api/funding-rate/top-ranking | Funding rate high | — |
/api/funding-rate/low-ranking | Funding rate low | — |
Duration values: 5m, 15m, 30m, 1h, 4h, 8h, 24h
Binance K-line (public, no auth):
https://fapi.binance.com/fapi/v1/klines?symbol=XXXUSDT&interval=15m&limit=10
Intervals: 15m, 1h, 4h
SSL note: On some systems, Python needs:
import ssl
ctx = ssl._create_unverified_context()
Use Unicode box-drawing in code blocks for Telegram compatibility. Each coin section includes:
oi_delta_value)After individual coins, include:
For each timeframe (15m/1h/4h), fetch 10 candles and compute:
For video generation from report data, see references/video-pipeline.md.