·codex-skill
</>

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.

9Installs·1Trend·@feiskyer

Installation

$npx skills add https://github.com/feiskyer/openclaw-kubernetes --skill codex-skill

How to Install codex-skill

Quickly install codex-skill AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/feiskyer/openclaw-kubernetes --skill codex-skill
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: feiskyer/openclaw-kubernetes.

SKILL.md

View raw

Operate Codex CLI as a managed coding agent — from worktree setup through PR merge.

| exec "prompt" | Non-interactive one-shot, exits when done | | --full-auto | Alias for -s workspace-write (auto-approve file edits) | | -s workspace-write | Read + write files in workspace | | -s read-only | Analysis only, no modifications (default for exec) | | -s danger-full-access | Full access including network and system |

| --dangerously-bypass-approvals-and-sandbox | Skip all prompts + no sandbox (safe in containers/VMs) | | -m | Model selection — only use when user explicitly requests a model (e.g. gpt-5.1-codex-max). Omit to use Codex default. | | -c "modelreasoningeffort=high" | Reasoning effort: low, medium, high | | --json | Structured JSON Lines output |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/feiskyer/openclaw-kubernetes --skill codex-skill
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from feiskyer/openclaw-kubernetes

Quick answers

What is 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. Source: feiskyer/openclaw-kubernetes.

How do I install codex-skill?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/feiskyer/openclaw-kubernetes --skill codex-skill Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/feiskyer/openclaw-kubernetes

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10

Related Skills

None