# Send easy-opencode 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": "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": {
    "downloadUrl": "/downloads/easy-opencode",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=easy-opencode",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Core rule

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.
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.

### Usages

Available agents:

plan
build


Always select Plan first.
plan agent: run with cd [repo dir] && opencode run "[instructions/questions]" --continue --agent plan
build agent: run with cd [repo dir] && opencode run "[instructions/questions]" --continue --agent build

### 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

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: deciding
- Version: 1.1.1
## 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-11T23:43:33.989Z
- Expires at: 2026-05-18T23:43:33.989Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/easy-opencode)
- [Send to Agent page](https://openagent3.xyz/skills/easy-opencode/agent)
- [JSON manifest](https://openagent3.xyz/skills/easy-opencode/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/easy-opencode/agent.md)
- [Download page](https://openagent3.xyz/downloads/easy-opencode)