{
  "schemaVersion": "1.0",
  "item": {
    "slug": "easy-opencode",
    "name": "easy-opencode",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/deciding/easy-opencode",
    "canonicalUrl": "https://clawhub.ai/deciding/easy-opencode",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/easy-opencode",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=easy-opencode",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "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": "easy-opencode",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T23:43:33.989Z",
      "expiresAt": "2026-05-18T23:43:33.989Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=easy-opencode",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=easy-opencode",
        "contentDisposition": "attachment; filename=\"easy-opencode-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "easy-opencode"
      },
      "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/easy-opencode"
    },
    "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/easy-opencode",
    "agentPageUrl": "https://openagent3.xyz/skills/easy-opencode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/easy-opencode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/easy-opencode/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": "Core rule",
        "body": "For any problem related to coding of a repository, please use opencode directly, the major burden of question-answering and coding should be given to opencode which is very capable to do it well.\nYour job to pass the question to opencode, digest the result from opencode and select what to do next (plan or build) based on the result from opencode.\nAll planning and coding happens inside Opencode."
      },
      {
        "title": "Usages",
        "body": "Available agents:\n\nplan\nbuild\n\n\nAlways select Plan first.\nplan agent: run with cd [repo dir] && opencode run \"[instructions/questions]\" --continue --agent plan\nbuild agent: run with cd [repo dir] && opencode run \"[instructions/questions]\" --continue --agent build"
      },
      {
        "title": "Plan agent behavior",
        "body": "Ask Opencode to analyze the task.\nRequest a clear step-by-step plan.\nAllow Opencode to ask clarification questions.\nReview the plan carefully.\nIf the plan is incorrect or incomplete:\n\nAsk Opencode to revise it.\n\n\nDo not allow code generation in Plan."
      },
      {
        "title": "Build agent behavior",
        "body": "Ask Opencode to implement the approved plan.\nIf Opencode asks any question:\n\nImmediately switch back to Plan.\nAnswer and confirm the plan.\nSwitch back to Build."
      },
      {
        "title": "Completion",
        "body": "Repeat the Plan → Build loop until all user requirements are satisfied.\nNever skip Plan.\nNever answer questions in Build."
      }
    ],
    "body": "Opencode\nCore rule\n\nFor any problem related to coding of a repository, please use opencode directly, the major burden of question-answering and coding should be given to opencode which is very capable to do it well. Your job to pass the question to opencode, digest the result from opencode and select what to do next (plan or build) based on the result from opencode. All planning and coding happens inside Opencode.\n\nUsages\nAvailable agents:\nplan\nbuild\nAlways select Plan first.\nplan agent: run with cd [repo dir] && opencode run \"[instructions/questions]\" --continue --agent plan\nbuild agent: run with cd [repo dir] && opencode run \"[instructions/questions]\" --continue --agent build\nPlan agent behavior\nAsk Opencode to analyze the task.\nRequest a clear step-by-step plan.\nAllow Opencode to ask clarification questions.\nReview the plan carefully.\nIf the plan is incorrect or incomplete:\nAsk Opencode to revise it.\nDo not allow code generation in Plan.\nBuild agent behavior\nAsk Opencode to implement the approved plan.\nIf Opencode asks any question:\nImmediately switch back to Plan.\nAnswer and confirm the plan.\nSwitch back to Build.\nCompletion\nRepeat the Plan → Build loop until all user requirements are satisfied.\nNever skip Plan.\nNever answer questions in Build."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/deciding/easy-opencode",
    "publisherUrl": "https://clawhub.ai/deciding/easy-opencode",
    "owner": "deciding",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/easy-opencode",
    "downloadUrl": "https://openagent3.xyz/downloads/easy-opencode",
    "agentUrl": "https://openagent3.xyz/skills/easy-opencode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/easy-opencode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/easy-opencode/agent.md"
  }
}