← 返回
数据分析 Key 中文

NOFX AI500 Report

Generate periodic crypto market intelligence reports from the NOFX AI500 system. Monitors coin selections, analyzes OI (Open Interest), institutional fund fl...
{"answer":"利用NOFX AI500系统生成加密市场周期性情报报告,监控币种筛选,分析未平仓合约及机构资金流向。"}
tinkle-community
数据分析 clawhub v1.3.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 1,202
下载
💾 21
安装
1
版本
#latest

概述

NOFX AI500 Report Skill

Generate comprehensive crypto market intelligence reports from the NOFX AI500 scoring system with automated monitoring and delivery.

Prerequisites

  • NOFX API access: base URL + auth key (provided by user)
  • Telegram or messaging channel for delivery
  • Python 3 with ssl, json, urllib (standard library)

Setup

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.

  • Output NEW: → send alert + detailed analysis
  • Output REMOVED: → send removal notice
  • Output NO_CHANGE → silent

See 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.

API Endpoints

All NOFX endpoints require ?auth=KEY parameter.

EndpointPurposeParams
---------------------------
/api/ai500/listCurrent AI500 selections
/api/oi/top-rankingOI increase rankingsduration
/api/oi/low-rankingOI decrease rankingsduration
/api/netflow/top-rankingFund inflow rankingstype=institution&trade=future&duration
/api/netflow/low-rankingFund outflow rankingssame
/api/delta/listDelta datasymbol
/api/long-short-ratio/listLong/short ratiosymbol
/api/funding-rate/top-rankingFunding rate high
/api/funding-rate/low-rankingFunding 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()

Report Format

Use Unicode box-drawing in code blocks for Telegram compatibility. Each coin section includes:

  1. AI500 score + cumulative return since selection
  2. OI changes across 7 timeframes (5m→24h) with percentage AND dollar value (from oi_delta_value)
  3. Institutional fund flows across timeframes, with ranking when in TOP/LOW 20
  4. K-line analysis (15m/1h/4h): trend direction, bull/bear candle ratio, MA3 vs MA7, volume change, support/resistance
  5. Funding rate with warning if >0.03%

After individual coins, include:

  • OI ranking tables (TOP8 increase + TOP8 decrease) for 1h/4h/24h
  • Institutional flow ranking tables (TOP8 in + TOP8 out)
  • Summary with actionable trading suggestions per coin

K-line Analysis Method

For each timeframe (15m/1h/4h), fetch 10 candles and compute:

  • Trend: 3 consecutive candles direction → 📈Bullish/📉Bearish/↔️Sideways
  • Bull/bear ratio: count of green vs red candles out of 10
  • MA alignment: MA3 vs MA7 → Bullish alignment/Bearish alignment
  • Volume change: avg volume of last 3 candles vs previous 3 → percentage
  • Support: lowest low of 10 candles
  • Resistance: highest high of 10 candles

Video Report (Optional)

For video generation from report data, see references/video-pipeline.md.

版本历史

共 1 个版本

  • v1.3.0 当前
    2026-03-29 04:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,842
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,658
developer-tools

Openclaw Skill

tinkle-community
通过 x402 微支付提供专业市场数据与 AI API——无需 API 密钥、注册或订阅。在 Base 网络上使用 USDC 按调用付费。涵盖 215+ 个端点...
★ 1 📥 932