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

Claude for Motion Graphics: Prompt Patterns That Produce Animated HTML Visuals You Can Capture as Video
A r/ClaudeAI user shares a reliable prompt structure for generating animated motion graphics and interactive charts as HTML widgets from Claude, then capturing them as MP4 with Playwright + ffmpeg.

Using Claude to analyze writing patterns for better custom instructions
A Reddit user describes a method for creating more effective custom instructions by having Claude analyze 10 writing samples to identify concrete patterns like punctuation avoidance and analogy sources, rather than relying on subjective tone descriptions.

OpenClaw's Gateway and Skills: Moving Beyond Chat to Automated Execution
OpenClaw's Gateway connects channels like Telegram and WhatsApp to skills that execute real-world actions such as running tests, calling APIs, and managing files, with cron jobs enabling scheduled background automation.

OpenClaw 2026.3.7 breaks Kimi tool calls, downgrade to 2026.3.2 fixes regression
OpenClaw version 2026.3.7 has a regression where the Kimi API provider outputs raw <function_calls> XML instead of executing tools. The solution is to downgrade to version 2026.3.2 and restore a compatible config file.