Agent skill · Content & Marketing

content-enrich

内容加工:给任意采集产物(转录稿 / 文章 / 笔记)自动补「摘要 + 要点 + 标签 + 价值判断」, 写进 frontmatter 并在正文顶部插入摘要块。是「加工层」通用能力,惠及仓库所有采集 skill。

chubbyguan576★ · +14/wk · 1 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add chubbyguan/chubbyskills --skill content-enrich --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: yes
Version: 1.0.0
Path: content-enrich/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 590 · +14 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 内容加工(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

More from chubbyskills
All skills →
About this skill
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.

Keep going