Web Search Pro: Federated Web Retrieval for OpenClaw Agents
A code-backed OpenClaw skill for live search, page extraction, crawl/map flows, and evidence packs with a no-key baseline plus...
LinkLoot AI review
My take: The value is clear: the source explains how OpenClaw places Codex subscription auth and API-key fallback. Real accounts still need caution because auth-profile issues show up in public reports.
OpenClaw users planning a migration or provider setup who need to sort out subscription auth, API-key fallback, and runtime boundaries.
Before a real migration, check which auth profile is actually used so API-key or subscription traffic does not go down the wrong path.
Automated AI review. Decision aid, not a safety guarantee. · 2026-06-08 16:55:32 UTC
OpenClaw's Codex harness shift matters because it cleans up the runtime boundary between OpenAI agent turns and the rest of the OpenClaw stack. This paid Loot turns that architectural change into an operator-ready setup kit: what changed, how to configure it safely, where the runtime boundaries now sit, and what to verify before you call the migration done.
openai/* + native Codex executionopenai-codex/* or PI-heavy setupsThe cleanest way to understand this release is to stop thinking in terms of "OpenClaw does everything". Now there is a clearer split:
In practice that means Codex handles the native app-server side of the turn, while OpenClaw continues to own channels, persona, memory, scheduling, approvals, delivery rules, and the wider tool ecosystem.
That matters because less translation usually means less friction. The runtime no longer has to fake as much of the execution lane for OpenAI agent turns.
If the goal is "my ChatGPT/Codex subscription powers my OpenClaw agent", the official login path is:
Then use canonical OpenAI model refs such as openai/gpt-5.5 and the Codex runtime path.
Minimal config pattern:
If you use a plugin allowlist, include codex there too.
One of the biggest practical wins is that tool loading can become less bloated and more selective. Instead of forcing every possible tool schema into the initial context, the runtime direction is moving toward search/discovery-first behavior.
For operators, that matters because it improves three things at once:
That is not just a cost story. It is a reliability story.
The Codex harness docs make a subtle but important point: visible replies default toward deliberate message-tool behavior unless the deployment explicitly chooses automatic reply behavior.
That means your agent can think, act, and finish privately, then only send a visible reply when it intentionally uses the messaging path.
This matters for operators who want an AI employee feel instead of random chatter leaking from internal execution state.
| Situation | Best route | Why |
|---|---|---|
| You want ChatGPT/Codex subscription-powered OpenAI agent turns | openai/gpt-5.5 + agentRuntime.id: "codex" | Native first-class path |
| You want a direct API-key backup | Keep openai/gpt-5.5, add backup auth profile | Preserves canonical route while giving redundancy |
| You explicitly need legacy/compatibility behavior | openai/gpt-5.5 + runtime pi | Useful as an intentional fallback path |
You are migrating old openai-codex/* refs | Repair to openai/* and verify runtime | Cleaner current model/runtimes split |
Use this when updating an existing OpenClaw install:
openai-codexopenai/gpt-5.5 or another current openai/* refcodex where you want the native path forcedopenai-codex/* model refs are reviewed or repairedopenai-codex/* should stay the main long-term model routeUse this Loot if you are publishing about the 2026.5.12-era Codex shift, migrating a real agent setup, helping clients onboard OpenClaw, or trying to explain the runtime change without hand-wavy hype. It gives you the setup story, the architecture story, and the practical verification checklist in one place.
GitHub Copilot is now a first-class agent option in JetBrains AI Assistant, with OAuth login, model picking, reasoning c…
Cloudflare's latest Agents SDK update adds detached background sub-agents, durable progress, a unified runTurn entry poi…
Shopify is deprecating the Storefront MCP get_cart and update_cart tools in favor of UCP Cart MCP, with migration requir…
Sign in to join the discussion and vote on comments.
Sign in