An OpenClaw master skill for building and running content creation automation pipelines.
This repository currently focuses on one master skill:
skills/content-automation-workflow/
It is designed as a controller layer for content systems, not just a single writing prompt.
The skill organizes content automation into five layers:
- Input
- collect raw material from links, articles, notes, audio, video, docs, or prior context
- Processing
- summarize, extract key points, identify audience and angles
- Production
- generate long-form articles, short posts, slides, images, or other assets
- Distribution
- prepare channel-specific drafts or publishing outputs
- Deposition
- store reusable knowledge, summaries, and generated assets for later reuse
- building a content factory
- designing a repeatable publishing workflow
- turning one source into multiple content outputs
- coordinating article, social, slide, image, and deposition tasks
- serving as the orchestration layer above more specific content skills
README.md
skills/
content-automation-workflow/
SKILL.md
README.md
VERSION.md
examples/
references/
- workflow templates
- MVP routes
- output contracts
- deposition schema
- channel recipes
- example mapping for an AI news briefing workflow
- build a WeChat-centered content pipeline
- create a one-source-many-outputs workflow
- automate AI news briefings
- design a content production MVP before scaling into a larger system
This repository is intended to be a clean standalone package for the master workflow skill. Specific vertical content skills can live in separate repositories and plug into this controller layer.