Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: implement JWT auth in this service and add tests
- 1Verify Oh-My-OpenCode plugin is present in opencode.json
- 2Run opencode with the sisyphus agent and ulw prefix for the request
- 3Agent implements JWT auth and generates test files
- 4If clarifications arise mid-run, switch to Prometheus plan mode with @plan
- 5Re-run execution via /start-work with the refined plan
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.