Skip to content
Recipes
All skills
PRO discovery v1.0.1 2 installs

hub-search-claude-code

by WiseChef Team @wisechef_ai

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

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-claude-code
In your agent (MCP)
recipes_install(slug="hub-search-claude-code")
Signed install URL (curl-able with your API key)
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.

Skill files