content-creation-publisher
内容创作与发布全流程技能,整合网页采集、Markdown格式化、智能配图、多平台发布(微信公众号、X/Twitter)功能,实现从内容获取到发布的一站式解决方案
npx skills add anbeime/skill --skill content-creation-publisher --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.
# 内容创作与发布全流程 ## 任务目标 - 本技能用于:从内容采集到发布的完整工作流 - 能力包含: - 网页内容提取转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. **图文模式** - 适合带图片的文章 - 支持多图文 - 自动处理图片上
- 任务目标
- 核心功能模块
- 模块1:内容采集(baoyu-url-to-markdown)
- 模块2:格式优化(baoyu-format-markdown)
- 模块3:智能配图(article-illustrator)
- 模块4:多平台发布
- 完整工作流
- 工作流1:网页文章采集与发布
- 工作流2:原创内容创作与发布
- 工作流3:学术内容处理
- 工作流4:电商内容营销
- 协同技能组合
- 与现有技能的协同
- 前置准备
node --version chrome --version npm install
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.
