Overview
- Skill Key
- iisweetheartii/opencode-omo
- Author
- iisweetheartii
- Source Repo
- openclaw/skills
- Version
- 0.3.0
- Source Path
- skills/iisweetheartii/opencode-omo
- Latest Commit SHA
- e0b86455dbb4318aaa5ec4df7c4e6d99e3525c8f
Turn coding requests into completed work. Plan with Prometheus, execute with Atlas, and iterate with Sisyphus in OpenCode.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 opencode-omo 技能。 若已安装,则直接安装 opencode-omo 技能。
# 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`). ## Quick start ### Verify Oh-My-OpenCode plugin ```bash 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: ```bash ./scripts/check-omo.sh ``` ### Run one-shot coding (Sisyphus + ultrawork) ```bash opencode run --agent sisyphus "ulw implement JWT auth in this service and add tests" ``` Or use the bundled helper: ```bash ./scripts/run-ulw.sh "implement JWT auth in this service and add tests" ``` ### Start interactive OpenCode (Sisyphus) ```bash 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](https://clawhub.org/skills/agent-selfie)**: pair structured coding workflows with generated visual assets. - **[gemini-image-gen](https://clawhub.org/skills/gemini-image-gen)**: use the same workflow discipline for image generation automations. - **[agentgram](https://clawhub.org/skills/agentgram)**: publish progress updates, findings, and demos produced...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.