# Send Content Creator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "content-creator",
    "name": "Content Creator",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/alirezarezvani/content-creator",
    "canonicalUrl": "https://clawhub.ai/alirezarezvani/content-creator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/content-creator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-creator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/content_calendar_template.md",
      "examples/brand_voice_analysis_example.md",
      "examples/seo_optimization_example.md",
      "references/analytics_guide.md",
      "references/brand_guidelines.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "content-creator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:50:32.581Z",
      "expiresAt": "2026-05-06T13:50:32.581Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-creator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-creator",
        "contentDisposition": "attachment; filename=\"content-creator-2.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "content-creator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/content-creator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/content-creator",
    "downloadUrl": "https://openagent3.xyz/downloads/content-creator",
    "agentUrl": "https://openagent3.xyz/skills/content-creator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/content-creator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/content-creator/agent.md"
  }
}
```
## Documentation

### Content Creator → Redirected

This skill has been split into two specialist skills. Use the one that matches your intent:

You want to...Use this insteadWrite a blog post, article, or guidecontent-productionPlan what content to create, topic clusters, calendarcontent-strategyAnalyze brand voicecontent-production (includes brand_voice_analyzer.py)Optimize SEO for existing contentcontent-production (includes seo_optimizer.py)Create social media contentsocial-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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: alirezarezvani
- Version: 2.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T13:50:32.581Z
- Expires at: 2026-05-06T13:50:32.581Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/content-creator)
- [Send to Agent page](https://openagent3.xyz/skills/content-creator/agent)
- [JSON manifest](https://openagent3.xyz/skills/content-creator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/content-creator/agent.md)
- [Download page](https://openagent3.xyz/downloads/content-creator)