OMOC - Oh My OpenClaw
/install omoc
OMOC - Oh My OpenClaw
OMOC is an OpenClaw-native port of the useful Oh My Codex workflow concepts. It is a runtime protocol plus helper scripts, not just trigger phrases.
OMOC composes:
/goal: durable objective and story ledger/ralplan: Planner -> Architect -> Critic consensus planning/team: scheduler, workers, verifiers, tasks, leases, mailbox, loop/gate/ralph: bounded persistence and verification pressure/neverstop: non-overlapping hot-loop recurrence/review: independent completion gates- memory: compact resumability so long workflows do not crash context
State lives under .omoc/ with workflow, memory, goals, team, Ralph, and review artifacts. Use scripts/omoc.py for mutation.
Key commands:
python scripts/omoc.py compose init --objective "Ship X" --modes goal,ralplan,team,ralph
python scripts/omoc.py memory add --kind decision --text "..."
python scripts/omoc.py memory compact --max-events 50
python scripts/omoc.py goal init --brief "G001 implement\
G002 verify"
python scripts/omoc.py team init --name ship-x --task "Complete G001" --goal-id G001 --workers worker-1,verifier
python scripts/omoc.py team add-task --team ship-x --subject "Implement" --description "..." --role worker
python scripts/omoc.py team loop --team ship-x --goal-id G001
python scripts/omoc.py team gate --team ship-x --goal-id G001
python scripts/omoc.py ralph init --loop-id ship-x --objective "Drive ship-x to goal completion"
/team is not ordinary subagents. It is durable coordinated execution: task state, worker roster, claim leases, mailbox, verifier lane, events, and summary. team loop may add verifier work when implementation is done but verifier evidence is missing. team gate decides continue, wait, needs_verifier, blocked, or checkpoint_goal.
/goal + /ralplan + /team + /ralph is the intended powerful composition: goal owns intent, ralplan owns consensus, team owns parallel execution, Ralph keeps non-overlapping cycles moving, memory preserves continuity.
Memory rules: add durable events for decisions/evidence/blockers, compact before worker handoff or when event logs grow, pass workers bounded summaries rather than raw logs.
Safety rules: no external actions without confirmation, no overlapping Ralph/team loops, no worker-owned goal mutations, no completion without verifier/review evidence, no hiding failed tasks.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install omoc - 安装完成后,直接呼叫该 Skill 的名称或使用
/omoc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
OMOC - Oh My OpenClaw 是什么?
OMOC runtime for /goal, /ralplan, /team, /ralph, memory, leases, verifiers, and non-overlapping loops. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 OMOC - Oh My OpenClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install omoc」即可一键安装,无需额外配置。
OMOC - Oh My OpenClaw 是免费的吗?
是的,OMOC - Oh My OpenClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OMOC - Oh My OpenClaw 支持哪些平台?
OMOC - Oh My OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OMOC - Oh My OpenClaw?
由 Jérémie Kalfon(@jkobject)开发并维护,当前版本 v0.2.0。