codex-skill이란?
사용자가 Codex, gpt-5 또는 gpt-5.1을 활용하여 무언가를 구현하도록 요청할 때 사용합니다(일반적으로 Claude가 설계한 계획이나 기능 구현). 승인 프롬프트 없이 자동 작업 실행을 위한 비대화형 자동화 모드를 제공합니다. 출처: feiskyer/openclaw-kubernetes.
사용자가 Codex, gpt-5 또는 gpt-5.1을 활용하여 무언가를 구현하도록 요청할 때 사용합니다(일반적으로 Claude가 설계한 계획이나 기능 구현). 승인 프롬프트 없이 자동 작업 실행을 위한 비대화형 자동화 모드를 제공합니다.
명령줄에서 codex-skill AI 스킬을 개발 환경에 빠르게 설치
출처: feiskyer/openclaw-kubernetes.
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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/feiskyer/openclaw-kubernetes --skill codex-skill사용자가 Codex, gpt-5 또는 gpt-5.1을 활용하여 무언가를 구현하도록 요청할 때 사용합니다(일반적으로 Claude가 설계한 계획이나 기능 구현). 승인 프롬프트 없이 자동 작업 실행을 위한 비대화형 자동화 모드를 제공합니다. 출처: feiskyer/openclaw-kubernetes.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/feiskyer/openclaw-kubernetes --skill codex-skill 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/feiskyer/openclaw-kubernetes