服务器主流程:Hermes 定时巡检 → 官方原文核验与中文策展 → 飞书通知 → 小红书/公众号卡片 ZIP。见 服务器部署 与 官方信源校准。 以下保留原 GitHub Pages / 本机流程作为兼容参考。 抓取 AI 大厂官方动态(Anthropic + OpenAI,可继续扩展)→ 中文策展 → 渲染小红书 / 公众号卡片 → GitHub Pages 可视化展示页 → Codex Automation 每天自动更新。 整条流程封装为可安装的 Agent
$ npx -y skills add yinjialu/ai-frontier-daily --agent claude-code
Repo: yinjialu/ai-frontier-daily
What's inside
服务器主流程:Hermes 定时巡检 → 官方原文核验与中文策展 → 飞书通知 → 小红书/公众号卡片 ZIP。见 服务器部署 与 官方信源校准。
以下保留原 GitHub Pages / 本机流程作为兼容参考。
抓取 AI 大厂官方动态(Anthropic + OpenAI,可继续扩展)→ 中文策展 → 渲染小红书 / 公众号卡片 → GitHub Pages 可视化展示页 → Codex Automation 每天自动更新。
整条流程封装为可安装的 Agent Skill:skills/ai-daily-digest。
https://<你的用户名>.github.io/ai-frontier-daily/
手机打开即可浏览当天卡片:顶部 Anthropic / OpenAI 切换,各厂商独立主题;小红书 6 张竖图直接发笔记,公众号封面 + 正文长图手动建草稿。
# 装到当前项目
npx skills add yinjialu/ai-frontier-daily
# 或装到全局(所有项目可用)
npx skills add yinjialu/ai-frontier-daily --skill ai-daily-digest -g -a claude-code -y
安装后在 Claude Code 里说「做今天的 Anthropic 动态卡片」「更新每日 AI 速递」即可触发。
Skill 用法详见 skills/ai-daily-digest/SKILL.md。
node render.js 渲染 → 提交触发 Pages → PushNotification 推手机。skills/ai-daily-digest/SKILL.md,遍历 run.py --vendors 返回的全部厂商,抓取一手动态、
中文策展、Playwright 渲染,提交 data/ 与 output/ 到 Codex/daily-YYYY-MM-DD。.github/workflows/daily.yml):
只做信源健康探测和当天产出校验,异常时开 Issue,不负责生成内容。index.html 读
output/index.json 按厂商展示当天卡片。gh repo create ai-frontier-daily --public --source=. --remote=origin --push
# 开启 Pages:从 main 分支根目录部署
gh api -X POST repos/$(gh api user -q .login)/ai-frontier-daily/pages \
-f "source[branch]=main" -f "source[path]=/" || \
echo "→ 改用网页:Settings → Pages → Deploy from a branch → main / (root)"
# 配置 Actions 密钥(live 模式调 Claude 用;切勿写进代码)
gh secret set ANTHROPIC_API_KEY --body "sk-ant-你的key"
# 早报生成由 Codex Automation 每天 22:00 自动预制次日刊;Actions daily.yml 只做哨兵校验。
pip install -r skills/ai-daily-digest/requirements.txt
npm i playwright && npx playwright install chromium
python skills/ai-daily-digest/run.py # mock,无需联网/密钥
python -m http.server 8000 # 打开 http://localhost:8000/index.html
data/ 与 output/ 默认写到当前目录(可用环境变量 DIGEST_OUT 指定)。
ANTHROPIC_API_KEY 只放 Actions Secrets,绝不进仓库。Showing a partial view of a very large repo.
FAQ
ai-frontier-daily is a Claude Code plugin with 6 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes ai-daily-digest, deepdive-xiaohongshu, firsthand-deepdive. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it