{
  "schemaVersion": "1.0",
  "item": {
    "slug": "opencode-controller",
    "name": "Opencode-controller",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Karatla/opencode-controller",
    "canonicalUrl": "https://clawhub.ai/Karatla/opencode-controller",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/opencode-controller",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opencode-controller",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/command-cheatsheet.md",
      "references/failure-handling.md",
      "references/model-selection.md",
      "references/plan-vs-build.md",
      "references/question-handling.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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/opencode-controller"
    },
    "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/opencode-controller",
    "agentPageUrl": "https://openagent3.xyz/skills/opencode-controller/agent",
    "manifestUrl": "https://openagent3.xyz/skills/opencode-controller/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/opencode-controller/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": "Clawdbot does not write code.\nAll planning and coding happens inside Opencode."
      },
      {
        "title": "Pre-flight",
        "body": "Ask the user which AI provider to use.\nAsk how the provider should be authenticated.\nDo not proceed without confirmation."
      },
      {
        "title": "Session management",
        "body": "Start Opencode.\nOpen session selector using:\n/sessions\nIf the current project already exists:\n\nSelect the existing session.\n\n\nNever create a new session without user approval."
      },
      {
        "title": "Agent (mode) control",
        "body": "Open agent selector using:\n/agents\nAvailable agents:\n\nPlan\nBuild\n\n\nAlways select Plan first.\nSwitch agents whenever required using /agents."
      },
      {
        "title": "Model selection",
        "body": "Open model selector using:\n/models\nSelect the user-requested provider.\nIf authentication is required:\n\nCopy the login link provided by Opencode.\nSend it to the user.\nWait for confirmation before continuing."
      },
      {
        "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": "Switch to Build using /agents.\nAsk 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."
      },
      {
        "title": "Output format",
        "body": "Show all slash commands explicitly.\nState which option is selected.\nProvide login links verbatim."
      }
    ],
    "body": "Opencode Controller\nCore rule\n\nClawdbot does not write code. All planning and coding happens inside Opencode.\n\nPre-flight\nAsk the user which AI provider to use.\nAsk how the provider should be authenticated.\nDo not proceed without confirmation.\nSession management\nStart Opencode.\nOpen session selector using: /sessions\nIf the current project already exists:\nSelect the existing session.\nNever create a new session without user approval.\nAgent (mode) control\nOpen agent selector using: /agents\nAvailable agents:\nPlan\nBuild\nAlways select Plan first.\nSwitch agents whenever required using /agents.\nModel selection\nOpen model selector using: /models\nSelect the user-requested provider.\nIf authentication is required:\nCopy the login link provided by Opencode.\nSend it to the user.\nWait for confirmation before continuing.\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\nSwitch to Build using /agents.\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.\nOutput format\nShow all slash commands explicitly.\nState which option is selected.\nProvide login links verbatim."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Karatla/opencode-controller",
    "publisherUrl": "https://clawhub.ai/Karatla/opencode-controller",
    "owner": "Karatla",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/opencode-controller",
    "downloadUrl": "https://openagent3.xyz/downloads/opencode-controller",
    "agentUrl": "https://openagent3.xyz/skills/opencode-controller/agent",
    "manifestUrl": "https://openagent3.xyz/skills/opencode-controller/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/opencode-controller/agent.md"
  }
}