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

hub-search-hermes

by WiseChef Team @wisechef_ai

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

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

Skill files