{
  "schemaVersion": "1.0",
  "item": {
    "slug": "codebuddy-code",
    "name": "CodeBuddy Code for OpenClaw",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/pmwalkercao/codebuddy-code",
    "canonicalUrl": "https://clawhub.ai/pmwalkercao/codebuddy-code",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/codebuddy-code",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=codebuddy-code",
    "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",
      "slug": "codebuddy-code",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:00:28.584Z",
      "expiresAt": "2026-05-06T12:00:28.584Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=codebuddy-code",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=codebuddy-code",
        "contentDisposition": "attachment; filename=\"codebuddy-code-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "codebuddy-code"
      },
      "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/codebuddy-code"
    },
    "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/codebuddy-code",
    "agentPageUrl": "https://openagent3.xyz/skills/codebuddy-code/agent",
    "manifestUrl": "https://openagent3.xyz/skills/codebuddy-code/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/codebuddy-code/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": "CodeBuddy CLI Skill",
        "body": "AI-powered terminal programming assistant from Tencent."
      },
      {
        "title": "Installation",
        "body": "# Check prerequisites\nnode -v  # Requires Node.js 18+\nnpm -v\n\n# Install globally\nnpm install -g @tencent-ai/codebuddy-code\n\n# Verify\ncodebuddy --version"
      },
      {
        "title": "Quick Start",
        "body": "Navigate to project directory\nRun codebuddy to start interactive session\nChoose login method:\n\nGoogle/GitHub: International version (Gemini, GPT models)\nWeChat (微信): China version (DeepSeek models)"
      },
      {
        "title": "CLI Arguments",
        "body": "ArgumentDescriptioncodebuddy \"<prompt>\"Execute single task-y / --dangerously-skip-permissionsSkip permission confirmations (sandbox only)-p / --printSingle execution mode (requires -y for file ops)--permission-mode <mode>acceptEdits, bypassPermissions, default, plan--versionShow version"
      },
      {
        "title": "Examples",
        "body": "# Interactive mode\ncodebuddy\n\n# Single task\ncodebuddy \"帮我优化这个函数的性能\"\ncodebuddy \"生成这个 API 的单元测试\"\ncodebuddy \"检查这次提交的代码质量\"\n\n# Skip permissions (sandbox only)\ncodebuddy -p \"Review code quality\" -y"
      },
      {
        "title": "Slash Commands",
        "body": "CommandDescription/helpDisplay available commands/statusShow account info and current model/loginSwitch accounts/logoutSign out/clearReset conversation history/exitEnd session/configOpen configuration/doctorDiagnose issues/costToken usage statistics/initGenerate CODEBUDDY.md project guide/memoryEdit project memory files\n\nType ? during session for keyboard shortcuts."
      },
      {
        "title": "Custom Commands",
        "body": "Create .md files in:\n\nProject: .codebuddy/commands/\nGlobal: ~/.codebuddy/commands/"
      },
      {
        "title": "Update",
        "body": "npm install -g @tencent-ai/codebuddy-code"
      },
      {
        "title": "Security Notes",
        "body": "--dangerously-skip-permissions risks: file deletion, scope creep, data loss. Never use in production."
      }
    ],
    "body": "CodeBuddy CLI Skill\n\nAI-powered terminal programming assistant from Tencent.\n\nInstallation\n# Check prerequisites\nnode -v  # Requires Node.js 18+\nnpm -v\n\n# Install globally\nnpm install -g @tencent-ai/codebuddy-code\n\n# Verify\ncodebuddy --version\n\nQuick Start\nNavigate to project directory\nRun codebuddy to start interactive session\nChoose login method:\nGoogle/GitHub: International version (Gemini, GPT models)\nWeChat (微信): China version (DeepSeek models)\nCLI Arguments\nArgument\tDescription\ncodebuddy \"<prompt>\"\tExecute single task\n-y / --dangerously-skip-permissions\tSkip permission confirmations (sandbox only)\n-p / --print\tSingle execution mode (requires -y for file ops)\n--permission-mode <mode>\tacceptEdits, bypassPermissions, default, plan\n--version\tShow version\nExamples\n# Interactive mode\ncodebuddy\n\n# Single task\ncodebuddy \"帮我优化这个函数的性能\"\ncodebuddy \"生成这个 API 的单元测试\"\ncodebuddy \"检查这次提交的代码质量\"\n\n# Skip permissions (sandbox only)\ncodebuddy -p \"Review code quality\" -y\n\nSlash Commands\nCommand\tDescription\n/help\tDisplay available commands\n/status\tShow account info and current model\n/login\tSwitch accounts\n/logout\tSign out\n/clear\tReset conversation history\n/exit\tEnd session\n/config\tOpen configuration\n/doctor\tDiagnose issues\n/cost\tToken usage statistics\n/init\tGenerate CODEBUDDY.md project guide\n/memory\tEdit project memory files\n\nType ? during session for keyboard shortcuts.\n\nCustom Commands\n\nCreate .md files in:\n\nProject: .codebuddy/commands/\nGlobal: ~/.codebuddy/commands/\nUpdate\nnpm install -g @tencent-ai/codebuddy-code\n\nSecurity Notes\n\n--dangerously-skip-permissions risks: file deletion, scope creep, data loss. Never use in production."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pmwalkercao/codebuddy-code",
    "publisherUrl": "https://clawhub.ai/pmwalkercao/codebuddy-code",
    "owner": "pmwalkercao",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/codebuddy-code",
    "downloadUrl": "https://openagent3.xyz/downloads/codebuddy-code",
    "agentUrl": "https://openagent3.xyz/skills/codebuddy-code/agent",
    "manifestUrl": "https://openagent3.xyz/skills/codebuddy-code/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/codebuddy-code/agent.md"
  }
}