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
536 B
YAML
18 lines
536 B
YAML
name: sendblue
|
|
repo: https://github.com/duoi/hermes-sendblue-plugin
|
|
sha: 3318aaa4402769ce440d43e0445ea2151ad5e73e
|
|
description: Sendblue iMessage / SMS integration. Provides typing indicators, async daemon routing, and
|
|
Active LLM Tools for SMS dispatch.
|
|
maintainer: duoi
|
|
tier: community
|
|
category: platform
|
|
docs_url: https://github.com/duoi/hermes-sendblue-plugin#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- sendblue_list_messages
|
|
- sendblue_send_message
|
|
provides_hooks:
|
|
- pre_llm_call
|
|
provides_middleware: []
|
|
requires_env: []
|