# Send NOFX AI500 Report to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nofx-ai500-report",
    "name": "NOFX AI500 Report",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/tinkle-community/nofx-ai500-report",
    "canonicalUrl": "https://clawhub.ai/tinkle-community/nofx-ai500-report",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/nofx-ai500-report",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nofx-ai500-report",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/ai500-report.py",
      "references/monitor-job.md",
      "references/report-job.md",
      "references/video-pipeline.md",
      "scripts/monitor.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nofx-ai500-report"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nofx-ai500-report",
    "downloadUrl": "https://openagent3.xyz/downloads/nofx-ai500-report",
    "agentUrl": "https://openagent3.xyz/skills/nofx-ai500-report/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nofx-ai500-report/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nofx-ai500-report/agent.md"
  }
}
```
## Documentation

### 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:

NOFX API base URL (e.g. https://nofxos.ai)
API auth key (e.g. cm_xxxx)
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:

AI500 score + cumulative return since selection
OI changes across 7 timeframes (5m→24h) with percentage AND dollar value (from oi_delta_value)
Institutional fund flows across timeframes, with ranking when in TOP/LOW 20
K-line analysis (15m/1h/4h): trend direction, bull/bear candle ratio, MA3 vs MA7, volume change, support/resistance
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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tinkle-community
- Version: 1.3.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/nofx-ai500-report)
- [Send to Agent page](https://openagent3.xyz/skills/nofx-ai500-report/agent)
- [JSON manifest](https://openagent3.xyz/skills/nofx-ai500-report/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/nofx-ai500-report/agent.md)
- [Download page](https://openagent3.xyz/downloads/nofx-ai500-report)