π¦ ClawHub
Opencode Omo
by @iisweetheartii
Turn coding requests into completed work. Plan with Prometheus, execute with Atlas, and iterate with Sisyphus in OpenCode.
TERMINAL
clawhub install opencode-omoπ About This Skill
name: opencode-omo version: 0.3.0 description: Turn coding requests into completed work. Plan with Prometheus, execute with Atlas, and iterate with Sisyphus in OpenCode. homepage: https://github.com/IISweetHeartII/opencode-omo metadata: openclaw: emoji: "π§±" category: devtools requires: bins: - opencode - git - clawhub tags: - opencode - oh-my-opencode - sisyphus - coding - workflow
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
ulw for focused coding requests.@plan and /start-work.Core rules
@plan) then execute with Atlas (/start-work).Quick start
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:
@plan "..." to invoke Prometheus planning./start-work to let Atlas execute the plan.Failure handling
ulw and a smaller, explicit request.Integration with other skills
Changelog
π‘ Examples
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:
@plan "..." to invoke Prometheus planning./start-work to let Atlas execute the plan.