一键导入
codex
Codex CLI (codex exec) を非対話的に呼び出す。GPT-5.4 によるコード実装、レビュー、設計分析に使用する。「codex で実装して」「codex でレビュー」「Codex に聞いて」などのリクエストで使用する。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Codex CLI (codex exec) を非対話的に呼び出す。GPT-5.4 によるコード実装、レビュー、設計分析に使用する。「codex で実装して」「codex でレビュー」「Codex に聞いて」などのリクエストで使用する。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
写真に写っている人物の顔を検出してぼかし、匿名化した画像を作成する。YuNet による 2 パス顔検出、ガウスぼかし、拡大クロップでの目視検証、取りこぼしの手動追いぼかしまでのワークフロー。「顔をぼかして」「顔にモザイク」「写真の顔を隠して」「人物を匿名化して」などのリクエストで使用する。
Analyze X creator subscription accounts through X's authenticated internal Web API. Use when asked to collect subscriber counts, subscription-only post counts, monthly prices, estimated gross monthly revenue, rankings, or summary statistics for X Subscriptions, including the user's managed set of subscribed creators.
X(Twitter)上の公開情報を検索し、投稿、アカウント、スレッド、最近の話題、評判、反応を根拠となる x.com URL 付きで調査する。「X で検索して」「X でこの投稿やアカウントを探して」「X で最近何が話題?」「X 上の反応や評判を調べて」などで使用する。投稿、返信、引用、いいね、フォロー、ブロック、ミュート、報告、削除などの書き込み操作や、指定された X URL またはログイン済み X 画面そのものを開いて閲覧・確認する依頼には使用しない。
chrome-devtools MCP でログイン済み Chrome を使い、X (Twitter) の内部 Web API (api.x.com / i/api) を fetch で呼んで一括操作する。ブロック解除、ブロック、ミュート、フォロー解除などをまとめて処理したいときに使う。X のレートリミット (短い窓あたり約 10 件) の回避方法を含む。「X で全員ブロック解除して」「まとめてミュート」「一括でフォロー解除」などのリクエストで使用する。
Check Luma event guests against X profile, follow, mutual-follow, affiliation, and recent-account-activity requirements. Use when Codex needs to review a Luma event guest table, extract pending guests and X profile links, identify missing/invalid/deleted/protected X accounts, use X relationship lookup to verify whether guests follow the logged-in organizer account, check whether candidates have posted from their own X account within the last month excluding repost-only activity using read-only internal APIs, prioritize mutual follows before followed-by-only candidates, check whether a specific X handle registered and what current Luma status it has, manage X rate limits without causing 429s, and report decline or approval-support candidates without ever performing approve, decline, or other guest write actions.
Archive only the current Codex App thread when the user invokes /archive or $archive to finish the current thread. Use the Codex App thread archive tool without passing a thread id so no other thread is archived.
| name | codex |
| description | Codex CLI (codex exec) を非対話的に呼び出す。GPT-5.4 によるコード実装、レビュー、設計分析に使用する。「codex で実装して」「codex でレビュー」「Codex に聞いて」などのリクエストで使用する。 |
You invoke OpenAI Codex CLI in headless (non-interactive) mode from within Claude Code using codex exec.
Use GPT-5.4 for code implementation, review, architecture analysis, security checks, and other tasks.
codex CLI is installed and authenticated (codex login or OPENAI_API_KEY set)--skip-git-repo-check)For code review, analysis, second opinions. Codex cannot modify files.
codex exec --sandbox read-only --ephemeral [OPTIONS] "PROMPT"
For code generation and implementation. Codex can create and modify files in the workspace.
codex exec --full-auto --ephemeral [OPTIONS] "PROMPT"
--full-auto is equivalent to --sandbox workspace-write with auto-approval of file writes.
| Flag | Purpose |
|---|---|
--ephemeral | Do not persist session to disk (always include) |
-m MODEL | Override model (default: gpt-5.3-codex) |
--skip-git-repo-check | Allow running outside a git repo |
-C DIR | Set working directory |
-o FILE | Write final message to a file |
--json | Output JSON Lines event stream |
--output-schema FILE | Force structured output with JSON Schema |
-i IMAGE | Attach image file to the prompt |
-c key=value | Override config (e.g. -c model_reasoning_effort="xhigh") |
codex exec --full-auto --ephemeral -C PROJECT_DIR "PROMPT" via Bash (timeout: 300000ms)codex exec --sandbox read-only --ephemeral "PROMPT" via Bash (timeout: 120000ms)codex exec review
Reviews the current diff against the base branch without needing a custom prompt.
codex exec calls (implementation takes longer)--dangerously-bypass-approvals-and-sandbox はサンドボックスを無効化し、ファイルシステム全体への書き込みを許可するため使わない--skip-git-repo-check for non-repo directories