# Send Opencode-controller to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/opencode-controller",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opencode-controller",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/command-cheatsheet.md",
      "references/failure-handling.md",
      "references/model-selection.md",
      "references/plan-vs-build.md",
      "references/question-handling.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "opencode-controller",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T17:56:32.779Z",
      "expiresAt": "2026-05-13T17:56:32.779Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opencode-controller",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opencode-controller",
        "contentDisposition": "attachment; filename=\"opencode-controller-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "opencode-controller"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Core rule

Clawdbot does not write code.
All planning and coding happens inside Opencode.

### Pre-flight

Ask the user which AI provider to use.
Ask how the provider should be authenticated.
Do not proceed without confirmation.

### Session management

Start Opencode.
Open session selector using:
/sessions
If the current project already exists:

Select the existing session.


Never create a new session without user approval.

### Agent (mode) control

Open agent selector using:
/agents
Available agents:

Plan
Build


Always select Plan first.
Switch agents whenever required using /agents.

### Model selection

Open model selector using:
/models
Select the user-requested provider.
If authentication is required:

Copy the login link provided by Opencode.
Send it to the user.
Wait for confirmation before continuing.

### Plan agent behavior

Ask Opencode to analyze the task.
Request a clear step-by-step plan.
Allow Opencode to ask clarification questions.
Review the plan carefully.
If the plan is incorrect or incomplete:

Ask Opencode to revise it.


Do not allow code generation in Plan.

### Build agent behavior

Switch to Build using /agents.
Ask Opencode to implement the approved plan.
If Opencode asks any question:

Immediately switch back to Plan.
Answer and confirm the plan.
Switch back to Build.

### Completion

Repeat the Plan → Build loop until all user requirements are satisfied.
Never skip Plan.
Never answer questions in Build.

### Output format

Show all slash commands explicitly.
State which option is selected.
Provide login links verbatim.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Karatla
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T17:56:32.779Z
- Expires at: 2026-05-13T17:56:32.779Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/opencode-controller)
- [Send to Agent page](https://openagent3.xyz/skills/opencode-controller/agent)
- [JSON manifest](https://openagent3.xyz/skills/opencode-controller/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/opencode-controller/agent.md)
- [Download page](https://openagent3.xyz/downloads/opencode-controller)