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.
21 lines
564 B
YAML
21 lines
564 B
YAML
name: tokenwatch
|
|
repo: https://github.com/0xBernard/tokenwatch
|
|
sha: b06c293e254d7af6d889fdfa07934a9fc5ca38a7
|
|
description: Monitor Hermes token usage, notify at thresholds, and freeze tool/gateway activity at configured
|
|
limits.
|
|
maintainer: 0xBernard
|
|
tier: community
|
|
category: general
|
|
docs_url: https://github.com/0xBernard/tokenwatch#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks:
|
|
- on_session_end
|
|
- on_session_start
|
|
- post_api_request
|
|
- pre_api_request
|
|
- pre_gateway_dispatch
|
|
- pre_tool_call
|
|
provides_middleware: []
|
|
requires_env: []
|