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.
17 lines
538 B
YAML
17 lines
538 B
YAML
name: volcengine-voice
|
|
repo: https://github.com/linxichen/hermes-volcengine-voice
|
|
sha: e3f8a305f95e133c0524b632207384d3a644e291
|
|
description: Volcengine (火山引擎) Doubao TTS & STT provider for Hermes Agent — 60+ Chinese voices, dialect
|
|
support, speaker diarization
|
|
maintainer: linxichen
|
|
tier: community
|
|
category: voice
|
|
docs_url: https://github.com/linxichen/hermes-volcengine-voice#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks:
|
|
- pre_llm_call
|
|
provides_middleware: []
|
|
requires_env:
|
|
- VOLCENGINE_VOICE_API_KEY
|