Files
hermes-agent/plugin-catalog/rocketchat-platform.yaml
teknium1 5d59366010 feat(plugin-catalog): add 66 community plugins from the Discord #plugins-skills-and-skins sweep
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.
2026-09-15 12:55:47 -07:00

27 lines
914 B
YAML

name: rocketchat-platform
repo: https://github.com/HalfbitStudio/hermes-plugin-rocketchat
sha: 989a04cd5f09e57bdd88997940cd18e4d58415b2
description: Rocket.Chat gateway adapter for Hermes Agent. Connects to a self-hosted Rocket.Chat instance
via the REST API v1 for outbound traffic and the Realtime (DDP) WebSocket for inbound messages. Uses
aiohttp (already a Hermes dependency) — no extra packages needed.
maintainer: HalfbitStudio
tier: community
category: platform
docs_url: https://github.com/HalfbitStudio/hermes-plugin-rocketchat#readme
capabilities:
provides_tools:
- rocketchat_create_channel
- rocketchat_delegate
- rocketchat_dm
- rocketchat_get_history
- rocketchat_get_permalink
- rocketchat_get_thread
- rocketchat_list_channels
- rocketchat_post
- rocketchat_search_messages
- rocketchat_send_file
provides_hooks: []
provides_middleware: []
requires_env:
- name