← Back to Skills Marketplace
jkobject

OMOC - Oh My OpenClaw

by Jérémie Kalfon · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install omoc
Description
OMOC runtime for /goal, /ralplan, /team, /ralph, memory, leases, verifiers, and non-overlapping loops.
README (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.

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install omoc
  3. After installation, invoke the skill by name or use /omoc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug omoc
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is OMOC - Oh My OpenClaw?

OMOC runtime for /goal, /ralplan, /team, /ralph, memory, leases, verifiers, and non-overlapping loops. It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install OMOC - Oh My OpenClaw?

Run "/install omoc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OMOC - Oh My OpenClaw free?

Yes, OMOC - Oh My OpenClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OMOC - Oh My OpenClaw support?

OMOC - Oh My OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OMOC - Oh My OpenClaw?

It is built and maintained by Jérémie Kalfon (@jkobject); the current version is v0.2.0.

💬 Comments