{
  "schemaVersion": "1.0",
  "item": {
    "slug": "naver-blog-writer",
    "name": "Naver Blog Writer",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/y80163442-boop/naver-blog-writer",
    "canonicalUrl": "https://clawhub.ai/y80163442-boop/naver-blog-writer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/naver-blog-writer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=naver-blog-writer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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/naver-blog-writer"
    },
    "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/naver-blog-writer",
    "agentPageUrl": "https://openagent3.xyz/skills/naver-blog-writer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/naver-blog-writer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/naver-blog-writer/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": "Naver Blog Publisher",
        "body": "Publish prepared content to Naver Blog from an authenticated local browser on the buyer machine.\n\nBest for:\n\nnaver publish\nnaver blog publish\nkorean blog publish\n\nFirst run:\n\ndoctor -> setup -> dry_run -> login once -> live\n\nProduction support:\n\nmacOS\n\nUse when:\n\na user already has final content and wants naver publish, naver blog publish, or korean blog publish\nan OpenClaw agent needs a reliable publish endpoint, not a writing/SEO ideation tool\nthe buyer can run a local Mac runner and complete one-time Naver login\n\nDo not use when:\n\nthe user needs the post drafted from scratch\nthe environment cannot run a local runner\nthe task is only research, SEO planning, or topic ideation\n\nInputs:\n\nTITLE\nBODY\noptional TAGS\noptional PUBLISH_AT\n\nOutputs:\n\nlive publish: naver_publish_result\npreview: dry_run result with synthetic published_url\nreadiness check: doctor/capabilities JSON\n\nRecovery fields always expected on failure:\n\nerror\nnext_action\nsetup_command\nlogin_command\nhint\nestimated_minutes"
      },
      {
        "title": "Runtime Config",
        "body": "OPENCLAW_OFFERING_ID default naver-blog-writer\nSETUP_URL or PROOF_TOKEN + SETUP_ISSUE_URL\nOPENCLAW_OFFERING_EXECUTE_URL preferred\nfallback: CONTROL_PLANE_URL + ACP_ADMIN_API_KEY\nX_LOCAL_TOKEN optional and auto-loaded from ~/.config/naver-thin-runner/config.json\nLOCAL_DAEMON_PORT default 19090"
      },
      {
        "title": "Flow",
        "body": "doctor/capabilities\nif RUNNER_NOT_READY, run setup\nrun publish_dry_run\nif login_required=true, run one-time login before publish_live\npublish_live"
      },
      {
        "title": "Commands",
        "body": "If the tool files are available, use them directly:\n\nopenclaw/skill-pack/naver-blog-writer/tools/doctor_capabilities\nopenclaw/skill-pack/naver-blog-writer/tools/publish_dry_run --title \"Title\" --body \"Body\" --tags \"tag1,tag2\"\nopenclaw/skill-pack/naver-blog-writer/tools/publish_live --title \"Title\" --body \"Body\" --tags \"tag1,tag2\"\n\nOne-time setup:\n\nnpx @y80163442/naver-thin-runner setup --setup-url \"<SETUP_URL>\" --auto-service both\n\nOr proof-first:\n\nnpx @y80163442/naver-thin-runner setup \\\n  --proof-token \"<PROOF_TOKEN>\" \\\n  --setup-issue-url \"<SETUP_ISSUE_URL>\" \\\n  --auto-service both\n\nOne-time login:\n\nnpx @y80163442/naver-thin-runner login\n\nStart local daemon if needed:\n\nnpx @y80163442/naver-thin-runner daemon start --port 19090"
      },
      {
        "title": "Common Failures",
        "body": "RUNNER_NOT_READY\n\nsetup has not been completed on this Mac yet\n\nAUTH_EXPIRED\n\ncomplete one-time Naver login again before the next live publish\n\nLOCAL_DAEMON_DOWN\n\nstart the local daemon and retry\n\nUNSUPPORTED_PLATFORM\n\nproduction support is currently macOS"
      },
      {
        "title": "Billing",
        "body": "publish_live is the paid path\npublish_dry_run is a preview path and should not create a billable live publish"
      },
      {
        "title": "Notes",
        "body": "This product is a publisher, not a writer\nkeep offering_id=naver-blog-writer for compatibility\nbuyer credentials and session stay on the local runner machine\nadvanced contract and schema docs live in docs/ACP_CONTRACT.md and docs/OFFERING_SCHEMA.md"
      }
    ],
    "body": "Naver Blog Publisher\n\nPublish prepared content to Naver Blog from an authenticated local browser on the buyer machine.\n\nBest for:\n\nnaver publish\nnaver blog publish\nkorean blog publish\n\nFirst run:\n\ndoctor -> setup -> dry_run -> login once -> live\n\nProduction support:\n\nmacOS\n\nUse when:\n\na user already has final content and wants naver publish, naver blog publish, or korean blog publish\nan OpenClaw agent needs a reliable publish endpoint, not a writing/SEO ideation tool\nthe buyer can run a local Mac runner and complete one-time Naver login\n\nDo not use when:\n\nthe user needs the post drafted from scratch\nthe environment cannot run a local runner\nthe task is only research, SEO planning, or topic ideation\n\nInputs:\n\nTITLE\nBODY\noptional TAGS\noptional PUBLISH_AT\n\nOutputs:\n\nlive publish: naver_publish_result\npreview: dry_run result with synthetic published_url\nreadiness check: doctor/capabilities JSON\n\nRecovery fields always expected on failure:\n\nerror\nnext_action\nsetup_command\nlogin_command\nhint\nestimated_minutes\nRuntime Config\nOPENCLAW_OFFERING_ID default naver-blog-writer\nSETUP_URL or PROOF_TOKEN + SETUP_ISSUE_URL\nOPENCLAW_OFFERING_EXECUTE_URL preferred\nfallback: CONTROL_PLANE_URL + ACP_ADMIN_API_KEY\nX_LOCAL_TOKEN optional and auto-loaded from ~/.config/naver-thin-runner/config.json\nLOCAL_DAEMON_PORT default 19090\nFlow\ndoctor/capabilities\nif RUNNER_NOT_READY, run setup\nrun publish_dry_run\nif login_required=true, run one-time login before publish_live\npublish_live\nCommands\n\nIf the tool files are available, use them directly:\n\nopenclaw/skill-pack/naver-blog-writer/tools/doctor_capabilities\nopenclaw/skill-pack/naver-blog-writer/tools/publish_dry_run --title \"Title\" --body \"Body\" --tags \"tag1,tag2\"\nopenclaw/skill-pack/naver-blog-writer/tools/publish_live --title \"Title\" --body \"Body\" --tags \"tag1,tag2\"\n\n\nOne-time setup:\n\nnpx @y80163442/naver-thin-runner setup --setup-url \"<SETUP_URL>\" --auto-service both\n\n\nOr proof-first:\n\nnpx @y80163442/naver-thin-runner setup \\\n  --proof-token \"<PROOF_TOKEN>\" \\\n  --setup-issue-url \"<SETUP_ISSUE_URL>\" \\\n  --auto-service both\n\n\nOne-time login:\n\nnpx @y80163442/naver-thin-runner login\n\n\nStart local daemon if needed:\n\nnpx @y80163442/naver-thin-runner daemon start --port 19090\n\nCommon Failures\n\nRUNNER_NOT_READY\n\nsetup has not been completed on this Mac yet\n\nAUTH_EXPIRED\n\ncomplete one-time Naver login again before the next live publish\n\nLOCAL_DAEMON_DOWN\n\nstart the local daemon and retry\n\nUNSUPPORTED_PLATFORM\n\nproduction support is currently macOS\nBilling\npublish_live is the paid path\npublish_dry_run is a preview path and should not create a billable live publish\nNotes\nThis product is a publisher, not a writer\nkeep offering_id=naver-blog-writer for compatibility\nbuyer credentials and session stay on the local runner machine\nadvanced contract and schema docs live in docs/ACP_CONTRACT.md and docs/OFFERING_SCHEMA.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/y80163442-boop/naver-blog-writer",
    "publisherUrl": "https://clawhub.ai/y80163442-boop/naver-blog-writer",
    "owner": "y80163442-boop",
    "version": "0.6.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/naver-blog-writer",
    "downloadUrl": "https://openagent3.xyz/downloads/naver-blog-writer",
    "agentUrl": "https://openagent3.xyz/skills/naver-blog-writer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/naver-blog-writer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/naver-blog-writer/agent.md"
  }
}