Skip to content
Recipes
All skills
PRO discovery v1.0.3 4 installs

hub-search-codex

by WiseChef Team @wisechef_ai

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

First time? Tell your agent: "install the recipes skill from recipes.wisechef.ai/skill" — then the lines below add this skill.
Quick install hub-search-codex
In your agent (MCP)
recipes_install(slug="hub-search-codex")
Signed install URL (curl-able with your API key)
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.

Skill files