Safe content workflow (drafts/reviewed/revised/approved/posted) with human-in-the-loop approval, plus CLI to list/move/review and post to LinkedIn/X. Use when setting up a content pipeline, drafting content, managing review threads, or posting approved content.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agent-content-pipeline或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agent-content-pipeline⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agent-content-pipeline/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agent-content-pipeline description: Safe content workflow (drafts/reviewed/revised/approved/posted) with human-in-the-loop approval, plus CLI to list/move/review and post to LinkedIn/X. Use when setting up a content pipeline, drafting content, managing review threads, or posting approved content. ---
Safe content automation with human-in-the-loop approval. Draft → Review → Approve → Post.
npm install -g agent-content-pipeline
content init . # Creates folders + global config (in current directory)
For cryptographic approval signatures (password-protected):
content init . --secure
This creates:
drafts/ — work in progress (one post per file)reviewed/ — human reviewed, awaiting your revisionrevised/ — you revised, ready for another lookapproved/ — human-approved, ready to postposted/ — archive after postingtemplates/ — review and customize before use.content-pipeline/threads/ — feedback thread logs (not posted)✅ Can do:
drafts/revised/content list to see pending content❌ Cannot do:
approved/ (only the human can approve)status: approvedOne post per file. Each suggestion or draft should be a single post, not a collection.
File naming: YYYY-MM-DD-
Use frontmatter:
---
platform: linkedin # linkedin | x | reddit (experimental)
title: Optional Title
status: draft
subreddit: programming # Required for Reddit
---
Your content here.
Tell the human: "Draft ready for review: content review "
drafts/ → reviewed/ → revised/ → approved/ → posted/
↑ │
└──────────┘
more feedback
drafts/content review : - With feedback → file moves to reviewed/, you get notified - No feedback → human is asked "Approve?" → moves to approved/
revised/revised/: - More feedback → back to reviewed/ - Approve → moves to approved/
content postWhen you get review feedback:
reviewed/revised/content thread --from agent auth_token and ct0 manuallyManual cookie steps: 1) Open x.com and log in 2) Open DevTools → Application/Storage → Cookies → https://x.com 3) Copy auth_token and ct0
subreddit: in frontmattertitle: (or first line if missing)content list # Show drafts and approved
content review <file> # Review: feedback OR approve
content mv <dest> <file> # Move file to drafts/reviewed/revised/approved/posted
content edit <file> # Open in editor ($EDITOR or code)
content post <file> # Post (prompts for confirmation)
content post <file> --dry-run # Preview without posting
content thread <file> # Add a note to the feedback thread
The security model separates drafting (AI) from approval/posting (human):
content review)Posting is handled manually via CLI — never by the agent directly.
| Platform | Auth Storage | Encrypted? | Password Required? | |----------|--------------|------------|-------------------| | LinkedIn | Browser profile | ✅ Yes | ✅ Yes | | X/Twitter | Firefox tokens | ✅ Yes | ✅ Yes |
Both platforms require password to post. Tokens are extracted from Firefox and encrypted locally.
安装 Agent Content Pipeline 后,可以对 AI 说这些话来触发它
Help me get started with Agent Content Pipeline
Explains what Agent Content Pipeline does, walks through the setup, and runs a quick demo based on your current project
Use Agent Content Pipeline to safe content workflow (drafts/reviewed/revised/approved/posted) wit...
Invokes Agent Content Pipeline with the right parameters and returns the result directly in the conversation
What can I do with Agent Content Pipeline in my marketing & growth workflow?
Lists the top use cases for Agent Content Pipeline, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agent-content-pipeline/ 目录(个人级,所有项目可用),或 .claude/skills/agent-content-pipeline/(项目级)。重启 AI 客户端后,用 /agent-content-pipeline 主动调用,或让 AI 根据上下文自动发现并使用。
Agent Content Pipeline 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Agent Content Pipeline 可免费安装使用。请查阅仓库了解许可证信息。
Safe content workflow (drafts/reviewed/revised/approved/posted) with human-in-the-loop approval, plus CLI to list/move/review and post to LinkedIn/X. Use when setting up a content pipeline, drafting content, managing review threads, or posting approved content.
Automate my marketing & growth tasks using Agent Content Pipeline
Identifies repetitive steps in your workflow and sets up Agent Content Pipeline to handle them automatically
Agent Content Pipeline 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。