replace-skill-name
Digest of the most interesting new posts on [REPLACE: TOPIC] from RSS feeds and the open web
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Digest of the most interesting new posts on [REPLACE: TOPIC] from RSS feeds and the open web
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | [REPLACE: SKILL_NAME] |
| description | Digest of the most interesting new posts on [REPLACE: TOPIC] from RSS feeds and the open web |
${var} — Optional. Pass a different topic to override the default. If empty, digests [REPLACE: TOPIC].
Today is ${today}. Build a digest of the [REPLACE: MAX_ITEMS] most interesting new posts on [REPLACE: TOPIC].
Read sources — pull the last 24h of entries from each feed:
[REPLACE: FEED_URLS]
(Comma- or newline-separated list of RSS/Atom URLs.)
Use WebFetch to retrieve each feed and parse the entries. If a feed 404s or returns malformed XML, log a single warning line and skip that feed for this run.
Augment with web search — run a WebSearch for [REPLACE: TOPIC] latest and pick up to 5 fresh links published in the last 24h that aren't already in the feed results.
Score and rank — for each candidate, score on:
Drop anything obviously off-topic (the ${var} or [REPLACE: TOPIC] keyword should appear somewhere in title or summary).
Pick the top [REPLACE: MAX_ITEMS] — write articles/[REPLACE: SKILL_NAME]-${today}.md with one entry each:
### [Title](url)
*[Source · published date]*
2-3 sentences distilling the takeaway. No filler.
Notify via ./notify with:
*[REPLACE: TOPIC] digest — ${today}*
[N] picks. Top item: [shortened title].
Full digest: https://github.com/${GITHUB_REPOSITORY}/blob/main/articles/[REPLACE: SKILL_NAME]-${today}.md
Log — append to memory/logs/${today}.md:
## [REPLACE: SKILL_NAME]
- **Sources scanned**: N feeds + 1 web search
- **Items picked**: N (of M candidates)
- **Top source**: domain
- **Status**: DIGEST_OK | DIGEST_QUIET (no items) | DIGEST_DEGRADED (some feeds failed)
WebFetch and WebSearch are built-in Claude tools that bypass the GitHub Actions sandbox network gate. Use those for every external read in this skill — curl will frequently fail.
memory/topics/[REPLACE: SKILL_NAME]-seen.txt (append-only). Skip anything that's already in there.[REPLACE: MAX_ITEMS] items meet the bar, send fewer items — never pad with low-signal content.Morning briefing combining token movers, tweet roundup, paper pick, GitHub issues, and HN digest
Daily digest of new open issues across your repos, ranked by signal (security/bug/feature/other)
Lead with confirmed exploitation (CISA KEV), enrich with EPSS, filter GitHub Advisories to your tracked stack, output one action per item
Audit every enabled skill's upstream file dependencies for staleness — flags chained skills about to consume yesterday's article or a long-dead topic file
Audit skills, workflows, and companion scripts for injection, exfiltration, traversal, and prompt-override risks with delta tracking, baseline suppression, issue filing, and per-finding remediation
Validate skill outputs against assertions, diff vs prior eval to flag regressions, file issues for new failures, and queue concrete fixes