Slash Commands Reference
Summary
- Quick reference for Codex slash commands in this environment. Command availability can vary by version/client.
Key Points
- Use
/ in the input box to see all commands available right now.
- Use
? to show keyboard shortcuts.
- Common commands:
/init, /status, /approvals, /model, /mcp, /mode, /clear, /diff, /skills.
experimental is often exposed as a mode/value or feature flag, not always a standalone /experimental command.
- For CLI-level capabilities, run
codex --help and codex features list.
Examples
- Change model:
/model
- Initialize repo context:
/init
- List skill helpers:
/skills
- View MCP integrations:
/mcp
- Check feature flags (terminal):
codex features list
- AI/OpenAI/index
- AI/OpenAI/Usage of OpenAI
- AGENTS