什么是 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