🛠️
AutomationTypeScript

Content Pipeline

by OrangeViolin

Content Pipeline is an Automation skill for Claude Code, published by OrangeViolin in content-pipeline.

217 stars39 forkson OrangeViolin/content-pipelineAdded 2026/09/04Repository updated 2026/04/12
01fishai-toolsautomationclaude-codecontent-creationcontent-pipelinepodcastself-mediawechatxiaohongshu
Install in seconds
Install Content Pipeline
Copy Content Pipeline into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/OrangeViolin/content-pipeline ~/.claude/skills/content-pipeline

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/OrangeViolin/content-pipeline.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in OrangeViolin/content-pipeline
Installs to
~/.claude/skills/content-pipeline
Collection
The only skill cataloged from this repository
Category
Automation1860 skills

What Content Pipeline does

Content Pipeline turns notes, articles, and links into formatted posts, cover images, platform-specific copy, and publish-ready assets. Use it when you need to move content from draft to multiple channels with one workflow.

Content Pipeline is cataloged under Automation on DirSkills. Content Pipeline comes from a repository tagged 01fish, ai-tools, automation, claude-code and content-creation.

Documentation

README

内容管线 Content Pipeline

本技能默认使用 01fish 品牌色作为示例。你可以在 references/ 目录下修改为自己的品牌色,或在 local/SKILL.local.md 中覆盖路径和个人设定。

一条龙:素材收集 → 写文章 → 排版 → 多平台内容 → 一键分发。


存储位置

[输出目录]/
├── drafts/
│   └── current.json        # 当前素材列表
├── [文章标题].md            # 产出的文章
├── [文章标题]_preview.html  # 排版预览
└── [主题]-小红书版.html     # 小红书轮播图

输出目录由用户指定,或在 local/SKILL.local.md 中配置默认路径。未指定目录时,多平台产出放 /tmp/


触发词

素材收集(Path A)

触发词 说明
/story 查看当前素材状态
"看看素材" 查看已记录的素材
"出稿" 生成文章 + 排版 + 封面图
"清空素材" 清空当前素材
"记一笔:xxx" 手动添加素材
"素材+1:xxx" 手动添加素材
"写个朋友圈" 根据素材/文章生成朋友圈文案

内容生成(Path B)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Content Pipeline

  • How does Content Pipeline compare to other Automation skills?

    Content Pipeline ranks #1641 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Content Pipeline against them. Open each page to compare what they document and how they install.