ワンクリックで
codex-cli-reference
Reference guide for Codex CLI commands, global flags, and model/sandbox overrides.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reference guide for Codex CLI commands, global flags, and model/sandbox overrides.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference guide for integrating and operating Kimi Code CLI in Ode, with focus on prompt mode, sessions, and automation-safe defaults.
Reference guide for integrating and operating Goose CLI in Ode, focused on run/session commands, stream-json automation, and session lifecycle behavior.
Reference guide for integrating and operating Kilo CLI in Ode, focused on non-interactive runs, session usage, and JSON event streaming.
Research Slack developer docs for updated APIs and AI app development guidance.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Reference guide for integrating and operating Kiro CLI in Ode, focused on non-interactive chat sessions, trust flags, session management, and diagnostics.
| name | codex-cli-reference |
| description | Reference guide for Codex CLI commands, global flags, and model/sandbox overrides. |
-c overrides > explicit command flags (like --model) > profile/default config.codex exec) workflows.Use this when you need to:
exec, resume, features, mcp, etc.),--model, --sandbox, --full-auto, --ask-for-approval),~/.codex/config.toml to one-off overrides.--model, -m <slug>: override configured model for this run (example: gpt-5-codex).--sandbox, -s <mode>: set command sandbox (read-only, workspace-write, danger-full-access).--ask-for-approval, -a <policy>: control approval behavior (untrusted, on-failure, on-request, never).--full-auto: shorthand for lower-friction automation (on-request + workspace-write).-c, --config key=value: one-off config override for the invocation.# Interactive TUI with explicit model
codex --model gpt-5.3-codex
# Non-interactive run with JSON events
codex exec --json --model gpt-5.3-codex "summarize this repo"
# Resume most recent session with model override
codex resume --last --model gpt-5.3-codex