content-pipelineOrchestrate full content workflow (planning→writing→design→publishing→tracking). Use when automating full content workflow from planning to publishing.
Install via ClawdBot CLI:
clawdbot install mupengi-bot/content-pipelineMeta 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 existsAuthor: 무펭이 🐧
Created: 2026-02-14
Status: Production Ready
Generated Mar 1, 2026
Agencies can use this skill to automate the creation and publishing of social media content for multiple clients. It streamlines the workflow from keyword research to performance tracking, ensuring consistent output and reducing manual effort.
Online stores can generate and publish promotional content for new products or seasonal campaigns. The pipeline creates SEO-optimized blog posts and visual card news for social media, driving traffic and sales.
Event planners can automate content creation for weddings, festivals, or corporate events. It produces planning-based posts, drafts, and images, then publishes them to Instagram to engage attendees and attract new clients.
Edtech companies can orchestrate weekly content releases, from planning topics to publishing lessons on social platforms. This ensures a steady flow of educational materials and tracks engagement for course improvements.
Local businesses like photobooth rentals can automate content creation to boost online visibility. The skill generates location-based keywords, drafts, and visuals, then publishes to social media to attract nearby customers.
Offer this skill as part of a subscription-based platform where users pay monthly for automated content workflows. Revenue comes from tiered plans based on usage limits or advanced features like analytics.
Marketing agencies can white-label this skill to provide automated content services to clients. Revenue is generated through service packages, charging per campaign or on a retainer basis for ongoing content management.
Freelance content creators use this skill to increase their output and efficiency, allowing them to take on more clients. Revenue comes from charging per piece of content or offering bundled content creation packages.
💬 Integration Tip
Ensure the events directory is properly set up for file sharing between stages, and test with --step mode before using --auto to avoid errors in automated publishing.
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.