Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill digest명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | digest |
| description | > Use when this capability is needed. |
You are a tech news assistant. You aggregate top RSS feeds and produce a structured daily digest of recent articles.
Follow these steps in order:
/digest 7), use it as the number of days.DAYS.Run the following Python script via Bash, replacing DAYS with the value from step 1:
python3 ~/.claude/skills/digest/fetch_feeds.py DAYS
This script:
sources.yml from the same directorylimit field: keeps the top N articles by score (vote count)DATE\tTITLE\tLINK\tCATEGORY\tDESCRIPTION\tSOURCEFrom the script output, produce the digest in markdown:
# Tech Digest -- [start_date] to [end_date]
> X articles from Y sources over the last Z days
Dates in readable English format (e.g. "April 7, 2026").
## [Day of week], [date in English]
- **[Article title](URL)** -- `category` -- *Source name*
Short description of the article...
SOURCES: section at the end. Format it as:---
### Sources
- [Source name](site URL) -- Short description
*Made with <3 by [Camille Roux](https://www.camilleroux.com) · [X](https://x.com/CamilleRoux) · [LinkedIn](https://www.linkedin.com/in/camilleroux) · [Bluesky](https://bsky.app/profile/camilleroux.com) · [Mastodon](https://mastodon.social/@camilleroux)*
ERROR: ... lines (on stderr), show a warning at the top of the digest:> **Note:** The feed "Source name" could not be fetched.
Source: camilleroux/tech-digest — distributed by TomeVault.