Agent skill
codex
Use when operating Codex CLI itself (config, profiles, sandbox, approvals, and safe usage patterns).
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/codex-rozwer-cross2b-pro
SKILL.md
Operating guidelines
- Prefer safe defaults:
--sandbox workspace-writeand approvalson-requestunless the user explicitly asks otherwise. - Make config changes explicit and minimal (document what changed and why).
- When troubleshooting CLI behavior, capture:
codex --version/statusoutput- relevant config files (e.g.,
config.toml)
- Avoid leaking secrets into logs; redact tokens and API keys.
Common actions
- Validate configuration quickly via
codex exec --helpandcodex features list. - Use
CODEX_HOMEto switch between global and project-local setups.
Didn't find tool you were looking for?