content-pipeline
Orchestrate full content workflow (planning→writing→design→publishing→tracking). Use when automating full content workflow from planning to publishing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mupengi-bot/content-pipelinecontent-pipeline
Meta skill orchestrating the entire content production flow.
Pipeline Stages
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
Usage
Full Auto-execution
content-pipeline --auto --topic "Photobooth usage tips"
Individual Stage Execution
# 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
Event Integration
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
Options
--auto— Auto-execute all stages--step <plan|write|design|publish|track>— Execute specific stage only--topic <topic>— Specify content topic--skip-review— Proceed without approval at each stage (risky)
Execution Flow
Auto Mode (--auto)
- Execute seo-content-planner → Generate
events/seo-plan-YYYY-MM-DD.json - Execute copywriting with generated keywords/topic → Generate
events/content-draft-YYYY-MM-DD.json - Generate cardnews based on draft → Generate
events/cardnews-ready-YYYY-MM-DD.json - Execute social-publisher with images + caption → Generate
events/content-published-YYYY-MM-DD.json - Auto-include publishing results in daily-report
Stage-by-stage Mode (--step)
Request approval at each stage:
- Review plan → approve → next
- Review draft → approve → next
- Preview card news → approve → publish
Examples
Generate Photobooth Tips Content
content-pipeline --auto --topic "Preserving wedding memories with photobooths"
Result:
- SEO keywords: "wedding photobooth", "wedding photo booth", etc.
- Blog draft 1200 chars
- Card news 5 slides (1024x1024 square)
- Auto-publish to Instagram (tag collaboration account)
- Include publishing results in daily report
Manual Verification by Stage
# 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
Cautions
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mupengi-bot-content-pipeline": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
prompt-engineer
Expert prompt engineer specializing in advanced prompting techniques, LLM optimization, and AI system design. Masters chain-of-thought, constitutional AI, and production prompt strategies. Use when building AI features, improving agent performance, or crafting system prompts.
appointment-scheduler
Automated appointment management for beauty salons, clinics, studios, and photo booths. Handles booking requests, calendar sync, conflict detection, reminders, no-show tracking, and waitlist management.
Mupeng Social Postcjo
Skill by mupengi-bot
data-scraper
Web page data collection and structured text extraction
auto-reply
Instagram DM auto-reply system. DM monitoring, reading, replying, security check (injection rejection). Use when checking Instagram DMs, reading unread messages, replying to DMs, setting up DM monitoring cron jobs, or handling DM auto-reply workflows. Triggers on: Instagram DM, DM check, DM reply, DM auto-reply, dm-alert.