Access GPT-5.4 via Codex subscription in OpenClaw

How to configure OpenClaw for GPT-5.4
A user on r/openclaw has shared a method for accessing the GPT-5.4 model via an OpenAI Codex subscription within the OpenClaw framework. The process involves patching the configuration as the model is not currently listed in the standard catalog.
The core instruction is to direct your primary AI coding agent to execute the task using a specific prompt: Research on how to patch openclaw with the new openai GPT 5.4 model.
Configuration Steps
The key change is made within the openclaw.json configuration file. The required modifications are hosted in a GitHub Gist: https://gist.github.com/Jacksunwei/3886b95ceacb3ba6af985350a3bdb6ec.
After applying the JSON patch, you must restart the OpenClaw gateway with the command: openclaw gateway restart.
Testing the Setup
To verify the configuration is working, initiate a chat with your agent using the model identifier: /model openai-codex/gpt-5.4. Follow this with a simple message like "Hi" and check the system logs to confirm GPT-5.4 is being utilized.
The post is framed as an interim option, mentioning that update "2026.3.7 just dropped" and suggesting this method "while we're waiting for next release."
📖 Read the full source: r/openclaw
👀 See Also

What Breaks When Running Coding Agents on Small Local Models
Real-world failure points from testing multi-file tasks on sub-7B models: markdown fences, structured output reliability, file editing errors, and classification of read vs. write actions.

Three Essential OpenClaw Skills for a Stable Setup: Memory, Security, and Discovery
A Reddit post recommends installing three specific types of OpenClaw skills first: a memory fix skill to prevent context loss, a local security vetting skill to check for malicious code, and a curated discovery hub to find maintained tools.

OpenClaw 4.1 with Gemma 4 Stack: Hybrid Architecture and Setup Fixes
A Reddit post details an optimized local agent stack combining OpenClaw 4.1 with Google's Gemma 4 model, featuring a hybrid architecture, specific configuration fixes for Ollama tool calling, and context window adjustments.

Giving Claude M365 Access via Power Automate and a FastMCP Server
A developer built a lightweight MCP server that lets Claude interact with Microsoft 365 (inbox, calendar, OneDrive, Planner, Excel, Word) using Power Automate webhooks — no admin Graph permissions needed.