技能详情(站内镜像,无评论)
作者:Alireza Rezvani @alirezarezvani
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v2.1.1
统计:⭐ 8 · 3.3k · 34 current installs · 34 all-time installs
⭐ 8
安装量(当前) 34
🛡 VirusTotal :良性 · OpenClaw :良性
Package:alirezarezvani/content-creator
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This is a deprecated, instruction-only redirect skill that only routes user intent to two specialist skills and does not request credentials, install software, or execute code — its manifest and instructions are consistent with that purpose.
目的
Name/description say this is a redirect to specialist skills; the skill requests no binaries, env vars, installs, or files that would be necessary for doing writing/SEO/strategy itself. The included docs and templates are consistent with a helper/redirect artifact. Note: examples refer to scripts (brand_voice_analyzer.py, seo_optimizer.py) but those are described as part of the successor skill (content-production), not this redirect — that is …
说明范围
SKILL.md explicitly instructs the agent to route requests rather than handle them. The runtime instructions do not direct the agent to read system files, environment variables, or call external endpoints. The repository contains only static markdown templates, examples, and references; there are no runtime commands embedded in the skill that would expand its scope.
安装机制
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by this skill, so install risk is minimal.
证书
The skill declares no required env vars, no credentials, and no config paths. That aligns with a passive redirect/helper role and is proportionate to its stated purpose.
持久
always is false and the skill is user-invocable; it does not request elevated/persistent privileges or modify other skills' configuration. Autonomous invocation is permitted by platform default but this skill's behavior (routing) is low-risk and consistent with that model.
综合结论
This skill is a lightweight, deprecated redirect that only maps legacy 'content creator' requests to two specialist skills (content-production and content-strategy). It contains only documentation and templates and does not request credentials or install code. Before relying on it, consider: (1) prefer installing/using the successor skills (content-production/content-strategy) if you need real functionality — those may require environment vari…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Content Creator」。简介:Deprecated redirect skill that routes legacy 'content creator' requests to the …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alirezarezvani/content-creator/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
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-06
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](../content-production/) |
| **Plan** what content to create, topic clusters, calendar | [content-strategy](../content-strategy/) |
| **Analyze brand voice** | [content-production](../content-production/) (includes `brand_voice_analyzer.py`) |
| **Optimize SEO** for existing content | [content-production](../content-production/) (includes `seo_optimizer.py`) |
| **Create social media content** | [social-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.