Agent skill · Content & Marketing

content-creation-publisher

内容创作与发布全流程技能,整合网页采集、Markdown格式化、智能配图、多平台发布(微信公众号、X/Twitter)功能,实现从内容获取到发布的一站式解决方案

anbeimegithub.com/anbeimeGitHub ↗
claude-codeships scripts
Install
npx skills add anbeime/skill --skill content-creation-publisher --agent claude-code

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

Facts
Files in the skill folder: 58
SKILL.md size: 7 KB
Bundled scripts: yes
Path: skills/content-creation-publisher/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
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

# 内容创作与发布全流程 ## 任务目标 - 本技能用于:从内容采集到发布的完整工作流 - 能力包含: - 网页内容提取转Markdown - Markdown格式化和排版优化 - 智能文章配图 - 多平台自动发布(微信公众号、X/Twitter) - 触发条件:用户需要采集、编辑、配图、发布内容 ## 核心功能模块 ### 模块1:内容采集(baoyu-url-to-markdown) **功能**:将任意网页转换为干净的Markdown格式 **使用场景**: - 采集文章、论文、新闻 - 提取知识库内容 - 保存网页内容 **操作步骤**: 1. 提供网页URL 2. 选择捕获模式: - 自动模式:页面加载后立即捕获 - 等待模式:需要登录或交互的页面 3. 自动提取并转换为Markdown **技术实现**: - 使用Chrome CDP技术 - 智能清理HTML标签 - 保留文章结构和格式 --- ### 模块2:格式优化(baoyu-format-markdown) **功能**:格式化和优化Markdown文档 **核心特性**: 1. **自动格式化** - 添加frontmatter(标题、日期、标签) - 调整标题层级 - 优化列表和代码块 2. **排版优化** - 修复中文标点符号导致的**加粗bug - 自动在中文和英文之间添加空格 - ASCII标点转全角引号 - CJK字符间距优化 3. **内容增强** - 自动生成摘要 - 添加目录 - 优化段落结构 **使用场景**: - 优化采集的内容 - 格式化原创文章 - 统一文档风格 --- ### 模块3:智能配图(article-illustrator) **功能**:分析文章内容,在需要视觉辅助的位置生成插图 **配图类型**: - 信息补充型:数据可视化、流程图 - 概念具象化:抽象概念的视觉表达 - 引导想象型:场景描绘、氛围营造 **配图风格**(6种类型 × 8种风格): - **类型**:infographic、scene、flowchart、comparison、framework、timeline - **风格**:notion、elegant、warm、minimal、blueprint、watercolor、editorial、scientific **操作步骤**: 1. 分析文章结构,识别需要配图的位置 2. 为每个位置生成配图计划和提示词 3. 使用图像生成能力创建插图 4. 将图片插入到文章对应位置 --- ### 模块4:多平台发布 #### 4.1 微信公众号发布(baoyu-post-to-wechat) **功能**:自动发布内容到微信公众号 **发布模式**: 1. **图文模式** - 适合带图片的文章 - 支持多图文 - 自动处理图片上

What's inside
Steps it walks through
  1. 任务目标
  2. 核心功能模块
  3. 模块1:内容采集(baoyu-url-to-markdown)
  4. 模块2:格式优化(baoyu-format-markdown)
  5. 模块3:智能配图(article-illustrator)
  6. 模块4:多平台发布
  7. 完整工作流
  8. 工作流1:网页文章采集与发布
  9. 工作流2:原创内容创作与发布
  10. 工作流3:学术内容处理
  11. 工作流4:电商内容营销
  12. 协同技能组合
  13. 与现有技能的协同
  14. 前置准备
Ships with 24 files
  • article-illustrator/SKILL.md
  • article-illustrator/references/style-guide.md
  • article-illustrator/references/terminology.md
  • baoyu-format-markdown/SKILL.md
  • baoyu-format-markdown/scripts/autocorrect.ts
  • baoyu-format-markdown/scripts/bun.lock
  • baoyu-format-markdown/scripts/main.ts
  • baoyu-format-markdown/scripts/package-lock.json
  • baoyu-format-markdown/scripts/package.json
  • baoyu-format-markdown/scripts/quotes.ts
  • baoyu-post-to-wechat/SKILL.md
  • baoyu-post-to-wechat/references/article-posting.md
  • baoyu-post-to-wechat/references/config/first-time-setup.md
  • baoyu-post-to-wechat/references/image-text-posting.md
  • baoyu-post-to-wechat/scripts/cdp.ts
  • baoyu-post-to-wechat/scripts/copy-to-clipboard.ts
  • baoyu-post-to-wechat/scripts/md-to-wechat.ts
  • baoyu-post-to-wechat/scripts/md/LICENSE
  • baoyu-post-to-wechat/scripts/md/extensions/alert.ts
  • baoyu-post-to-wechat/scripts/md/extensions/footnotes.ts
  • baoyu-post-to-wechat/scripts/md/extensions/index.ts
  • baoyu-post-to-wechat/scripts/md/extensions/infographic.ts
  • baoyu-post-to-wechat/scripts/md/extensions/katex.ts
  • baoyu-post-to-wechat/scripts/md/extensions/markup.ts
first 24 of 58
Commands it runs
node --version
chrome --version
npm install
More from skill
All skills →
About this skill
What does the content-creation-publisher skill do?

内容创作与发布全流程技能,整合网页采集、Markdown格式化、智能配图、多平台发布(微信公众号、X/Twitter)功能,实现从内容获取到发布的一站式解决方案

How do I install it?

Run `npx skills add anbeime/skill --skill content-creation-publisher --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 anbeime/skill, a repository with 4,714 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