ligphidonk/oh-my--paper

codex-dispatch

Delegate coding tasks to OpenAI Codex CLI

First seen Apr 19, 2026

Installation

$ npx skills add ligphidonk/oh-my--paper --skill codex-dispatch

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ligphidonk/oh-my--paper · top by installs.

npx skills add ligphidonk/oh-my--paper

Browse all from ligphidonk/oh-my--paper

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 721
License LICENSE
Default branch main
Open issues 4
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0
Declared agents claude-code codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 807 B
  • docs SUMMARY.md 63 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

SKILL.md

Codex 委派技能

当用户明确要求使用 OpenAI 模型,或需要利用 Codex 的特定能力时,通过 exec 工具调用 Codex CLI。

适用场景

  • 用户要求使用 GPT / o3 / o4 模型
  • 需要 OpenAI 特有的代码补全能力
  • 与 OpenAI 生态集成的任务

调用方式

codex --approval-mode full-auto \
  -p "<详细任务描述>" \
  --cwd {baseDir}

注意

  • 默认优先使用 Claude Code(推理能力更强)
  • 仅在用户明确请求 OpenAI 模型时使用 Codex
  • Codex 会自动读取项目上下文