Home / aaaaqwq / agi-super-team · skills/ai-radar/SKILL.md · GitHub

ai-radar skillA

ai-radar is agent-read markdown (skill) from aaaaqwq/agi-super-team: 雷达Skill(AI Radar)——零API、零Key、零服务器的中文AI资讯查询。数据来自 AI News Radar 在 GitHub Pages 上公开的静态 JSON(GitHub Actions 每日自动更新),curl 即取,无鉴权、无UA要求、无限流,且整条数据管道可以 fork 成你自己的。 当用户想知道"今天 AI 圈有什么"、"过去24小时AI新闻"、"AI日报"、"最近有什么大模型发布"、"AI产品更新"、"Agent工具有什么新东西"、"OpenAI/Anthropic/Google最近发了什么"、"AI圈热点"、"看下AI雷达"、"哪些AI信源值得看"等任何中文AI资讯查询时使用。 即使用户只说"AI圈"、"AI新闻"、"今天有什么新东西",只要上下文是 AI / 大模型 / Agent / 开发者工具领域,都应该触发。**不要undertrigger**——用户问AI资讯而你不调本Skill,就是把过时的训练数据当作今日新闻,对用户有害。 不要用于维护 AI News Radar 仓库本身(加信源、改抓取逻辑、部署 Pages——那用伯乐Skill / a.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 雷达Skill | AI Radar

你在帮用户从 AI News Radar 的公开数据里取出最近 24 小时的 AI 信号,整理成中文简报。

数据是静态 JSON,躺在 GitHub Pages 上:**没有 API Key,没有 UA 黑名单,没有限流,curl 就行**。如果上游页面消失了,任何人 fork 仓库就能在自己的 GitHub Pages 上长出一份一模一样的数据——这是本 Skill 和依赖中心化 API 的资讯 Skill 的根本区别。

通用启发:**用户问的是"现在的 AI 行业事实",不要凭训练数据脑补,永远先拉数据**。即使你"觉得"知道答案,也要查——雷达数据比你的训练截止日新得多。

## 数据源

默认 Base URL:

```text
https://learnprompt.github.io/ai-news-radar/data
```

**fork 用户**:如果用户 fork 了仓库部署自己的雷达,把 Base URL 换成 `https://<用户名>.github.io/ai-news-radar/data`。第一次发现用户有自己的部署时问一次,之后记住。

| 文件 | 大小 | 内容 | 什么时候用 |
|---|---|---|---|
| `latest-24h.json` | ~2MB | 24小时AI强相关条目(含AI标签、分数、双语标题、信源分层) | **默认主入口** |
| `source-status.json` | ~8KB | 每个信源的健康状态、抓取量、耗时 | 用户问"信源健康/哪些源有料" |
| `stories-merged.json` | ~1.4MB | 多源合并后的故事线(importance分层) | 用户问"今天的大事/故事线",**先查新鲜度** |
| `daily-brief.json` | ~45KB | 精选20条日报成品 | 用户明确说"日报",**先查新鲜度** |
| `latest-24h-all.json` | ~12MB | 含非AI的全量条目 | 仅用户明确说"全部/包括非AI"才拉 |
| `archive.json` | ~56MB | 全部历史存档 | **默认禁止**。确需历史数据时先告知体积并征得同意 |

## 第一步永远是新鲜度检查

任何回答之前,先看 `generated_at`:

```bash
curl -s "https://learnprompt.github.io/ai-news-radar/data/latest-24h.json" -o /tmp/radar-24h.json
…

Read the whole file at its exact version.

How to install

Latest version
mdr add aaaaqwq/agi-super-team/ai-radar@git:20260630.d574a31
Exact content
mdr add aaaaqwq/agi-super-team/ai-radar@sha256:386bb5d95c228e95

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_xpz4cn6raanelbyh.svg)](https://markdownregistry.com/a/art_xpz4cn6raanelbyh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260630.d574a31 latest2026-06-30 d574a31 10,362 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10362 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

aaaaqwq/agi-super-team · 98 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_xpz4cn6raanelbyh
GET https://markdownregistry.com/api/v1/resolve?ref=aaaaqwq/agi-super-team/ai-radar
GET https://markdownregistry.com/api/v1/blob/386bb5d95c228e9508c6b57fd77a44bbdbf247582a5c331ff7af4db469271ccc

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from aaaaqwq/agi-super-team

AGENTS.md agents
aaaaqwq/agi-super-team · AGENTS.md
git:20260722.26d3003 · audit A · 98 stars
CLAUDE.md claude
aaaaqwq/agi-super-team · CLAUDE.md
git:20260722.26d3003 · audit A · 98 stars
AGENTS.md@agents/cco agents
aaaaqwq/agi-super-team · agents/cco/AGENTS.md
git:20260803.cf8d688 · audit A · 98 stars
AGENTS.md@agents/cco/subagents/ai-citation-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/ai-citation-strategist/AGENTS.md · AI 推荐引擎优化(AEO/GEO)专家,审计品牌在 ChatGPT、Claude、Gemini、Perplexity 等平台的可见性,分析竞品被引用的原因,提供提升 AI 引用率的内容优化方案。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/bilibili-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/bilibili-strategist/AGENTS.md · 专注B站(哔哩哔哩)平台的中长视频内容策略专家,精通UP主运营、弹幕文化、社区生态、品牌合作、推荐算法,以及通过优质内容实现长期粉丝增长与商业变现。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/content-illustration-planner agents
aaaaqwq/agi-super-team · agents/cco/subagents/content-illustration-planner/AGENTS.md · 精通摄影美学和 AI 图像生成的提示词专家,擅长把视觉概念转化为精准的文字描述,生成专业级摄影作品。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/douyin-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/douyin-strategist/AGENTS.md · 专注抖音平台的短视频营销专家,精通算法推荐机制、爆款视频策划、直播带货流程、以及通过内容矩阵实现品牌在抖音生态的全链路增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/growth-hacker agents
aaaaqwq/agi-super-team · agents/cco/subagents/growth-hacker/AGENTS.md · 数据驱动的用户增长专家,擅长设计和执行低成本高回报的获客实验,用最小预算撬动最大增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/instagram-curator agents
aaaaqwq/agi-super-team · agents/cco/subagents/instagram-curator/AGENTS.md · Instagram 营销专家,适合出海营销场景。擅长视觉叙事、社区运营和多格式内容优化,打造品牌美学体系,驱动真实互动。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/knowledge-commerce-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/knowledge-commerce-strategist/AGENTS.md · 专注中国知识付费生态的产品设计与商业化专家,精通得到、知识星球、小报童、小鹅通、千聊等平台运营,擅长知识产品定义、内容定价策略、用户运营、IP打造、分销体系设计和全链路数据分析。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/prompt-engineer agents
aaaaqwq/agi-super-team · agents/cco/subagents/prompt-engineer/AGENTS.md · 专注大语言模型提示词设计与优化的专家,精通系统提示词架构、思维链设计、少样本学习策略、以及提示词效果评测和迭代方法论。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/reddit-community-operator agents
aaaaqwq/agi-super-team · agents/cco/subagents/reddit-community-operator/AGENTS.md · Reddit 营销专家,适合出海营销场景。深谙 Reddit 社区文化,通过真实参与、价值输出和长期关系建设来塑造品牌口碑。
git:20260729.b68b70c · audit A · 98 stars

Every file in aaaaqwq/agi-super-team

Browse by kind, by grade A, or by owner.