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
669 B
YAML
18 lines
669 B
YAML
name: chatto-platform
|
|
repo: https://github.com/jrimmer/hermes-chatto-plugin
|
|
sha: aab0a20635cb578253a8014bc8d93e1b32f020fc
|
|
description: Chatto gateway adapter for Hermes Agent. Connects to a Chatto server (self-hosted team chat)
|
|
and relays messages between rooms/DMs and the Hermes agent. Uses the Chatto ConnectRPC API (JSON over
|
|
HTTP) for outbound messages and the Chatto realtime WebSocket protocol (binary protobuf) for inbound
|
|
eve
|
|
maintainer: jrimmer
|
|
tier: community
|
|
category: platform
|
|
docs_url: https://github.com/jrimmer/hermes-chatto-plugin#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env:
|
|
- name
|