{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw-shell",
    "name": "claw-shell",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/imaginelogo/claw-shell",
    "canonicalUrl": "https://clawhub.ai/imaginelogo/claw-shell",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claw-shell",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-shell",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "handler.js"
    ],
    "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",
      "slug": "claw-shell",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T18:56:17.645Z",
      "expiresAt": "2026-05-11T18:56:17.645Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-shell",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-shell",
        "contentDisposition": "attachment; filename=\"claw-shell-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "claw-shell"
      },
      "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/claw-shell"
    },
    "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/claw-shell",
    "agentPageUrl": "https://openagent3.xyz/skills/claw-shell/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-shell/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-shell/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": "claw-shell",
        "body": "ALWAYS USES TMUX SESSION claw."
      },
      {
        "title": "PURPOSE",
        "body": "RUN SHELL COMMANDS INSIDE TMUX SESSION claw\nNEVER TOUCH ANY OTHER SESSION\nREAD OUTPUT BACK TO THE AGENT"
      },
      {
        "title": "Tool: claw_shell_run",
        "body": "Inputs:\n\ncommand (string, required): shell command to run inside session claw.\n\nBehavior:\n\nAttach to tmux session claw (create it if missing: tmux new -s claw -d).\nSend the command followed by Enter.\nCapture the latest pane output.\nReturn the captured output to the agent."
      },
      {
        "title": "SAFETY",
        "body": "DO NOT RUN:\n\nsudo\nrm (without explicit user approval)\nreboot, shutdown, or destructive system-level commands\n\n\nIF THE COMMAND CONTAINS ANY OF THE ABOVE:\n\nASK USER FOR CONFIRMATION BEFORE EXECUTING."
      },
      {
        "title": "EXAMPLES",
        "body": "SAFE:\n\nls -la\nbird read https://x.com/...\ngit status\n\n\n\nDANGEROUS (ASK FIRST):\n\nrm -rf ...\ndocker system prune -a\nchmod -R ..."
      }
    ],
    "body": "claw-shell\n\nALWAYS USES TMUX SESSION claw.\n\nPURPOSE\nRUN SHELL COMMANDS INSIDE TMUX SESSION claw\nNEVER TOUCH ANY OTHER SESSION\nREAD OUTPUT BACK TO THE AGENT\nINTERFACE\nTool: claw_shell_run\n\nInputs:\n\ncommand (string, required): shell command to run inside session claw.\n\nBehavior:\n\nAttach to tmux session claw (create it if missing: tmux new -s claw -d).\nSend the command followed by Enter.\nCapture the latest pane output.\nReturn the captured output to the agent.\nSAFETY\nDO NOT RUN:\nsudo\nrm (without explicit user approval)\nreboot, shutdown, or destructive system-level commands\nIF THE COMMAND CONTAINS ANY OF THE ABOVE:\nASK USER FOR CONFIRMATION BEFORE EXECUTING.\nEXAMPLES\n\nSAFE:\n\nls -la\nbird read https://x.com/...\ngit status\n\nDANGEROUS (ASK FIRST):\n\nrm -rf ...\ndocker system prune -a\nchmod -R ..."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/imaginelogo/claw-shell",
    "publisherUrl": "https://clawhub.ai/imaginelogo/claw-shell",
    "owner": "imaginelogo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claw-shell",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-shell",
    "agentUrl": "https://openagent3.xyz/skills/claw-shell/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-shell/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-shell/agent.md"
  }
}