fandhe-ai/agent-reference-skills

openai-codex

OpenAI Codex (CLI / IDE / cloud) の公式リファレンス。 codex CLI, codex exec, AGENTS.md, rules, subagents, prompting, approvals, sandbox, permission profiles, auto-review, config.toml, profiles, MCP 設定, 環境変数, GitHub Action, Codex SDK, Agents SDK 連携, cloud 委譲, administ…

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

openai-codex

OpenAI Codex — codex CLI / IDE 拡張 / cloud からなる OpenAI 公式のコーディングエージェント製品。 CLI・IDE・cloud への導入、AGENTS.md/rules/subagents によるエージェント設定、config.toml/MCP 設定、 approvals・sandbox・GitHub Action・Codex SDK による自動化、ワークスペース administration、 Codex Security による脆弱性スキャン・修復、cloud/local/worktree 環境の切り替えと Record & Replay によるスキル化、GitHub・Linear・Slack との連携をカバーする。

本スキルは OpenAI Codex の公式ドキュメントを蒸留したものであり、本リポジトリが対象とする Claude Code の .claude/ 体系とは別物である。AGENTS.md / rules / subagents など用語が重なる箇所があるが、 設定ファイルの形式・置き場所・意味は Claude Code の CLAUDE.md / .claude/rules/ / .claude/agents/ と互換性がない (詳細は references/agent-configuration/README.md の冒頭注記を参照)。

ディレクトリ構成

text
skills/openai-codex/
  SKILL.md
  references/
    getting-started/
      README.md
      cli.md
      cli-customization.md
      ide.md
      windows-app.md
      cloud.md
      cloud-internet-access.md
      remote.md
      remote-connections.md
      models.md
      codex-micro.md
      best-practices.md
    agent-configuration/
      README.md
      agents-md.md
      rules.md
      hooks.md
      speed.md
      subagents.md
      prompting.md
    config/
      README.md
      config-basics.md
      config-advanced.md
      config-reference.md
      config-sample.md
      environment-variables.md
      mcp-config.md
      amazon-bedrock.md
    security-automation/
      README.md
      agent-approvals-security.md
      sandbox.md
      permission-profiles.md
      permission-modes.md
      auto-review.md
      windows-sandbox.md
      windows-wsl.md
      non-interactive-mode.md
      github-action.md
      codex-sdk.md
      agents-sdk-mcp-server.md
    administration/
      README.md
      administration.md
      admin-rollout-guide.md
      work-admin-faq.md
      usage-limits.md
      groups-and-provisioning.md
      roles-and-workspace-permissions.md
      access-tokens.md
      analytics-api.md
      compliance-api.md
      governance.md
      workspace-analytics.md
      workspace-model-availability.md
      plugin-controls.md
      skill-controls.md
      managed-configuration.md
      manage-app-updates.md
      windows-deployment.md
      authentication.md
    security/
      README.md
      overview.md
      cloud-setup.md
      cloud-faq.md
      threat-model.md
      plugin-quickstart.md
      workbench.md
      scans.md
      deep-scans.md
      code-changes.md
      security-review.md
      triage-backlog.md
      fix-findings.md
      export-findings.md
      vulnerability-reports.md
      security-hardening.md
      plugin-changelog.md
      cli-quickstart.md
      cli-reference.md
      cli-faq.md
      cli-bulk-scans.md
      cli-ci.md
      sdk.md
    environments/
      README.md
      cloud-environment.md
      git-worktrees.md
      local-environment.md
      modes.md
    extend/
      README.md
      record-and-replay.md
    third-party/
      README.md
      github.md
      linear.md
      slack.md
  samples/
    README.md
    follow-goals.md
    github-code-reviews.md
    codebase-onboarding.md
    automation-bug-triage.md
    slack-coding-tasks.md
    reusable-codex-skills.md
    refactor-your-codebase.md
    code-migrations.md
    update-documentation.md
    agent-friendly-clis.md
    verified-operations-workflows.md
    ai-app-evals.md
    scan-code-changes-for-security.md
    deep-security-scan.md
    remediate-vulnerability-backlog.md
    dependency-incident-audits.md
    ios-simulator-bug-debugging.md
  scripts/
    README.md
    install.md
    auth.md
    cli-basics.md
    automation.md
    config.md

探索手順

タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:

  1. 下記マッピング表でタスクに対応するカテゴリを探す
  2. そのカテゴリの references/{category}/README.md を参照して目的のページを特定する
  3. 該当ページの .md を Read して詳細を確認する

タスク → カテゴリ マッピング

タスクカテゴリ参照 README
Codex CLI / IDE 拡張 / cloud の導入・違いを知りたいgetting-startedreferences/getting-started/README.md
CLI の出力・エイリアスをカスタマイズしたい、Windows デスクトップアプリ・リモート接続から使いたいgetting-startedreferences/getting-started/README.md
モデル選択(Codex Micro 含む)・reasoning effort・ベストプラクティスを知りたいgetting-startedreferences/getting-started/README.md
AGENTS.md / prompting / subagents ワークフローを設定したいagent-configurationreferences/agent-configuration/README.md
サンドボックス外で実行するコマンドを rules(.rules / Starlark prefix_rule)で許可したい、hooks でエージェントのライフサイクルにフックしたいagent-configurationreferences/agent-configuration/README.md
config.toml のキー・プロファイル・MCP サーバー設定、Amazon Bedrock 経由の利用を知りたいconfigreferences/config/README.md
環境変数の一覧を知りたいconfigreferences/config/README.md
approvals / sandbox / permission profiles / permission modes を設計したいsecurity-automationreferences/security-automation/README.md
codex exec を CI/GitHub Action/Codex SDK から自動実行したい、Windows/WSL 上のサンドボックスを設定したいsecurity-automationreferences/security-automation/README.md
ワークスペースの roles / provisioning / analytics / compliance を管理したいadministrationreferences/administration/README.md
Enterprise ロールアウト・アクセストークン運用を知りたいadministrationreferences/administration/README.md
リポジトリの脆弱性スキャン・トリアージ・修復(Codex Security)を行いたい、PR/差分のセキュリティレビューをしたいsecurityreferences/security/README.md
検出結果の SARIF/CSV/JSON エクスポート・CI 連携・threat model 調整をしたいsecurityreferences/security/README.md
Cloud / Local / Worktree 環境の設定・切り替え、git worktree でチャットを分離したいenvironmentsreferences/environments/README.md
ワークフローを録画してスキル化したい(Record & Replay)extendreferences/extend/README.md
GitHub / Linear / Slack から Codex を呼び出したいthird-partyreferences/third-party/README.md
典型的な使い方を知りたいsamplessamples/README.md
インストール・CLI コマンドを知りたいscriptsscripts/README.md
from this repository

More skills

All skills