codex
Delegate coding, review, and testing to persistent Codex sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install codex skill?โผ
Run `npx skills add oil-oil/codex --all -g -y` in your terminal to install it globally. You also need Codex CLI installed and logged in, plus jq for event processing.
What tasks can this skill delegate to Codex?โผ
It handles codebase exploration, feature implementation, read-only code reviews with file and line references, and running tests or builds with organized verification results.
How do I continue a previous Codex session?โผ
Pass the returned session ID with the --session flag, and the wrapper resumes the same workspace and permissions without resending the full context.
Does it work on Windows, macOS, and Linux?โผ
Yes. It ships both a Bash script for macOS and Linux and a PowerShell script for Windows with the same parameters and outputs.
How do I run read-only code reviews safely?โผ
Use the --read-only flag to create a sandboxed session that cannot modify files, ideal for exploration, diagnosis, and review tasks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core