Skip to content

hksw-io/codex-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

codex-skill

Get a second opinion from OpenAI's Codex CLI without leaving Claude Code.

claude skill install hksw-io/codex-skill

Quick start

/codex What does this function do?
/codex model:o3 reasoning:xhigh Explain the auth flow
/codex fast:on Summarize test coverage gaps

Arguments

Arg Example Description
model:VALUE model:o3 Model override
reasoning:VALUE reasoning:high Reasoning effort: low, medium, high, xhigh
fast:on|off fast:on Service tier
(rest) Explain this code Prompt (required)

All flags are optional — defaults come from ~/.codex/config.toml.

How it works

Runs codex exec via the Bash tool in read-only sandbox. Codex can read your codebase but cannot modify files.

Requirements

  • Codex CLI installed
  • OpenAI API key configured

License

MIT

About

Claude Code skill to invoke OpenAI Codex CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors