{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawhub-publish-doctor",
    "name": "ClawHub Publish Doctor",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/BlueBirdBack/clawhub-publish-doctor",
    "canonicalUrl": "https://clawhub.ai/BlueBirdBack/clawhub-publish-doctor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawhub-publish-doctor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawhub-publish-doctor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/error-map.md",
      "scripts/clawhub_preflight.sh",
      "scripts/clawhub_publish_safe.sh"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/clawhub-publish-doctor"
    },
    "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/clawhub-publish-doctor",
    "agentPageUrl": "https://openagent3.xyz/skills/clawhub-publish-doctor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawhub-publish-doctor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawhub-publish-doctor/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": "ClawHub Publish Doctor",
        "body": "Stabilize ClawHub publishing with preflight checks, safer publish commands, and post-publish verification that tolerates temporary registry states."
      },
      {
        "title": "Quick workflow",
        "body": "Run preflight checks:\n\nscripts/clawhub_preflight.sh\n\n\nIf login/browser issues appear, follow references/error-map.md.\nPublish with retry-aware verification:\n\nscripts/clawhub_publish_safe.sh <skill_path> <slug> <name> <version> [changelog]\n\n\nIf inspect still fails, classify the error with references/error-map.md before escalating."
      },
      {
        "title": "Preflight",
        "body": "bash scripts/clawhub_preflight.sh"
      },
      {
        "title": "Login (token-based, headless-safe)",
        "body": "clawhub login --token <clh_token>\nclawhub whoami"
      },
      {
        "title": "Safe publish",
        "body": "bash scripts/clawhub_publish_safe.sh ./my-skill my-skill \"My Skill\" 1.0.0 \"Initial release\""
      },
      {
        "title": "Manual inspect",
        "body": "clawhub inspect my-skill --json"
      },
      {
        "title": "Rules",
        "body": "Prefer token login in server/headless environments.\nTreat inspect errors right after publish as potentially transient for a few minutes.\nVerify with both CLI (clawhub inspect) and web URL (/skills/<slug>).\nUse canonical URLs:\n\nSkill: https://clawhub.ai/skills/<slug>\nOwner/slug: https://clawhub.ai/<handle>/<slug>\nUser profile (if available): https://clawhub.ai/users/<handle>"
      },
      {
        "title": "Resources",
        "body": "references/error-map.md: quick diagnosis for common failure signatures.\nscripts/clawhub_preflight.sh: dependency + environment checks.\nscripts/clawhub_publish_safe.sh: publish + retry verification wrapper."
      }
    ],
    "body": "ClawHub Publish Doctor\n\nStabilize ClawHub publishing with preflight checks, safer publish commands, and post-publish verification that tolerates temporary registry states.\n\nQuick workflow\nRun preflight checks:\nscripts/clawhub_preflight.sh\nIf login/browser issues appear, follow references/error-map.md.\nPublish with retry-aware verification:\nscripts/clawhub_publish_safe.sh <skill_path> <slug> <name> <version> [changelog]\nIf inspect still fails, classify the error with references/error-map.md before escalating.\nStandard commands\nPreflight\nbash scripts/clawhub_preflight.sh\n\nLogin (token-based, headless-safe)\nclawhub login --token <clh_token>\nclawhub whoami\n\nSafe publish\nbash scripts/clawhub_publish_safe.sh ./my-skill my-skill \"My Skill\" 1.0.0 \"Initial release\"\n\nManual inspect\nclawhub inspect my-skill --json\n\nRules\nPrefer token login in server/headless environments.\nTreat inspect errors right after publish as potentially transient for a few minutes.\nVerify with both CLI (clawhub inspect) and web URL (/skills/<slug>).\nUse canonical URLs:\nSkill: https://clawhub.ai/skills/<slug>\nOwner/slug: https://clawhub.ai/<handle>/<slug>\nUser profile (if available): https://clawhub.ai/users/<handle>\nResources\nreferences/error-map.md: quick diagnosis for common failure signatures.\nscripts/clawhub_preflight.sh: dependency + environment checks.\nscripts/clawhub_publish_safe.sh: publish + retry verification wrapper."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BlueBirdBack/clawhub-publish-doctor",
    "publisherUrl": "https://clawhub.ai/BlueBirdBack/clawhub-publish-doctor",
    "owner": "BlueBirdBack",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawhub-publish-doctor",
    "downloadUrl": "https://openagent3.xyz/downloads/clawhub-publish-doctor",
    "agentUrl": "https://openagent3.xyz/skills/clawhub-publish-doctor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawhub-publish-doctor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawhub-publish-doctor/agent.md"
  }
}