codex-skill
Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.
Why use this skill?
Integrate the Codex CLI into OpenClaw to automate coding tasks, feature implementation, and repo refactoring with support for GPT-5 and high-reasoning models.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/feiskyer/codex-skillWhat This Skill Does
The codex-skill is a powerful automation utility designed for OpenClaw agents to interface directly with the Codex CLI. It transforms your environment into a managed coding agent, enabling the execution of complex software engineering workflows without manual intervention. By wrapping the Codex CLI, this skill allows the agent to navigate workspaces, perform file-system operations, and execute code-base modifications autonomously. It excels at bridging the gap between high-level architectural planning (often generated by models like Claude) and the implementation stage, leveraging advanced models like GPT-5 and GPT-5.1 for precise execution.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/feiskyer/codex-skill
Ensure you have the following prerequisites met on your system:
- Codex CLI installed (
npm i -g @openai/codexorbrew install codex) tmuxinstalled for session management- A valid OpenClaw instance with sufficient workspace permissions
Use Cases
This skill is ideal for developers and DevOps engineers who require hands-off task execution for routine or complex coding assignments. Common use cases include:
- Rapid bug patching: Automating the resolution of linting errors or simple logic bugs across a repository.
- Feature Implementation: Converting design documents into production-ready code based on technical specifications.
- Refactoring: Applying global changes, such as renaming variables, updating dependencies, or migrating syntax, across large directory structures.
- Automated Analysis: Performing read-only scans of a codebase to generate documentation or architectural reports without risking modifications.
Example Prompts
- "OpenClaw, please use codex-skill to refactor the authentication module using the gpt-5.1-codex-max model; ensure you use high reasoning effort."
- "Go into the user-service directory and implement the new rate-limiting logic we discussed, using full-auto mode for file writes."
- "Analyze the current project structure and fix all identified formatting issues in the README and configuration files."
Tips & Limitations
- Safety First: Because this skill supports
--dangerously-bypass-approvals-and-sandbox, exercise caution when running in production environments. Only grantdanger-full-accesswhen absolutely necessary. - Polling over Timeouts: Never rely on hard
timeoutparameters for long-running processes. Instead, use the recommended poll-and-extend logic provided in the documentation to ensure the agent maintains context and monitors progress accurately. - Output Monitoring: Always utilize
pty=truewhen executing commands to prevent output buffering issues that could obscure critical logs or status updates. - Git Dependency: By default, the tool performs git-repo checks. If you are working in a non-git project, remember to include the
--skip-git-repo-checkflag to avoid premature task failure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-feiskyer-codex-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
nanobanana-skill
Generate or edit images using Google Gemini API via nanobanana. Triggers: "nanobanana", "generate image", "create image", "edit image", "AI drawing", "图片生成", "AI绘图", "图片编辑", "生成图片".
autonomous-skill
Use when user wants to execute long-running tasks that require multiple sessions to complete. This skill manages task decomposition, progress tracking, and autonomous execution using Claude Code headless mode with auto-continuation. Trigger phrases: "autonomous", "long-running task", "multi-session", "自主执行", "长时任务", "autonomous skill".
claude-skill
Use when user asks to leverage claude or claude code to do something (e.g. implement a feature design or review codes, etc). Provides non-interactive automation mode for hands-off task execution without approval prompts.
youtube-transcribe-skill
Extract subtitles/transcripts from YouTube videos. Triggers: "youtube transcript", "extract subtitles", "video captions", "视频字幕", "字幕提取", "YouTube转文字", "提取字幕".
deep-research
深度调研的多Agent编排工作流:把一个调研目标拆成可并行子目标,用 Claude Code 非交互模式(`claude -p`)运行子进程;联网与采集优先使用已安装的 skills,其次使用 MCP 工具;用脚本聚合子结果并分章精修,最终交付"成品报告文件路径 + 关键结论/建议摘要"。用于:系统性网页/资料调研、竞品/行业分析、批量链接/数据集分片检索、长文写作与证据整合,或用户提及"深度调研/Deep Research/Wide Research/多 Agent 并行调研/多进程调研"等场景。