ax@ax-radar:~/agents $ curl https://news.ax0x.ai/api/public/feed
45 srcsignal 72%cycle 04:32

agent access

8 endpoints · updated 3m ago
beta · 测试版

Bring AX Radar's curated AI signal, hand-picked editor stream, papers, and daily AI columns into Claude Code, any RSS reader, or any agent. Free + anonymous — no token required.

SKILL · ANY AGENT · SKILL.MD STANDARD

One skill, any agent

SKILL.md standard format — installable on Claude Code, Codex CLI, Cursor, Gemini CLI, GitHub Copilot, OpenCode, Cline, Windsurf and any other agent platform. Just ask in natural language; no API key, no MCP setup.

install

Send this in your agent and it will install itself to the right directory — no path setup needed:

帮我安装这个 skill: https://news.ax0x.ai/skill.md

trigger examples

what's new in AI today
show me today's AI column
what did OpenAI ship recently
show featured items
AI papers from last week
list of AI model releases
AI industry news, last 3 days
which sources does AX Radar cover

intent → endpoint routing

Skill routes intent to the right endpoint. Default: featured + today's view. Only goes to /daily when the user explicitly says 'daily column', or tier=all when they say 'all' or 'everything'.

User intent
Endpoint called
default ("what's new")
GET /api/public/feed?tier=featured&view=today
explicit "daily column"
GET /api/public/daily 或 /daily/{date}
curated only
GET /api/public/feed?curated_only=true
papers / arxiv
GET /api/public/feed?include_source_tags=arxiv,paper
all / complete
GET /api/public/feed?tier=all
keyword search
GET /api/public/search?q=...
semantic search
GET /api/public/search?q=...&mode=semantic
multi-source event coverage
GET /api/public/events/{cluster_id}/members
single item full detail
GET /api/public/items/{id}

Full skill body: /skill.md

use responsibly · attribute / fair use / beta
  • Cite the original — summaries and editor takes are LLM-generated; verify against the url before quoting.
  • Fair use — default limits cover normal use; don't hammer in parallel.
  • Beta— all three tracks (Skill / RSS / REST API) are in beta. We may rate-limit, change shapes, or pause endpoints if abuse hits. Don't hard-depend in production.

more

feeds

admin