Scrape OpenAI Codex CLI documentation from llms.txt sources, then refresh and validate the index. Use to update docs from upstream.
Scrapes Codex CLI docs from llms.txt sources and rebuilds validated index.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install openai-ecosystem@melodic-software(no arguments - runs full scrape)Scrape all documentation from the configured llms.txt sources.
python "${CLAUDE_PLUGIN_ROOT}/skills/codex-cli-docs/scripts/core/scrape_docs.py" --parallel
python "${CLAUDE_PLUGIN_ROOT}/skills/codex-cli-docs/scripts/management/rebuild_index.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/codex-cli-docs/scripts/management/manage_index.py" verify
Report the results of each step.