openai-codex-operatorRun OpenAI Codex CLI from OpenClaw for coding tasks in a target project directory. Use when the user asks OpenClaw to use Codex for implementation, debugging...
Install via ClawdBot CLI:
clawdbot install cecwxf/openai-codex-operatorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
exec(Calls external URL not in known-safe list
https://developers.openai.com/codexAI Analysis
The skill's stated purpose is to execute the OpenAI Codex CLI within a user's local project directory, which inherently sends code to OpenAI's external API. This is consistent with the skill's description and a known, documented service. The primary risk is the standard data-sharing risk of using any third-party AI coding service, not hidden malicious behavior.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 20, 2026
A software development team uses the skill to automatically review pull requests and refactor legacy code in a monorepo. It identifies high-risk issues, suggests fixes, and applies changes with minimal manual intervention, speeding up code quality assurance.
A startup leverages the skill to quickly implement new features and generate tests in their web application. By running Codex in the project directory, they accelerate development cycles and ensure code consistency during early-stage iterations.
A DevOps engineer uses the skill to diagnose and fix failing continuous integration tests in a cloud-native application. It analyzes logs, proposes minimal fixes, and automates corrections directly in the repository, reducing downtime.
In a coding bootcamp, instructors employ the skill to help students debug assignments and review code submissions. It provides interactive feedback and examples within the learning environment, enhancing hands-on training.
A data science team integrates the skill to automate repetitive coding tasks like data preprocessing script generation in a Python project. It runs background tasks to handle long executions, freeing up analysts for higher-level work.
Offer the skill as part of a subscription-based platform that provides automated code review and implementation services. Teams pay a monthly fee per user, generating recurring revenue from enterprises seeking to boost developer productivity.
Provide consulting services to integrate the skill into clients' existing development workflows, with custom configurations for specific industries. Revenue comes from one-time project fees and ongoing support contracts.
Release a free version of the skill for basic coding tasks, with premium tiers offering advanced features like background task management and priority support. Monetize through upgrades and add-ons for larger teams.
💬 Integration Tip
Ensure the target repository is properly set as the workdir and use pty:true for interactive sessions to maintain reliable Codex CLI execution.
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.