Hermes skill-graph plugin adds searchable knowledge graph for agent skills
Hermes agents traditionally match skills by flat names and tags, which often miss relevant actions. This plugin builds a SQLite FTS5 graph from SKILL.md metadata, allowing full‑text search plus traversal of typed edges like depends_on or complemented_by. Agents can call the provided skill_graph_search tool to retrieve skills with contextual relationship chains. It benefits developers building or extending Hermes agents who need richer, context‑aware skill lookup.
View on GitHub →nuffin/hermes-skill-graph