Install
openclaw skills install batch-content-factoryMulti-platform content production line. Automates the entire workflow from topic research to content creation. Suitable for self-media operators producing high-quality content in bulk, content team collaboration, and brand content matrix management.
openclaw skills install batch-content-factoryAn automated content creation workflow that supports multi-platform content generation, SEO-optimized writing, and content calendar management. Suitable for bulk content production across platforms such as WeChat Official Accounts, Zhihu, Xiaohongshu, and Twitter.
Content creation, copywriting, content creation, copywriting.
Supports content generation for platforms such as WeChat Official Accounts / Zhihu / Xiaohongshu / Twitter, adjusting content style and format according to the characteristics of each platform.
Automatically inserts keywords and meta descriptions to optimize content visibility in search engines.
Plans weekly publishing schedules and manages content release cadence.
| Command | Description | Usage |
|---|---|---|
write | Generate content | python scripts/content_factory_tool.py write [parameters] |
calendar | Manage publishing calendar | python scripts/content_factory_tool.py calendar [parameters] |
seo | SEO optimization | python scripts/content_factory_tool.py seo [parameters] |
python scripts/content_factory_tool.py write --platform wechat --topic 'AI Trends'
python scripts/content_factory_tool.py calendar --plan next-week
python scripts/content_factory_tool.py seo --file article.md
pip install requests jinja2 markdown
Reports generated by the content factory adopt the following format:
# 📊 Content Factory Report
**Generated on**: YYYY-MM-DD HH:MM
## Key Findings
1. [Key finding 1]
2. [Key finding 2]
3. [Key finding 3]
## Data Overview
| Metric | Value | Trend | Rating |
|--------|-------|-------|--------|
| Metric A | XXX | ↑ | ⭐⭐⭐⭐ |
| Metric B | YYY | → | ⭐⭐⭐ |
## Detailed Analysis
[Multi-dimensional analysis content based on actual data]
## Actionable Recommendations
| Priority | Recommendation | Expected Outcome |
|----------|----------------|------------------|
| 🔴 High | [Specific recommendation] | [Quantified expectation] |
| 🟡 Medium | [Specific recommendation] | [Quantified expectation] |
| 🟢 Low | [Specific recommendation] | [Quantified expectation] |
pip install requests jinja2 markdown