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.
24 lines
683 B
YAML
24 lines
683 B
YAML
name: local_knowledge
|
|
repo: https://github.com/stepanov1975/hermes-local-knowledge
|
|
sha: c13a1a357eb110fe62d6d4f8a715187079766541
|
|
description: 'Native Hermes tools for a configurable local capability index: search/get/neighbors plus
|
|
local usage feedback/reporting.'
|
|
maintainer: stepanov1975
|
|
tier: community
|
|
category: tools
|
|
docs_url: https://github.com/stepanov1975/hermes-local-knowledge#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- knowledge_feedback
|
|
- knowledge_get
|
|
- knowledge_neighbors
|
|
- knowledge_search
|
|
- knowledge_usage_report
|
|
provides_hooks:
|
|
- on_session_end
|
|
- on_session_finalize
|
|
- post_tool_call
|
|
- pre_llm_call
|
|
provides_middleware: []
|
|
requires_env: []
|