← Back to Skills Marketplace
youxitianguo

OpenClaw Codex GPT-5.4 Enable

by youxitianguo · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
267
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-codex-gpt54-enable
Description
Enable `openai-codex/gpt-5.4` in OpenClaw through a config-layer patch instead of rebuilding the app. Use when `openai/gpt-5.4` already works but Codex GPT-5...
Usage Guidance
This skill documents a manual, configuration-layer way to enable openai-codex/gpt-5.4 and is otherwise coherent, but review two things before applying it: (1) the example JSON uses $OPENAI_API_KEY even though the skill doesn't declare any required env vars — ensure you understand which API key will be used and never paste secrets into shared or untrusted files; (2) the suggested baseUrl (https://chatgpt.com/backend-api) is a third-party gateway — unless you explicitly trust that endpoint, point the provider to your trusted gateway (for example an official API host) because model requests and keys could be routed off your system. Always back up ~/.openclaw/openclaw.json, test changes in a separate session, and verify that model traffic is going to a host you control or trust.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-codex-gpt54-enable Version: 1.0.0 The skill is a configuration utility designed to help users enable a specific model provider in OpenClaw by modifying the local `~/.openclaw/openclaw.json` file. It includes safety measures like configuration backups and verification commands (e.g., `openclaw models list`). No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found; the instructions in SKILL.md are consistent with the stated purpose of patching local settings for a specific model routing workflow.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the skill documents how to add a provider/model/alias/fallback to ~/.openclaw/openclaw.json and verify with openclaw commands. Requiring the openclaw binary only is appropriate.
Instruction Scope
Instructions are scoped to editing the user's OpenClaw config and running openclaw CLI/ session_status. They do not ask to read unrelated system files. However the recommended provider baseUrl (https://chatgpt.com/backend-api) points model traffic to a third-party gateway — that is outside the skill's stated 'enable locally' reassurance and could send user data to an external service.
Install Mechanism
Instruction-only skill with no install steps or code; nothing is written to disk by the skill itself beyond user-applied config edits. This is the lowest install risk.
Credentials
The example JSON contains apiKey: "$OPENAI_API_KEY" but the skill's declared requirements list no environment variables. The skill therefore references a credential (OPENAI_API_KEY) without declaring it — a mismatch users should be aware of. Also, directing requests to a non-OpenAI domain (chatgpt.com) combined with an API key could cause sensitive model traffic or keys to be sent to third parties.
Persistence & Privilege
Skill does not request persistent or elevated privileges and does not set always:true. The workflow edits only the user's ~/.openclaw/openclaw.json (user-level config) and provides a rollback procedure.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-codex-gpt54-enable
  3. After installation, invoke the skill by name or use /openclaw-codex-gpt54-enable
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: config-layer workflow to enable openai-codex/gpt-5.4, with verification, rollback, troubleshooting, and bilingual docs.
Metadata
Slug openclaw-codex-gpt54-enable
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Codex GPT-5.4 Enable?

Enable `openai-codex/gpt-5.4` in OpenClaw through a config-layer patch instead of rebuilding the app. Use when `openai/gpt-5.4` already works but Codex GPT-5... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.

How do I install OpenClaw Codex GPT-5.4 Enable?

Run "/install openclaw-codex-gpt54-enable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Codex GPT-5.4 Enable free?

Yes, OpenClaw Codex GPT-5.4 Enable is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClaw Codex GPT-5.4 Enable support?

OpenClaw Codex GPT-5.4 Enable is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Codex GPT-5.4 Enable?

It is built and maintained by youxitianguo (@youxitianguo); the current version is v1.0.0.

💬 Comments