Skip to content
Content
Skill

/firsthand-digest

查询一手信源内参库「最近有什么新动态」。读 ai-frontier-daily 的 OKF 内参库(data/firsthand/),按时间窗汇总 AI 大厂官方最新动态。用户问「最近有什么新动态 / 内参最近有啥 / Anthropic/OpenAI 最近发了什么 / 这周 AI 大厂动态」时使用。

From plugin
ai-frontier-daily
66 skills
Install
$ npx -y skills add yinjialu/ai-frontier-daily --skill firsthand-digest --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/firsthand-digest

Context preview

The summary Claude sees to decide when to auto-load this skill.

查询一手信源内参库「最近有什么新动态」。读 ai-frontier-daily 的 OKF 内参库(data/firsthand/),按时间窗汇总 AI 大厂官方最新动态。用户问「最近有什么新动态 / 内参最近有啥 / Anthropic/OpenAI 最近发了什么 / 这周 AI 大厂动态」时使用。

SKILL.md

firsthand-digest.SKILL.md
name: firsthand-digest
description: 查询一手信源内参库「最近有什么新动态」。读 ai-frontier-daily 的 OKF 内参库(data/firsthand/),按时间窗汇总 AI 大厂官方最新动态。用户问「最近有什么新动态 / 内参最近有啥 / Anthropic/OpenAI 最近发了什么 / 这周 AI 大厂动态」时使用。

一手信源内参速览

内参库位于 `data/firsthand/`(OKF markdown),导出索引在 `data/firsthand/index.json`。 本 skill 回答「最近有什么新动态」——只覆盖**官方一手**信源(11 个:Anthropic/OpenAI/Google/千问/蚂蚁百灵等)。

用法

默认查近 7 天。运行查询脚本(在仓库根):

python3 -m scripts.firsthand.query --days 7          # 文本,按源分组 + 摘要
python3 -m scripts.firsthand.query --days 7 --json   # JSON,给 agent 进一步处理
  • 用户说「这周 / 最近三天 / 这个月」→ 对应 `--days 7 / 3 / 30`。
  • 想看某个厂商 → 跑完用源 id 过滤(claude-blog / anthropic-news / openai-news / deepmind-blog / qwen-blog / inclusionai-ling 等)。

呈现原则(克制)

  • **少而精**:直接给标题 + 一句话摘要 + 原文链接,不堆砌。
  • **按重要性而非数量**:模型发布/重大能力更新优先;例行公告靠后或省略。
  • **跨源同事件合并**:同一件事被多个源报道时只讲一次、标注「N 个源」。
  • 数据为空就如实说「近 N 天无新动态」,不编造。

数据说明

  • `published` = 文章真实发布日期;`detected` = 内参监控发现时间。
  • 索引由 launchd 每小时从 OKF 库重建(`scripts/firsthand/index.py`)。
  • 若 `index.json` 不存在或过旧,可直接扫 `data/firsthand/<source>/*.md`。
Ships withai-frontier-daily

服务器主流程:Hermes 定时巡检 → 官方原文核验与中文策展 → 飞书通知 → 小红书/公众号卡片 ZIP。见 服务器部署 与 官方信源校准。 以下保留原 GitHub Pages / 本机流程作为兼容参考。 抓取 AI 大厂官方动态(Anthropic + OpenAI,可继续扩展)→ 中文策展 → 渲染小红书 / 公众号卡片 → GitHub Pages 可视化展示页 → Codex Automation 每天自动更新。 整条流程封装为可安装的 Agent

Get the whole plugin

Other skills on ai-frontier-daily.

firsthand-deepdive
Skill

firsthand-deepdive

专题深度线——对一个值得深挖的功能点(如 Claude Tag)生成深度文章草稿。从内参索引列「值得深挖」候选→用户选→抓官方素材生成五段骨架 draft→交 article-harness 打磨。用户说「深挖 X / 做个 X 的专题 / 专题深度」时使用。