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.
19 lines
565 B
YAML
19 lines
565 B
YAML
name: tool-slimmer
|
|
repo: https://github.com/aliasocracy/hermes-tool-slimmer
|
|
sha: 3128c8fe3c27694c7d2f2dd16e5d639cf65b63f6
|
|
description: Reduce Hermes tool-schema overhead and show selector savings in the dashboard.
|
|
maintainer: aliasocracy
|
|
tier: community
|
|
category: tools
|
|
docs_url: https://github.com/aliasocracy/hermes-tool-slimmer#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- tool_slimmer_hydrate_tools
|
|
- tool_slimmer_request_full_tools
|
|
- tool_slimmer_select
|
|
- tool_slimmer_status
|
|
provides_hooks:
|
|
- pre_llm_call
|
|
provides_middleware: []
|
|
requires_env: []
|