hub-search-hermes
Scan the local Hermes skill hub (~/.hermes/skills/) to discover installed skills before authoring a new one. Invoke when asked 'is there an existing skill for X?', 'check Hermes before authoring', or 'search local skills for Y'. The method walks ~/.hermes/skills/**/SKILL.md, parses YAML frontmatter (mirroring the parse_skill_md approach in scripts/harvest_cookbook.py), and fuzzy-matches the query against name, description, and tags via token overlap scoring. Output is canonical JSON: {hub, query, results[{name, description, version, install_command, source_url, license, match_score}], elapsed_ms, errors}. Pure filesystem scan — no network calls required. Complements hub-search-openclaw and hub-search-claude-code for exhaustive pre-authoring discovery.
Install in your agent
recipes_install(slug="hub-search-hermes") https://recipes.wisechef.ai/api/skills/install?slug=hub-search-hermes&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-hermes First time? Generate your API key on the Library page.
Skill files