Live data from Hacker News

Show HN: OpenClaw Plugin for Claude Code and Codex Orchestration

github.com

1–3 of 3 posts

Show HN: OpenClaw Plugin for Claude Code and Codex Orchestration

#1
Doing serious development with vanilla OpenClaw was hit-or-miss. It kept making silly mistakes I had to babysit.

The built-in options didn't work well for me: the CLI is one-shot and ACP lacks plan approval and session persistence. So I built this plugin.

It has three modes: ask (agent proposes a plan, waits for approval before touching anything), delegate (auto-approves safe plans, escalates the risky ones), autonomous (fully hands-off). Paused, completed, and killed sessions can be resumed at any point in time including after a gateway restart. Notifications arrive via chat when it's done or needs input. Supports Claude Code and Codex.

Personally, I really like delegation mode.

Check out the GIFs in the README to see it in action.

Show HN: OpenClaw Plugin for Claude Code and Codex Orchestration
github.com

Re: Show HN: OpenClaw Plugin for Claude Code and Codex Orchestration

#3

[dead]

For me plan mode and answering questions didn’t work great when I tried using Claude Code with OpenClaw out of the box. So I think that’s the main problem that this plugin solves. And getting proper notifications when something is done or needs a response.

Regarding delegate mode - if something requires attention/clarification, the agent will “block”. That’s just how the mechanism works in the underlying Claude Code and Codex harnesses. There is generally no “let’s continue working on everything else that can be done without answering the questions” mechanism. That would be great, I agree, but probably a feature that should be in Claude Code / Codex themselves rather than this plugin.