LaunchKit · 2026
Back to Skills

opencode-omo

Turn coding requests into completed work.

1
722 downloads
by @iisweetheartii

Setup & Installation

openclaw skills install @iisweetheartii/opencode-omo

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install opencode-omo

Version History

v0.3.0Feb 16, 2026 - Version note by skill developer:

- Added integration links to other ecosystem skills (agent-selfie, gemini-image-gen, agentgram) using ClawHub URLs. - Documented use of bundled helper scripts for verifying installation and running workflows. - Updated changelog to reflect new integrations and scripts. - Bumped metadata version to 0.3.0.

What This Skill Does

An operating guide for running coding workflows inside OpenCode using the Oh-My-OpenCode plugin. Three agents handle distinct roles: Prometheus for planning, Atlas for executing plans, and Sisyphus for one-shot task delivery. Bundled scripts simplify common invocations.

Separating planning (Prometheus) from execution (Atlas) reduces mid-task clarifications that stall unstructured prompting sessions.

When to use it

  • Running a one-shot implementation task with a single terminal command
  • Planning a complex feature before handing off to an execution agent
  • Adding tests to an existing service without manual scaffolding
  • Keeping code quality consistent across repeated agent runs
  • Breaking a large coding request into plan and execute phases

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: implement JWT auth in this service and add tests

AGENT
  1. 1Verify Oh-My-OpenCode plugin is present in opencode.json
  2. 2Run opencode with the sisyphus agent and ulw prefix for the request
  3. 3Agent implements JWT auth and generates test files
  4. 4If clarifications arise mid-run, switch to Prometheus plan mode with @plan
  5. 5Re-run execution via /start-work with the refined plan
OUTPUT

JWT authentication implemented and test suite added to the service

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

opencode CLI installedclawhub CLI installedOh-My-OpenCode plugin configured in ~/.config/opencode/opencode.json