hub-search-claude-code
Scanner skill for LLM agents that need to discover locally-installed Claude Code skills and community npm plugins before installing a duplicate or authoring a new skill from scratch. Walks ~/.claude/skills/**/SKILL.md (default skills directory) and the XDG variant at ~/.config/claude/skills/, then queries the npm registry for packages in the claude-plugin-* namespace. If the Hermes CLI is on PATH, augments results with hermes plugins search <q>. Emits a standard JSON envelope compatible with hub-search-hermes and hub-search-openclaw so agents can union results across all four hubs. Missing skills directories are treated as empty results, not errors.
Install in your agent
recipes_install(slug="hub-search-claude-code") https://recipes.wisechef.ai/api/skills/install?slug=hub-search-claude-code&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-claude-code First time? Generate your API key on the Library page.
Skill files