anbeime/content-creation-publisher
内容创作与发布全流程技能,整合网页采集、Markdown格式化、智能配图、多平台发布(微信公众号、X/Twitter)功能,实现从内容获取到发布的一站式解决方案
npx skills add https://github.com/anbeime/skill --skill content-creation-publisher
功能:将任意网页转换为干净的Markdown格式
使用场景:
操作步骤:
技术实现:
功能:格式化和优化Markdown文档
核心特性:
使用场景:
功能:分析文章内容,在需要视觉辅助的位置生成插图
配图类型:
配图风格(6种类型 × 8种风格):
操作步骤:
功能:自动发布内容到微信公众号
发布模式:
操作方式:
操作步骤:
功能:自动发布内容到X(Twitter)
发布类型:
技术特点:
操作步骤:
1. 网页URL
↓
2. baoyu-url-to-markdown(提取内容)
↓
3. baoyu-format-markdown(格式优化)
↓
4. article-illustrator(智能配图)
↓
5a. baoyu-post-to-wechat(发布到微信)
↓
5b. baoyu-post-to-x(发布到X)
1. 创作Markdown文章
↓
2. baoyu-format-markdown(格式优化)
↓
3. article-illustrator(智能配图)
↓
4. 多平台发布
1. 论文网页URL
↓
2. baoyu-url-to-markdown(提取内容)
↓
3. paper-analysis-assistant(论文分析)
↓
4. baoyu-format-markdown(格式优化)
↓
5. ppt-generator(生成PPT)
↓
6. baoyu-post-to-wechat(发布解读)
1. product-marketing-copywriter(生成文案)
↓
2. baoyu-format-markdown(格式优化)
↓
3. pop-up-book-illustration(3D插图)
↓
4. baoyu-post-to-x(推广发布)
# 检查Node.js
node --version
# 检查Chrome
chrome --version
# 安装依赖(如需要)
npm install
# 创建配置文件
~/.baoyu-skills/.env
# 配置内容(可选)
WECHAT_APP_ID=your_app_id
WECHAT_APP_SECRET=your_app_secret
用户:"采集这篇文章并发布到微信公众号"
URL: https://example.com/article
执行流程:
1. baoyu-url-to-markdown 提取内容
2. baoyu-format-markdown 格式优化
3. article-illustrator 智能配图
4. baoyu-post-to-wechat 发布到微信
用户:"优化这篇文章并发布到微信和X"
输入:article.md
执行流程:
1. baoyu-format-markdown 格式优化
2. article-illustrator 智能配图
3. baoyu-post-to-wechat 发布到微信
4. baoyu-post-to-x 发布到X
用户:"采集这篇论文并生成PPT"
URL: https://arxiv.org/abs/xxxxx
执行流程:
1. baoyu-url-to-markdown 提取内容
2. paper-analysis-assistant 论文分析
3. baoyu-format-markdown 格式优化
4. ppt-generator 生成PPT
5. baoyu-post-to-wechat 发布解读
批量采集多个URL
↓
批量格式优化
↓
批量智能配图
↓
定时发布到多平台
用户可以根据需求组合不同模块:
解决方案:
解决方案:
解决方案:
解决方案:
本技能整合了以下子技能:
以及可协同的44个现有技能。
🚀 一站式内容创作与发布解决方案!
Take anbeime/content-creation-publisher from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npm.
Without those the skill loads but fails at the first command.