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 blog post, article, guide, or brand voice analysis (routes to content-production), or asks to plan content, build a topic cluster, or create a content calendar (routes to content-strategy). Does not handle requests directly — identifies user intent and redirects to content-production for writing/SEO/brand-voice tasks or content-strategy for planning tasks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/content-creatorWhat This Skill Does
The content-creator skill is a legacy routing tool within the OpenClaw AI ecosystem. Designed to transition users from a monolithic toolset to a more specialized architecture, it acts as an intelligent traffic controller. When you invoke this skill, it does not process your content or data directly; instead, it analyzes your intent and redirects your request to the appropriate specialist skill. This ensures that you receive high-fidelity, optimized outputs from either the content-production or content-strategy suites, which are significantly more capable than the legacy handler. It serves as a necessary bridge for users who are accustomed to older command structures, ensuring that your workflow remains uninterrupted while you migrate to the modern specialized agent framework.
Installation
To integrate this utility, ensure you have the OpenClaw CLI configured in your development environment. Run the following command in your terminal to pull the redirect skill from the official repository:
clawhub install openclaw/skills/skills/alirezarezvani/content-creator
Once installed, the agent will monitor for specific trigger phrases, ensuring that legacy requests are automatically routed to the correct destination without manual intervention.
Use Cases
This skill is primarily used when transitioning legacy automation scripts to the current version of OpenClaw. It is ideal for:
- Streamlining workflows where users still use the deprecated 'content creator' term in their natural language prompts.
- Ensuring that brand voice analysis and SEO optimization requests are routed to the content-production engine.
- Ensuring that high-level planning requests, such as calendar creation and topic clustering, are directed to the content-strategy engine.
Example Prompts
- "Content creator, can you write a blog post about the benefits of modular AI agent architectures?"
- "I need a content plan for my tech startup; can you help me build a topic cluster?"
- "Run a brand voice analysis on these documents and optimize them for SEO."
Tips & Limitations
Note that this skill is deprecated and should not be used as a primary production tool for new projects. It strictly acts as a routing layer and contains no internal logic for drafting content or analyzing data. If you are building a new agent, it is highly recommended to call content-production or content-strategy directly to avoid the overhead of a redirection step. If you find the agent defaulting to the wrong skill, consider updating your prompt to explicitly mention the desired outcome (e.g., 'produce a draft' vs 'create a strategy').
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-alirezarezvani-content-creator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.