Your mental map is off. openclaw is the layer that gives codex/claude superpowers. It can *use* codex/claude and others.
@steipete
-
Why not integrate? Anthropic banned you, use codex
By
–
What’s stopping you from integrating it right now? (I see that Anthropic banned you, codex is the better performing harness/model tho so just use that)
-
Opus uses twice the tokens and is more expensive
By
–
Not a fair comparison. Opus burns at least twice the token for similar tasks AND is more expensive, far easier to spend a million there.
-
Security hasn’t reviewed project since January; now used by major companies
By
–
Your security folks probably haven't looked at our project since January. It's now run inside major companies. From a sec perspective it's codex + brwoser use + optional message channels. Blocking it is silly.
-
Codex allocates 2% context, warns when adding skills
By
–
Problem is that codex gives me 2% of my context so random stuff adding skills gives me warning messages.
-
Token efficiency advice for writing skills with agents
By
–
Folks: when you write skills, ask your agent to be token efficient, relax grammer. I see too many skills that write books in the skill description, and all that crap is loaded into every context. I wrote a skill that finds the worst offenders.
-
Instruct codex to maintain a scratch-log for tracking refactor decisions
By
–
Tell codex to maintain a scratch-log while it works on bigger refactors with decisions it had to make, tradeoffs, review fixes, so later on you can read through which tradeoffs the agent made, what you forgot to specify etc.
-

Refactoring subagents with autoreview running for 5 hours fixing issues
By
–
I'm refactoring an older part of the codebase (subagents) that touches a lot of code, and autoreview is running for 5h already and fixing tons of issues. https://
github.com/openclaw/agent
-skills/blob/main/skills/autoreview/SKILL.md
… -

Added multiplayer and AI understood to be quiet
By
–
I added multiplayer and told codex to shut up, and it was smart enough to understand the situation. xD
-

Cloud codex runner using Cloudflare Firecracker and Ghostty
By
–
Still limited by compute, so I built a thing that runs codex in the cloud, powered by @Cloudflare firecracker boxes (and since that's not beefy enough for larger projects, tests are run via crabbox) Uses Ghostty ofc, via WebAssembly.
Codex replicated itself, basically.