Orchestrate full content workflow (planning→writing→design→publishing→tracking). Use when automating full content workflow from planning to publishing.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install content-pipeline或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install content-pipeline⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/content-pipeline/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: content-pipeline description: Orchestrate full content workflow (planning→writing→design→publishing→tracking). Use when automating full content workflow from planning to publishing. author: 무펭이 🐧 ---
Meta skill orchestrating the entire content production flow.
1. seo-content-planner → Keyword analysis & content planning
2. copywriting → Write body text
3. cardnews → Generate card news images
4. social-publisher → Publish to Instagram/SNS
5. Performance tracking → Feedback via daily report
content-pipeline --auto --topic "Photobooth usage tips"
# Stage 1: Planning
content-pipeline --step plan --topic "Photobooth trends"
# Stage 2: Write body (auto-loads previous stage event)
content-pipeline --step write
# Stage 3: Generate card news
content-pipeline --step design
# Stage 4: Publish
content-pipeline --step publish
# Stage 5: Check performance
content-pipeline --step track
Each stage automatically reads previous stage results from events/ directory:
seo-plan-YYYY-MM-DD.json → copywriting inputcontent-draft-YYYY-MM-DD.json → cardnews inputcontent-published-YYYY-MM-DD.json → daily-report input--auto — Auto-execute all stages--step — Execute specific stage only--topic — Specify content topic--skip-review — Proceed without approval at each stage (risky)--auto)events/seo-plan-YYYY-MM-DD.jsonevents/content-draft-YYYY-MM-DD.jsonevents/cardnews-ready-YYYY-MM-DD.jsonevents/content-published-YYYY-MM-DD.json--step)Request approval at each stage:
content-pipeline --auto --topic "Preserving wedding memories with photobooths"
Result:
# 1. Review plan first
content-pipeline --step plan --topic "University festival photobooths"
# → Generate events/seo-plan-2026-02-14.json
# 2. Write draft after reviewing plan
content-pipeline --step write
# → Generate events/content-draft-2026-02-14.json
# 3. Design after reviewing draft
content-pipeline --step design
# → Generate 5 card news slides
# 4. Publish after final review
content-pipeline --step publish
--auto mode proceeds automatically through stages, so always verify content before final publishevents/content-published-YYYY-MM-DD.json automatically collected by daily-reportAs this is a meta skill, during actual implementation:
events/seo-plan-*.json → load if exists---
Author: 무펭이 🐧 Created: 2026-02-14 Status: Production Ready
安装 content-pipeline 后,可以对 AI 说这些话来触发它
Help me get started with content-pipeline
Explains what content-pipeline does, walks through the setup, and runs a quick demo based on your current project
Use content-pipeline to orchestrate full content workflow (planning→writing→design→publishi...
Invokes content-pipeline with the right parameters and returns the result directly in the conversation
What can I do with content-pipeline in my design & creative workflow?
Lists the top use cases for content-pipeline, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/content-pipeline/ 目录(个人级,所有项目可用),或 .claude/skills/content-pipeline/(项目级)。重启 AI 客户端后,用 /content-pipeline 主动调用,或让 AI 根据上下文自动发现并使用。
content-pipeline 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
content-pipeline 可免费安装使用。请查阅仓库了解许可证信息。
Orchestrate full content workflow (planning→writing→design→publishing→tracking). Use when automating full content workflow from planning to publishing.
content-pipeline 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using content-pipeline
Identifies repetitive steps in your workflow and sets up content-pipeline to handle them automatically