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.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=alirezarezvani-claude-skills-marketing-skill-skills-content-creator-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name content-creator description 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. license MIT metadata {"version":"2.0.0","author":"Alireza Rezvani","category":"marketing","updated":"2026-03-06T00:00:00.000Z","status":"deprecated"} 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.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |