{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vassili-clawhub-cli",
    "name": "ClawHub CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vassiliylakhonin/vassili-clawhub-cli",
    "canonicalUrl": "https://clawhub.ai/vassiliylakhonin/vassili-clawhub-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vassili-clawhub-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vassili-clawhub-cli",
    "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-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/vassili-clawhub-cli"
    },
    "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/vassili-clawhub-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/vassili-clawhub-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vassili-clawhub-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vassili-clawhub-cli/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 CLI Assistant",
        "body": "This skill helps developers manage OpenClaw skills using the ClawHub\nCLI.\n\nUse this skill when the user needs terminal commands to publish, update,\ninspect, sync, or troubleshoot ClawHub skills."
      },
      {
        "title": "Skill trigger",
        "body": "Activate this skill when the user is asking about:\n\npublishing a skill to ClawHub\nreleasing a new skill version\ninspecting a ClawHub package\nupdating installed skills\nsyncing installed skills\ntroubleshooting clawhub CLI commands"
      },
      {
        "title": "What this skill can do",
        "body": "This skill can:\n\npublish a new skill to ClawHub\nrelease a new skill version\ninspect a published skill bundle\nupdate installed skills\nsync installed skills\ntroubleshoot ClawHub CLI errors"
      },
      {
        "title": "Example user requests",
        "body": "Use this skill when the user asks things like:\n\npublish my clawhub skill\nupdate my clawhub skill\nrelease a new version of my skill\ninspect a clawhub bundle\nupdate installed clawhub skills\nsync installed clawhub skills\ntroubleshoot clawhub publish error"
      },
      {
        "title": "Decision rule",
        "body": "Use this skill if the request involves:\n\nClawHub CLI\nskill publishing\nskill versioning\nskill inspection\nupdating installed skills\nsyncing installed skills"
      },
      {
        "title": "When NOT to use this skill",
        "body": "Do not use this skill for:\n\ngeneric Git questions\nunrelated programming tasks\nOpenClaw runtime configuration\ndashboard walkthroughs unless explicitly requested"
      },
      {
        "title": "Command templates",
        "body": "Publish a skill:\n\nclawhub publish .\n\nInspect a skill:\n\nclawhub inspect <owner>{=html}/<skill>{=html}\n\nExample:\n\nclawhub inspect vassiliylakhonin/vassili-clawhub-cli\n\nUpdate a skill:\n\nclawhub update <owner>{=html}/<skill>{=html}\n\nExample:\n\nclawhub update vassiliylakhonin/vassili-clawhub-cli\n\nUpdate all skills:\n\nclawhub update --all\n\nSync installed skills:\n\nclawhub sync --all"
      },
      {
        "title": "Quick commands",
        "body": "Most common ClawHub commands:\n\nclawhub publish .\n\nclawhub inspect <owner>{=html}/<skill>{=html}\n\nclawhub update <owner>{=html}/<skill>{=html}\n\nclawhub update --all\n\nclawhub sync --all"
      },
      {
        "title": "Publish a new skill",
        "body": "Ensure the skill folder contains SKILL.md\nConfirm the version number\nRun:\n\nclawhub publish ."
      },
      {
        "title": "Release a new version",
        "body": "Update the skill files\nIncrease the version number\n\nExample:\n\n1.1.0 → 1.2.0\n\nPublish again"
      },
      {
        "title": "Update installed skills",
        "body": "Update one skill:\n\nclawhub update vassiliylakhonin/vassili-clawhub-cli\n\nUpdate all skills:\n\nclawhub update --all"
      },
      {
        "title": "Typical developer workflow",
        "body": "A typical skill development workflow:\n\nCreate a folder containing SKILL.md\nWrite skill instructions\nPublish the skill:\n\nclawhub publish .\n\nInspect the published bundle:\n\nclawhub inspect <owner>{=html}/<skill>{=html}\n\nRelease new versions when needed"
      },
      {
        "title": "Error: SKILL.md required",
        "body": "Ensure that:\n\nthe file exists\nit is located in the root of the skill folder"
      },
      {
        "title": "Version did not change",
        "body": "Ensure the version number was updated before publishing."
      },
      {
        "title": "Authentication error",
        "body": "Run:\n\nclawhub login\n\nThen publish again."
      },
      {
        "title": "Output style",
        "body": "When helping the user:\n\nprovide exact CLI commands\nkeep explanations short\ngive step-by-step instructions"
      }
    ],
    "body": "ClawHub CLI Assistant\n\nThis skill helps developers manage OpenClaw skills using the ClawHub CLI.\n\nUse this skill when the user needs terminal commands to publish, update, inspect, sync, or troubleshoot ClawHub skills.\n\nSkill trigger\n\nActivate this skill when the user is asking about:\n\npublishing a skill to ClawHub\nreleasing a new skill version\ninspecting a ClawHub package\nupdating installed skills\nsyncing installed skills\ntroubleshooting clawhub CLI commands\nWhat this skill can do\n\nThis skill can:\n\npublish a new skill to ClawHub\nrelease a new skill version\ninspect a published skill bundle\nupdate installed skills\nsync installed skills\ntroubleshoot ClawHub CLI errors\nExample user requests\n\nUse this skill when the user asks things like:\n\npublish my clawhub skill\nupdate my clawhub skill\nrelease a new version of my skill\ninspect a clawhub bundle\nupdate installed clawhub skills\nsync installed clawhub skills\ntroubleshoot clawhub publish error\nDecision rule\n\nUse this skill if the request involves:\n\nClawHub CLI\nskill publishing\nskill versioning\nskill inspection\nupdating installed skills\nsyncing installed skills\nWhen NOT to use this skill\n\nDo not use this skill for:\n\ngeneric Git questions\nunrelated programming tasks\nOpenClaw runtime configuration\ndashboard walkthroughs unless explicitly requested\nCommand templates\n\nPublish a skill:\n\nclawhub publish .\n\nInspect a skill:\n\nclawhub inspect <owner>{=html}/<skill>{=html}\n\nExample:\n\nclawhub inspect vassiliylakhonin/vassili-clawhub-cli\n\nUpdate a skill:\n\nclawhub update <owner>{=html}/<skill>{=html}\n\nExample:\n\nclawhub update vassiliylakhonin/vassili-clawhub-cli\n\nUpdate all skills:\n\nclawhub update --all\n\nSync installed skills:\n\nclawhub sync --all\n\nQuick commands\n\nMost common ClawHub commands:\n\nclawhub publish .\n\nclawhub inspect <owner>{=html}/<skill>{=html}\n\nclawhub update <owner>{=html}/<skill>{=html}\n\nclawhub update --all\n\nclawhub sync --all\n\nCommon workflows\nPublish a new skill\nEnsure the skill folder contains SKILL.md\nConfirm the version number\nRun:\n\nclawhub publish .\n\nRelease a new version\nUpdate the skill files\nIncrease the version number\n\nExample:\n\n1.1.0 → 1.2.0\n\nPublish again\nUpdate installed skills\n\nUpdate one skill:\n\nclawhub update vassiliylakhonin/vassili-clawhub-cli\n\nUpdate all skills:\n\nclawhub update --all\n\nTypical developer workflow\n\nA typical skill development workflow:\n\nCreate a folder containing SKILL.md\nWrite skill instructions\nPublish the skill:\n\nclawhub publish .\n\nInspect the published bundle:\n\nclawhub inspect <owner>{=html}/<skill>{=html}\n\nRelease new versions when needed\nTroubleshooting\nError: SKILL.md required\n\nEnsure that:\n\nthe file exists\nit is located in the root of the skill folder\nVersion did not change\n\nEnsure the version number was updated before publishing.\n\nAuthentication error\n\nRun:\n\nclawhub login\n\nThen publish again.\n\nOutput style\n\nWhen helping the user:\n\nprovide exact CLI commands\nkeep explanations short\ngive step-by-step instructions"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vassiliylakhonin/vassili-clawhub-cli",
    "publisherUrl": "https://clawhub.ai/vassiliylakhonin/vassili-clawhub-cli",
    "owner": "vassiliylakhonin",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vassili-clawhub-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/vassili-clawhub-cli",
    "agentUrl": "https://openagent3.xyz/skills/vassili-clawhub-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vassili-clawhub-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vassili-clawhub-cli/agent.md"
  }
}