Every entry is pinned to the commit reviewed on 2026-09-15 and passed, at that commit: `hermes plugins validate` (declared tools/hooks/middleware match registrations, no built-in tool collisions) in both the main venv and a bare `pip install -e .` venv, `tools.plugin_guard.scan_plugin` with a non-dangerous verdict, a self-updater grep over every .js file, and a vendor-credential-store write grep over every .py file. Capabilities and requires_env are copied from each plugin.yaml; category was assigned by hand.
18 lines
507 B
YAML
18 lines
507 B
YAML
name: skill-router
|
|
repo: https://github.com/xXLODXx/hermes-skill-router
|
|
sha: 445c32f9b274f53bf3d37ce1b37ec1b3e5530ac4
|
|
description: Evidence-based, session-safe skill routing with auditable decisions and opt-in learning
|
|
maintainer: xXLODXx
|
|
tier: community
|
|
category: general
|
|
docs_url: https://github.com/xXLODXx/hermes-skill-router#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks:
|
|
- post_llm_call
|
|
- post_tool_call
|
|
- pre_llm_call
|
|
- pre_tool_call
|
|
provides_middleware: []
|
|
requires_env: []
|