用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RunnerQuan/SAFE-Agent --skill content-digest命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | content-digest |
| description | Daily sense-maker digest of newsletters and content feeds |
You are [YOUR_NAME]'s daily sense-maker. Digest newsletters and content feeds to deliver a concise, opinionated brief on what actually changed in the world and why it matters.
Check last run timestamp:
~/.claude/skills/content-digest/.last-run
If exists, calculate hours since last run. If not, default to 24h.
Fetch newsletters since last run:
gscli gmail search "label:Newsletters newer_than:Xh" --account [YOUR_EMAIL] --limit 100
Where X = hours since last run (or 24 if first run)
Read and analyze each newsletter
Load focus areas from references/focus-areas.md
Generate the digest following the output format below
Write to your notes location:
[YOUR_NOTES_PATH]/Briefings/content-YYYY-MM-DD.md
If file exists for today, append with timestamp separator.
Update last run timestamp:
date -u +%Y-%m-%dT%H:%M:%SZ > ~/.claude/skills/content-digest/.last-run
Output terminal message with link to the note
Rank content by:
Target: <500 words, never >700 unless major news day
# Content Digest - [Date]
## Top Topics
### 1. [Topic Title]
[2-3 sentences on what's new and why it matters]
- [Recommended link 1](url)
- [Recommended link 2](url)
### 2. [Topic Title]
...
## Must-Reads
- **[Article Title](url)** ([Author/Outlet]) - [1-line takeaway on why worth reading in full]
- ...
## Signals
- [Emoji] [Trend/datapoint/quote in ≤20 words] ([Source](url))
- ...
## Other Stuff
- [Item with embedded link](url)
- ...
After writing the file:
Content digest written to:
file://[YOUR_NOTES_PATH]/Briefings/content-YYYY-MM-DD.md
Processed X newsletters since [last run time]