content-enrich
内容加工:给任意采集产物(转录稿 / 文章 / 笔记)自动补「摘要 + 要点 + 标签 + 价值判断」, 写进 frontmatter 并在正文顶部插入摘要块。是「加工层」通用能力,惠及仓库所有采集 skill。
npx skills add chubbyguan/chubbyskills --skill content-enrich --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 内容加工(Content Enrich) 采集进来的转录稿、文章往往是大段原始文本,没人愿意回头看。这个 skill 给**任意采集产物** 自动补上可快速消化的元信息——它是「加工层」的通用能力,配合仓库里所有采集 skill 使用。 ## 环境要求 ```bash # 零 pip 依赖(仅 Python 标准库) export DEEPSEEK_API_KEY="your-api-key" # 必需,用于提炼 ``` ## 使用方法 ```bash python scripts/enrich.py 某篇笔记.md # 就地增强单篇 python scripts/enrich.py ./vault/外部输入/ # 批量增强整个目录下的 .md python scripts/enrich.py 某篇.md --output ./out # 不改原文件,输出到 out/ python s
What does the content-enrich skill do?
内容加工:给任意采集产物(转录稿 / 文章 / 笔记)自动补「摘要 + 要点 + 标签 + 价值判断」, 写进 frontmatter 并在正文顶部插入摘要块。是「加工层」通用能力,惠及仓库所有采集 skill。
How do I install it?
Run `npx skills add chubbyguan/chubbyskills --skill content-enrich --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From chubbyguan/chubbyskills, a repository with 590 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.