A Hermes general plugin that registers one tool: brave_web_search.
It provides the plugin toolset brave-search, so the tool can be enabled per platform in Hermes.
What it does
- Registers
brave_web_search - Uses Brave Search API for live web search
- Exposes the tool under the
brave-searchtoolset
Files
plugin.yaml— plugin manifest and env requirementsschemas.py— tool schema shown to the modeltools.py— Brave API implementation__init__.py— plugin registration wiringinstall.sh— installer for Hermes plugin setup
Requirements
- Hermes with plugin support
BRAVE_API_KEY
One-line install
curl -fsSL https://raw.githubusercontent.com/rabilrbl/hermes-brave-search-plugin/main/install.sh | bashManual install
git clone https://github.com/rabilrbl/hermes-brave-search-plugin.git ~/.hermes/plugins-src/brave-search
ln -sfn ~/.hermes/plugins-src/brave-search ~/.hermes/plugins/brave-searchUse in Hermes
- Enable the
brave-searchtoolset inhermes toolsfor the platform you want. - Restart Hermes.
- Ask for something that needs live web search.
License MIT