{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-cli",
    "name": "OpenClaw CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ramensushi2026/openclaw-cli",
    "canonicalUrl": "https://clawhub.ai/ramensushi2026/openclaw-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "agents/openai.yaml",
      "references/command-map.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. 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",
      "slug": "openclaw-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T10:59:10.182Z",
      "expiresAt": "2026-05-13T10:59:10.182Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-cli",
        "contentDisposition": "attachment; filename=\"openclaw-cli-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-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/openclaw-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-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. 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": "OpenClaw CLI",
        "body": "Run OpenClaw commands safely and efficiently. Choose the right command family, execute with the correct profile context, and verify postconditions."
      },
      {
        "title": "Execution Workflow",
        "body": "Clarify the target state.\nAsk what should change and what must remain untouched.\n\n\nSelect runtime scope first.\nUse default profile unless isolation is requested. Use:\n\nopenclaw --dev ... for isolated dev state under ~/.openclaw-dev.\nopenclaw --profile <name> ... for named isolated state under ~/.openclaw-<name>.\n\nChoose the command family.\nUse references/command-map.md to route the request quickly.\n\n\nExpand command details before running risky operations.\nRun openclaw <command> --help for starred families and confirm flags.\n\n\nPrefer machine-readable output when automation is needed.\nUse --json where available, then parse/verify.\n\n\nVerify outcomes explicitly.\nCheck with openclaw status, openclaw health, openclaw nodes status --json, or command-specific follow-up."
      },
      {
        "title": "Safety Rules",
        "body": "Require explicit user confirmation before reset, uninstall, destructive --force flows, or credential-clearing operations.\nPrefer non-destructive diagnostics first: status, health, doctor, logs.\nKeep profile usage consistent across a workflow. Do not mix default and --dev/--profile commands accidentally.\nFor gateway issues, diagnose before restart unless restart is explicitly requested."
      },
      {
        "title": "Triage Sequence",
        "body": "For generic \"OpenClaw not working\" issues:\n\nRun openclaw status.\nRun openclaw health.\nRun openclaw doctor.\nCheck openclaw gateway ..., openclaw node ..., or openclaw nodes ... based on where failure appears.\nEscalate to targeted commands in references/command-map.md."
      },
      {
        "title": "Resources",
        "body": "references/command-map.md: Command families, routing guidance, and practical recipes."
      }
    ],
    "body": "OpenClaw CLI\n\nRun OpenClaw commands safely and efficiently. Choose the right command family, execute with the correct profile context, and verify postconditions.\n\nExecution Workflow\n\nClarify the target state. Ask what should change and what must remain untouched.\n\nSelect runtime scope first. Use default profile unless isolation is requested. Use:\n\nopenclaw --dev ... for isolated dev state under ~/.openclaw-dev.\nopenclaw --profile <name> ... for named isolated state under ~/.openclaw-<name>.\n\nChoose the command family. Use references/command-map.md to route the request quickly.\n\nExpand command details before running risky operations. Run openclaw <command> --help for starred families and confirm flags.\n\nPrefer machine-readable output when automation is needed. Use --json where available, then parse/verify.\n\nVerify outcomes explicitly. Check with openclaw status, openclaw health, openclaw nodes status --json, or command-specific follow-up.\n\nSafety Rules\nRequire explicit user confirmation before reset, uninstall, destructive --force flows, or credential-clearing operations.\nPrefer non-destructive diagnostics first: status, health, doctor, logs.\nKeep profile usage consistent across a workflow. Do not mix default and --dev/--profile commands accidentally.\nFor gateway issues, diagnose before restart unless restart is explicitly requested.\nTriage Sequence\n\nFor generic \"OpenClaw not working\" issues:\n\nRun openclaw status.\nRun openclaw health.\nRun openclaw doctor.\nCheck openclaw gateway ..., openclaw node ..., or openclaw nodes ... based on where failure appears.\nEscalate to targeted commands in references/command-map.md.\nResources\nreferences/command-map.md: Command families, routing guidance, and practical recipes."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ramensushi2026/openclaw-cli",
    "publisherUrl": "https://clawhub.ai/ramensushi2026/openclaw-cli",
    "owner": "ramensushi2026",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-cli",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-cli/agent.md"
  }
}