hub-search-codex
preview — Codex CLI plugin API not yet programmatically queryable; filesystem-only fallback ships today. Scanner skill for LLM agents that need to discover locally installed Codex skills before duplicating effort or authoring a new capability. Walks ~/.codex/skills/**/SKILL.md as the only reliable discovery path. If the codex CLI is on PATH and supports --list-plugins --json (probed at runtime; non-zero exit tolerated), its output augments the filesystem results. When the CLI API is absent or returns a non-zero exit, the gap is reported via the errors[] field rather than treated as a fatal failure. Emits the same standard JSON envelope used by the other three hub-search skills so agents can union results across all hubs.
Install in your agent
recipes_install(slug="hub-search-codex") https://recipes.wisechef.ai/api/skills/install?slug=hub-search-codex&ref=skill-page Works in any MCP-capable agent — Claude Code, Cursor, Cline, OpenClaw, Hermes, Windsurf.
Your install command
Sign in to get your API key and the personalized install command.
Sign in to install →This skill requires Pro. Upgrade to install.
See plans →Copy and paste into your agent's environment:
export RECIPES_API_KEY=rec_live_… Get key → recipes install hub-search-codex First time? Generate your API key on the Library page.
Skill files