{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdbot-skill-clawdbot-workspace-template-review",
    "name": "Clawdbot Workspace Template Review",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/xadenryan/clawdbot-skill-clawdbot-workspace-template-review",
    "canonicalUrl": "https://clawhub.ai/xadenryan/clawdbot-skill-clawdbot-workspace-template-review",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdbot-skill-clawdbot-workspace-template-review",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-skill-clawdbot-workspace-template-review",
    "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/clawdbot-skill-clawdbot-workspace-template-review"
    },
    "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/clawdbot-skill-clawdbot-workspace-template-review",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdbot-skill-clawdbot-workspace-template-review/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-skill-clawdbot-workspace-template-review/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-skill-clawdbot-workspace-template-review/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": "Workspace Template Diff",
        "body": "Use this skill when the user wants to compare their workspace .md files (AGENTS, SOUL, USER, IDENTITY, TOOLS, HEARTBEAT, etc.) against the official Clawdbot templates, then review missing sections and decide what to add."
      },
      {
        "title": "Locate the official templates",
        "body": "Find the installed Clawdbot source root:\n\nIf clawdbot is installed via npm/pnpm globally:\n\ncommand -v clawdbot\nIf it points into .../node_modules/.bin/, resolve to the sibling node_modules/clawdbot\nOr use npm root -g / pnpm root -g and look for clawdbot/\n\n\nIf Clawdbot runs from source, use that checkout root (must contain package.json).\n\nTemplates live at:\n\n<clawdbot-root>/docs/reference/templates/\n\nIf you can’t find the source root, ask the user where their Clawdbot is installed."
      },
      {
        "title": "Comparison workflow",
        "body": "Identify the workspace root (the user’s “our version” directory).\nFor each template file in docs/reference/templates (skip *.dev.md):\n\nOpen the official template and the workspace file with the same name.\nIgnore template frontmatter (--- block) and any “First Run”/“Bootstrap” sections.\nCompare the remaining sections and list any missing blocks.\n\nHelpful commands (use ad‑hoc CLI tools like diff):\n\nls <clawdbot-root>/docs/reference/templates\nsed -n '1,200p' <clawdbot-root>/docs/reference/templates/AGENTS.md\nsed -n '1,200p' <workspace>/AGENTS.md\ndiff -u <clawdbot-root>/docs/reference/templates/AGENTS.md <workspace>/AGENTS.md\n\nWhen reporting diffs:\n\nShow the missing sections verbatim from the official template.\nExplain briefly why they matter, then ask whether to add them.\nMove file by file; skip files that only differ by frontmatter or bootstrap content."
      },
      {
        "title": "Output format",
        "body": "Use the “missing section” format we used previously:\n\nFile path\nMissing block(s)\nSuggestion + question to proceed"
      }
    ],
    "body": "Workspace Template Diff\n\nUse this skill when the user wants to compare their workspace .md files (AGENTS, SOUL, USER, IDENTITY, TOOLS, HEARTBEAT, etc.) against the official Clawdbot templates, then review missing sections and decide what to add.\n\nLocate the official templates\n\nFind the installed Clawdbot source root:\n\nIf clawdbot is installed via npm/pnpm globally:\ncommand -v clawdbot\nIf it points into .../node_modules/.bin/, resolve to the sibling node_modules/clawdbot\nOr use npm root -g / pnpm root -g and look for clawdbot/\nIf Clawdbot runs from source, use that checkout root (must contain package.json).\n\nTemplates live at:\n\n<clawdbot-root>/docs/reference/templates/\n\n\nIf you can’t find the source root, ask the user where their Clawdbot is installed.\n\nComparison workflow\nIdentify the workspace root (the user’s “our version” directory).\nFor each template file in docs/reference/templates (skip *.dev.md):\nOpen the official template and the workspace file with the same name.\nIgnore template frontmatter (--- block) and any “First Run”/“Bootstrap” sections.\nCompare the remaining sections and list any missing blocks.\n\nHelpful commands (use ad‑hoc CLI tools like diff):\n\nls <clawdbot-root>/docs/reference/templates\nsed -n '1,200p' <clawdbot-root>/docs/reference/templates/AGENTS.md\nsed -n '1,200p' <workspace>/AGENTS.md\ndiff -u <clawdbot-root>/docs/reference/templates/AGENTS.md <workspace>/AGENTS.md\n\n\nWhen reporting diffs:\n\nShow the missing sections verbatim from the official template.\nExplain briefly why they matter, then ask whether to add them.\nMove file by file; skip files that only differ by frontmatter or bootstrap content.\nOutput format\n\nUse the “missing section” format we used previously:\n\nFile path\nMissing block(s)\nSuggestion + question to proceed"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xadenryan/clawdbot-skill-clawdbot-workspace-template-review",
    "publisherUrl": "https://clawhub.ai/xadenryan/clawdbot-skill-clawdbot-workspace-template-review",
    "owner": "xadenryan",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdbot-skill-clawdbot-workspace-template-review",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdbot-skill-clawdbot-workspace-template-review",
    "agentUrl": "https://openagent3.xyz/skills/clawdbot-skill-clawdbot-workspace-template-review/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-skill-clawdbot-workspace-template-review/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-skill-clawdbot-workspace-template-review/agent.md"
  }
}