agent-content-pipelineSafe 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.
Install via ClawdBot CLI:
clawdbot install larsderidder/agent-content-pipelineSafe 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 :reviewed/, you get notifiedapproved/revised/revised/:reviewed/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.
Generated Mar 1, 2026
A marketing agency uses this skill to draft social media posts for multiple clients, streamlining the review process where account managers provide feedback and approve final versions before scheduled posting. It ensures brand consistency and compliance across LinkedIn and X platforms.
A tech startup employs this skill to create and refine thought leadership content, with founders or senior staff reviewing drafts to maintain a professional tone before sharing on LinkedIn. The workflow helps build credibility and engage industry audiences efficiently.
A freelance content creator uses this skill to draft posts for clients, allowing for iterative feedback and approval before publishing on social media. It organizes revisions and archives posted content, saving time and reducing errors in client deliverables.
A corporate communications team implements this skill to manage social media campaigns, with legal and PR departments reviewing content for compliance and messaging before approval. It supports secure, controlled posting to platforms like LinkedIn and X.
Offer this skill as part of a subscription-based SaaS platform for marketing and content teams, providing enhanced features like analytics and team collaboration tools. Revenue is generated through monthly or annual fees per user or team.
Provide consulting services to help businesses integrate this skill into their existing workflows, offering customization, training, and support for secure content approval processes. Revenue comes from one-time project fees and ongoing maintenance contracts.
Deploy a freemium model where basic content drafting and review features are free, while advanced capabilities like multi-platform posting, encryption, and priority support require a paid upgrade. Revenue is driven by premium subscriptions and enterprise licenses.
š¬ Integration Tip
Integrate this skill by installing via npm and running 'content init' to set up directories; ensure users have CLI access and understand the review workflow for smooth adoption.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.