add-source
Add a new news source (RSS or GitHub release) to ai-digest config
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a new news source (RSS or GitHub release) to ai-digest config
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the daily AI tech news digest pipeline — collect, deduplicate, summarize, deliver
Create a new release — bump version, tag, generate changelog, create GitHub Release
Validate sources.yml structure and check that all URLs/endpoints are reachable. Use when the user wants to check, verify, validate, or test the sources config, or after adding/modifying sources. Also use when the user mentions broken links, 404 errors, or source health checks.
| name | add-source |
| description | Add a new news source (RSS or GitHub release) to ai-digest config |
| model | haiku |
| allowed-tools | Read, Edit, WebFetch |
Help the user add a new source to config/sources.yml.
Ask: "What type of source? (rss / github_release)"
Based on type, ask for required info:
https://react.dev/blog/rss.xml → react-blog, https://dev.to/feed → devto). Use limit 10 by default.owner/name format (e.g. "facebook/react")Read current config/sources.yml
Check for duplicates before adding:
Validate the source is reachable before adding:
https://github.com/{owner}/{repo}, check it existsAppend the new entry to the correct section:
rss arraygithub_releases.repos arrayWrite the updated file
Confirm: "Added <name/repo/account> to