← 返回 Skills 市场
jkobject

OMOC - Oh My OpenClaw

作者 Jérémie Kalfon · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
37
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install omoc
功能描述
OMOC runtime for /goal, /ralplan, /team, /ralph, memory, leases, verifiers, and non-overlapping loops.
使用说明 (SKILL.md)

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.

安全使用建议
Install this if you want OpenClaw to maintain durable local workflow state. Expect a .omoc directory to be created in the workspace, and treat its memory, mailbox, goal, and task files as potentially sensitive project notes. Keep the stated confirmation boundary for external messages, deploys, spending, and public actions.
能力评估
Purpose & Capability
The stated purpose is durable OpenClaw planning, team coordination, Ralph loops, memory, leases, and verifier gates; the markdown, templates, and helper script implement those local workflow-state functions.
Instruction Scope
Runtime instructions are bounded and include explicit safety defaults: no external actions without confirmation, no overlapping loops, no hidden infinite loops, and no completion claims without evidence.
Install Mechanism
The package contains markdown files, templates, and one Python helper script, with no install hooks, dependency installation, or automatic execution declared.
Credentials
The helper reads and writes local state under .omoc by default, with an OMOC_ROOT override; it does not perform network calls, invoke shell commands, read credential stores, or index broad local content.
Persistence & Privilege
The skill intentionally creates persistent workflow, memory, team, mailbox, goal, review, and lease files, but that persistence is disclosed, workspace-scoped by default, and not tied to privilege escalation or background startup.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install omoc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /omoc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
OMOC v2: add runtime script, goal/team/Ralph composition, memory compaction, durable team loop/gate, verifier lane, leases, mailbox, and templates.
v0.1.0
Initial OMOC release: OpenClaw-native /plan /ralph /neverstop /team /review semantics with lease-protected hot loops.
元数据
Slug omoc
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论