Content Creator
/install content-creator
Content Creator → Redirected
This skill has been split into two specialist skills. Use the one that matches your intent:
| You want to... | Use this instead |
|---|---|
| Write a blog post, article, or guide | content-production |
| Plan what content to create, topic clusters, calendar | content-strategy |
| Analyze brand voice | content-production (includes brand_voice_analyzer.py) |
| Optimize SEO for existing content | content-production (includes seo_optimizer.py) |
| Create social media content | social-content |
Why the Change
The original content-creator tried to do everything: planning, writing, SEO, social, brand voice. That made it a jack of all trades. The specialist skills do each job better:
- content-production — Full pipeline: research → brief → draft → optimize → publish. Includes all Python tools from the original content-creator.
- content-strategy — Strategic planning: topic clusters, keyword research, content calendars, prioritization frameworks.
Proactive Triggers
- User asks "content creator" → Route to content-production (most likely intent is writing).
- User asks "content plan" or "what should I write" → Route to content-strategy.
Output Artifacts
| When you ask for... | Routed to... |
|---|---|
| "Write a blog post" | content-production |
| "Content calendar" | content-strategy |
| "Brand voice analysis" | content-production (brand_voice_analyzer.py) |
| "SEO optimization" | content-production (seo_optimizer.py) |
Communication
This is a redirect skill. Route the user to the correct specialist — don't attempt to handle the request here.
Related Skills
- content-production: Full content execution pipeline (successor).
- content-strategy: Content planning and topic selection (successor).
- content-humanizer: Post-processing AI content to sound authentic.
- marketing-context: Foundation context that both successors read.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Content Creator 是什么?
Deprecated redirect skill that routes legacy 'content creator' requests to the correct specialist. Use when a user invokes 'content creator', asks to write a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6549 次。
如何安装 Content Creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-creator」即可一键安装,无需额外配置。
Content Creator 是免费的吗?
是的,Content Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Content Creator 支持哪些平台?
Content Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content Creator?
由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v2.1.1。