# Send Opencode Omo 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-omo",
    "name": "Opencode Omo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/IISweetHeartII/opencode-omo",
    "canonicalUrl": "https://clawhub.ai/IISweetHeartII/opencode-omo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/opencode-omo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opencode-omo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "opencode-omo",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T17:56:48.606Z",
      "expiresAt": "2026-05-13T17:56:48.606Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opencode-omo",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opencode-omo",
        "contentDisposition": "attachment; filename=\"opencode-omo-0.3.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "opencode-omo"
      },
      "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-omo"
    },
    "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-omo",
    "downloadUrl": "https://openagent3.xyz/downloads/opencode-omo",
    "agentUrl": "https://openagent3.xyz/skills/opencode-omo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/opencode-omo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/opencode-omo/agent.md"
  }
}
```
## Documentation

### OpenCode + Oh-My-OpenCode Operator

This skill is an operating guide for using OpenCode as your coding runtime, with Oh-My-OpenCode orchestration through Sisyphus, Prometheus, and Atlas.

### What this skill gives you

One-shot delivery with ulw for focused coding requests.
Plan-to-execution workflow via @plan and /start-work.
Repeatable defaults so code quality stays consistent across runs.

### Core rules

Do not edit code directly outside OpenCode unless explicitly asked.
Prefer Sisyphus-first execution for coding tasks.
For complex work: plan with Prometheus (@plan) then execute with Atlas (/start-work).

### Verify Oh-My-OpenCode plugin

cat ~/.config/opencode/opencode.json | grep "oh-my-opencode"

If the command returns output, the plugin is installed.

You can also run the bundled checker:

./scripts/check-omo.sh

### Run one-shot coding (Sisyphus + ultrawork)

opencode run --agent sisyphus "ulw implement JWT auth in this service and add tests"

Or use the bundled helper:

./scripts/run-ulw.sh "implement JWT auth in this service and add tests"

### Start interactive OpenCode (Sisyphus)

opencode --agent sisyphus

Inside OpenCode:

Use @plan "..." to invoke Prometheus planning.
Use /start-work to let Atlas execute the plan.

### Failure handling

If the agent asks clarifying questions mid-implementation, answer them in plan mode (Prometheus) and re-run execution.
If you need more determinism, re-run with ulw and a smaller, explicit request.

### Integration with other skills

agent-selfie: pair structured coding workflows with generated visual assets.
gemini-image-gen: use the same workflow discipline for image generation automations.
agentgram: publish progress updates, findings, and demos produced from your workflow runs.

### Changelog

v0.3.0: Added bidirectional ecosystem links and bundled workflow helper scripts.
v0.2.0: Reworked positioning, quick start, and metadata for clearer marketplace onboarding.
v0.1.0: Initial release with Sisyphus/Prometheus/Atlas workflow guidance.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: IISweetHeartII
- Version: 0.3.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:48.606Z
- Expires at: 2026-05-13T17:56:48.606Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/opencode-omo)
- [Send to Agent page](https://openagent3.xyz/skills/opencode-omo/agent)
- [JSON manifest](https://openagent3.xyz/skills/opencode-omo/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/opencode-omo/agent.md)
- [Download page](https://openagent3.xyz/downloads/opencode-omo)