{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/content-creator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-creator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "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"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/content-creator",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Content Creator → Redirected",
        "body": "This skill has been split into two specialist skills. Use the one that matches your intent:\n\nYou 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"
      },
      {
        "title": "Why the Change",
        "body": "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:\n\ncontent-production — Full pipeline: research → brief → draft → optimize → publish. Includes all Python tools from the original content-creator.\ncontent-strategy — Strategic planning: topic clusters, keyword research, content calendars, prioritization frameworks."
      },
      {
        "title": "Proactive Triggers",
        "body": "User asks \"content creator\" → Route to content-production (most likely intent is writing).\nUser asks \"content plan\" or \"what should I write\" → Route to content-strategy."
      },
      {
        "title": "Output Artifacts",
        "body": "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)"
      },
      {
        "title": "Communication",
        "body": "This is a redirect skill. Route the user to the correct specialist — don't attempt to handle the request here."
      },
      {
        "title": "Related Skills",
        "body": "content-production: Full content execution pipeline (successor).\ncontent-strategy: Content planning and topic selection (successor).\ncontent-humanizer: Post-processing AI content to sound authentic.\nmarketing-context: Foundation context that both successors read."
      }
    ],
    "body": "Content Creator → Redirected\n\nThis skill has been split into two specialist skills. Use the one that matches your intent:\n\nYou want to...\tUse this instead\nWrite a blog post, article, or guide\tcontent-production\nPlan what content to create, topic clusters, calendar\tcontent-strategy\nAnalyze brand voice\tcontent-production (includes brand_voice_analyzer.py)\nOptimize SEO for existing content\tcontent-production (includes seo_optimizer.py)\nCreate social media content\tsocial-content\nWhy the Change\n\nThe 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:\n\ncontent-production — Full pipeline: research → brief → draft → optimize → publish. Includes all Python tools from the original content-creator.\ncontent-strategy — Strategic planning: topic clusters, keyword research, content calendars, prioritization frameworks.\nProactive Triggers\nUser asks \"content creator\" → Route to content-production (most likely intent is writing).\nUser asks \"content plan\" or \"what should I write\" → Route to content-strategy.\nOutput Artifacts\nWhen you ask for...\tRouted to...\n\"Write a blog post\"\tcontent-production\n\"Content calendar\"\tcontent-strategy\n\"Brand voice analysis\"\tcontent-production (brand_voice_analyzer.py)\n\"SEO optimization\"\tcontent-production (seo_optimizer.py)\nCommunication\n\nThis is a redirect skill. Route the user to the correct specialist — don't attempt to handle the request here.\n\nRelated Skills\ncontent-production: Full content execution pipeline (successor).\ncontent-strategy: Content planning and topic selection (successor).\ncontent-humanizer: Post-processing AI content to sound authentic.\nmarketing-context: Foundation context that both successors read."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/alirezarezvani/content-creator",
    "publisherUrl": "https://clawhub.ai/alirezarezvani/content-creator",
    "owner": "alirezarezvani",
    "version": "2.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}