{
  "schemaVersion": "1.0",
  "item": {
    "slug": "blog-generator",
    "name": "Blog Generator",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/RuneweaverStudios/blog-generator",
    "canonicalUrl": "https://clawhub.ai/RuneweaverStudios/blog-generator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/blog-generator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blog-generator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "docs/benchmark-comparison.html",
      "docs/benchmark-elevator-pitch.html",
      "docs/benchmark-self-improving-agent-vs-mulch.html"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/blog-generator"
    },
    "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/blog-generator",
    "agentPageUrl": "https://openagent3.xyz/skills/blog-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/blog-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/blog-generator/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Description",
        "body": "Analyzes journal entries and chat history to identify high-value topics and automatically generate blog posts."
      },
      {
        "title": "Blog Generator | OpenClaw Skill",
        "body": "Automatically generates blog posts by analyzing journal entries, chat history, and recent activity to identify high-value, high-search-volume topics related to OpenClaw."
      },
      {
        "title": "Usage",
        "body": "As a scheduled cron job to automatically generate blog content weekly or daily\nManually to create blog posts from recent journal analysis\nTo identify and document high-value solutions and discoveries\n\n# X-format articles as HTML; humanizer runs between generations; header from visual-explainer\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py\n\n# Skip humanizer (e.g. no OPENROUTER_API_KEY)\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --no-humanize\n\n# Custom humanizer or visual-explainer paths\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --humanizer-path /Users/ghost/Downloads/humanizer-1.0.0 --visual-explainer-path /Users/ghost/.openclaw/workspace/skills/visual-explainer-main\n\n# Classic format (overview/problem/solution), still HTML\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --format classic\n\n# JSON output\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --days 14 --max-topics 5 --json"
      },
      {
        "title": "What this skill does",
        "body": "Scans journal entries from the last N days for interesting topics (discoveries, obstacles, solutions)\nIdentifies high-value topics based on keyword relevance and problem-solving value\nResearches search volume and keyword opportunities (heuristic-based, can be enhanced with APIs)\nGenerates structured blog posts with overview, problem, solution, and takeaways sections\nSaves blog posts to /Users/ghost/.openclaw/blogs/ as HTML only (X-article format, header from visual-explainer, humanizer between generations)"
      },
      {
        "title": "Integration as a Cron Job",
        "body": "This skill is designed to run periodically (daily or weekly) via OpenClaw cron to automatically generate blog content.\n\nExample Cron Job Configuration (Daily):\n\n{\n  \"payload\": {\n    \"kind\": \"agentTurn\",\n    \"message\": \"Run blog-generator skill to analyze journal entries and generate high-value blog posts.\",\n    \"model\": \"openrouter/google/gemini-2.5-flash\",\n    \"thinking\": \"low\",\n    \"timeoutSeconds\": 300\n  },\n  \"schedule\": {\n    \"kind\": \"cron\",\n    \"cron\": \"0 9 * * *\"\n  },\n  \"delivery\": {\n    \"mode\": \"announce\"\n  },\n  \"sessionTarget\": \"isolated\",\n  \"name\": \"Blog Post Generator\"\n}\n\nExample Cron Job Configuration (Weekly):\n\n{\n  \"payload\": {\n    \"kind\": \"agentTurn\",\n    \"message\": \"Run blog-generator skill with --days 7 --max-topics 3 to generate weekly blog posts from journal analysis.\",\n    \"model\": \"openrouter/google/gemini-2.5-flash\",\n    \"thinking\": \"low\",\n    \"timeoutSeconds\": 300\n  },\n  \"schedule\": {\n    \"kind\": \"cron\",\n    \"cron\": \"0 10 * * 1\"\n  },\n  \"delivery\": {\n    \"mode\": \"announce\"\n  },\n  \"sessionTarget\": \"isolated\",\n  \"name\": \"Weekly Blog Generator\"\n}"
      },
      {
        "title": "Output Format",
        "body": "HTML only (no Markdown). Output is in the format accepted by X articles: one header (from visual-explainer), then article body with no interlaced visuals.\n\nFile: /Users/ghost/.openclaw/blogs/YYYYMMDD_slugified-title.html\nArticle structure: X-style (long-form): punchy hook, short paragraphs, \"two types of people\" framing, pivot, stakes. Use --format classic for overview/problem/solution.\nHeader: From visual-explainer only. Default path: /Users/ghost/.openclaw/workspace/skills/visual-explainer-main. The skill’s scripts/generate_header.py is called with section: \"header\" and returns an html_snippet (hero with title and optional summary). No diagrams or images in the body.\nHumanizer: Runs between generations by default. Each article’s body is sent through /Users/ghost/Downloads/humanizer-1.0.0 (requires OPENROUTER_API_KEY) before rendering to HTML. Use --no-humanize to skip."
      },
      {
        "title": "Topic Scoring",
        "body": "Topics are scored based on:\n\nHigh-value keywords: OpenClaw-specific terms, problem-solving language\nContent type: Solutions score highest, then obstacles, then discoveries\nContent depth: Longer, more detailed content scores higher\nSearch volume indicators: Keywords like \"how to\", \"tutorial\", \"fix\" increase value"
      },
      {
        "title": "Requirements",
        "body": "Journal entries in /Users/ghost/.openclaw/journal/\nBlogs directory writable at /Users/ghost/.openclaw/blogs/\nChat history analyzer skill (for journal entries)"
      },
      {
        "title": "How it works",
        "body": "Scans journal directory for markdown files from the last N days\nExtracts topics from discoveries, obstacles, and solutions sections\nScores topics based on keyword relevance and value\nSelects top N high-value topics\nGenerates structured blog posts with problem/solution format\nSaves posts to blogs directory with timestamped filenames"
      },
      {
        "title": "Enhancement Opportunities",
        "body": "Integrate with Google Keyword Planner API for real search volume data\nUse AI model to enhance blog post quality and SEO optimization\nCross-reference with existing blog posts to avoid duplicates\nGenerate multiple variations of posts for A/B testing"
      }
    ],
    "body": "Blog Generator | OpenClaw Skill\nDescription\n\nAnalyzes journal entries and chat history to identify high-value topics and automatically generate blog posts.\n\nBlog Generator | OpenClaw Skill\n\nAutomatically generates blog posts by analyzing journal entries, chat history, and recent activity to identify high-value, high-search-volume topics related to OpenClaw.\n\nUsage\nAs a scheduled cron job to automatically generate blog content weekly or daily\nManually to create blog posts from recent journal analysis\nTo identify and document high-value solutions and discoveries\n# X-format articles as HTML; humanizer runs between generations; header from visual-explainer\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py\n\n# Skip humanizer (e.g. no OPENROUTER_API_KEY)\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --no-humanize\n\n# Custom humanizer or visual-explainer paths\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --humanizer-path /Users/ghost/Downloads/humanizer-1.0.0 --visual-explainer-path /Users/ghost/.openclaw/workspace/skills/visual-explainer-main\n\n# Classic format (overview/problem/solution), still HTML\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --format classic\n\n# JSON output\npython3 /Users/ghost/.openclaw/workspace/skills/blog-generator/scripts/blog_generator.py --days 14 --max-topics 5 --json\n\nWhat this skill does\nScans journal entries from the last N days for interesting topics (discoveries, obstacles, solutions)\nIdentifies high-value topics based on keyword relevance and problem-solving value\nResearches search volume and keyword opportunities (heuristic-based, can be enhanced with APIs)\nGenerates structured blog posts with overview, problem, solution, and takeaways sections\nSaves blog posts to /Users/ghost/.openclaw/blogs/ as HTML only (X-article format, header from visual-explainer, humanizer between generations)\nIntegration as a Cron Job\n\nThis skill is designed to run periodically (daily or weekly) via OpenClaw cron to automatically generate blog content.\n\nExample Cron Job Configuration (Daily):\n\n{\n  \"payload\": {\n    \"kind\": \"agentTurn\",\n    \"message\": \"Run blog-generator skill to analyze journal entries and generate high-value blog posts.\",\n    \"model\": \"openrouter/google/gemini-2.5-flash\",\n    \"thinking\": \"low\",\n    \"timeoutSeconds\": 300\n  },\n  \"schedule\": {\n    \"kind\": \"cron\",\n    \"cron\": \"0 9 * * *\"\n  },\n  \"delivery\": {\n    \"mode\": \"announce\"\n  },\n  \"sessionTarget\": \"isolated\",\n  \"name\": \"Blog Post Generator\"\n}\n\n\nExample Cron Job Configuration (Weekly):\n\n{\n  \"payload\": {\n    \"kind\": \"agentTurn\",\n    \"message\": \"Run blog-generator skill with --days 7 --max-topics 3 to generate weekly blog posts from journal analysis.\",\n    \"model\": \"openrouter/google/gemini-2.5-flash\",\n    \"thinking\": \"low\",\n    \"timeoutSeconds\": 300\n  },\n  \"schedule\": {\n    \"kind\": \"cron\",\n    \"cron\": \"0 10 * * 1\"\n  },\n  \"delivery\": {\n    \"mode\": \"announce\"\n  },\n  \"sessionTarget\": \"isolated\",\n  \"name\": \"Weekly Blog Generator\"\n}\n\nOutput Format\n\nHTML only (no Markdown). Output is in the format accepted by X articles: one header (from visual-explainer), then article body with no interlaced visuals.\n\nFile: /Users/ghost/.openclaw/blogs/YYYYMMDD_slugified-title.html\nArticle structure: X-style (long-form): punchy hook, short paragraphs, \"two types of people\" framing, pivot, stakes. Use --format classic for overview/problem/solution.\nHeader: From visual-explainer only. Default path: /Users/ghost/.openclaw/workspace/skills/visual-explainer-main. The skill’s scripts/generate_header.py is called with section: \"header\" and returns an html_snippet (hero with title and optional summary). No diagrams or images in the body.\nHumanizer: Runs between generations by default. Each article’s body is sent through /Users/ghost/Downloads/humanizer-1.0.0 (requires OPENROUTER_API_KEY) before rendering to HTML. Use --no-humanize to skip.\nTopic Scoring\n\nTopics are scored based on:\n\nHigh-value keywords: OpenClaw-specific terms, problem-solving language\nContent type: Solutions score highest, then obstacles, then discoveries\nContent depth: Longer, more detailed content scores higher\nSearch volume indicators: Keywords like \"how to\", \"tutorial\", \"fix\" increase value\nRequirements\nJournal entries in /Users/ghost/.openclaw/journal/\nBlogs directory writable at /Users/ghost/.openclaw/blogs/\nChat history analyzer skill (for journal entries)\nHow it works\nScans journal directory for markdown files from the last N days\nExtracts topics from discoveries, obstacles, and solutions sections\nScores topics based on keyword relevance and value\nSelects top N high-value topics\nGenerates structured blog posts with problem/solution format\nSaves posts to blogs directory with timestamped filenames\nEnhancement Opportunities\nIntegrate with Google Keyword Planner API for real search volume data\nUse AI model to enhance blog post quality and SEO optimization\nCross-reference with existing blog posts to avoid duplicates\nGenerate multiple variations of posts for A/B testing"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RuneweaverStudios/blog-generator",
    "publisherUrl": "https://clawhub.ai/RuneweaverStudios/blog-generator",
    "owner": "RuneweaverStudios",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/blog-generator",
    "downloadUrl": "https://openagent3.xyz/downloads/blog-generator",
    "agentUrl": "https://openagent3.xyz/skills/blog-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/blog-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/blog-generator/agent.md"
  }
}