Skip to content
Content
Skill

/firsthand-source-manager

维护 ai-frontier-daily 的一手信源清单 firsthand-sources.yaml。新增信源(探测订阅方式并写入)、列出信源健康状态。用户说"帮我监控这个网页 / 加个信源 / 看看信源健康度"时使用。

From plugin
ai-frontier-daily
66 skills
Install
$ npx -y skills add yinjialu/ai-frontier-daily --skill firsthand-source-manager --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-source-manager

Context preview

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

维护 ai-frontier-daily 的一手信源清单 firsthand-sources.yaml。新增信源(探测订阅方式并写入)、列出信源健康状态。用户说"帮我监控这个网页 / 加个信源 / 看看信源健康度"时使用。

SKILL.md

firsthand-source-manager.SKILL.md
name: firsthand-source-manager
description: 维护 ai-frontier-daily 的一手信源清单 firsthand-sources.yaml。新增信源(探测订阅方式并写入)、列出信源健康状态。用户说"帮我监控这个网页 / 加个信源 / 看看信源健康度"时使用。

一手信源管理

add <url>

1. 调 firsthand-source-subscriber 探测订阅方式(rss / html-links)。 2. 生成 source 条目(id 用域名+路径推导的 kebab-case),追加到 `firsthand-sources.yaml`。 3. 提示用户:下一轮 launchd(每小时)或手动 `launchctl kickstart -k gui/$(id -u)/com.yinjialu.ai-frontier-daily.firsthand` 生效;该源**首刊静默**(只把当前文章标记已见,**不开 PR、不备份历史内容**)。

**首刊不自动备份历史内容**——这是刻意的默认行为。是否备份历史是**可选项**,仅当用户**显式要求**时才做(见下方 backup)。

backup <id>(可选,仅用户显式要求时)

把某个源**当前列表的历史文章**全部抓取+摘要+写 OKF,开一个备份 PR 入库。做法:用一份临时 state(`{<id>: {"initialized": true}}`,无 open_pr_urls)跑 `run_once`,使该源当前文章全部当「新文章」走 OKF+PR 流程;OKF 写真实 `data/firsthand/<id>/`,再单独提 `firsthand/<date>` 分支 PR。**不要在 add 时自动触发。**

list

读 `data/firsthand-state.json`,每个源输出:id、last_fetch_ok(失败显示 last_fetch_error)、last_new_article、已入库篇数(扫 `data/firsthand/<id>/` 的 .md 文件数)。 `last_checked`(上次运行时间,每小时变)在本地 `data/.firsthand-heartbeat.json`(gitignore,不提交),需要看「是否还在跑」时读它。

阶段二

  • `health`:标记 last_fetch_ok=false 或异常沉默的源。
  • `remove <id>`:从 yaml 移除并归档 state。
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 的专题 / 专题深度」时使用。

firsthand-digest
Skill

firsthand-digest

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