OpenAI Codex CLI ecosystem plugin with documentation management, scraping, indexing, and search capabilities for Claude Code.
/plugin install openai-ecosystem@claude-code-pluginsThe plugin provides offline access to OpenAI Codex CLI documentation through a local index with keyword-based search and subsection extraction.
Skill: openai-ecosystem:codex-cli-docs
- Keyword-based documentation discovery
- Token-efficient subsection extraction (60-90% savings)
- Offline access to curated Codex CLI documentation
- Coverage: Configuration, commands, sandbox mode, agents, tool use
Agent: openai-ecosystem:codex-docs-researcher
Specialized agent for researching OpenAI Codex CLI features and documentation. Auto-loads the codex-cli-docs skill for comprehensive research.
| Skill | Description |
|---|---|
/openai-ecosystem:docs-ops <action> |
Documentation lifecycle (scrape, validate, refresh, rebuild-index, clear-cache) |
-
Install the plugin
-
Use the skill for Codex CLI-related questions:
- "How does Codex CLI sandbox mode work?"
- "What configuration options are available?"
- "How do I set up custom agents?"
-
Or spawn the researcher agent for in-depth research
The plugin indexes documentation covering:
- Configuration: Environment variables, config files, model selection
- Commands: CLI commands, flags, and options
- Sandbox Mode: Isolated execution environment
- Agents: Custom agent configuration and tool use
- Integration: API integration, authentication, rate limiting
- 1.0.0 - Initial release with documentation skill, researcher agent, and management commands
MIT