Awesome Hermes PluginsTools & Automation

ashafizullah/hermes-monid-websearch

⭐ 21 Python added to this list on 2026-08-31 repository created 2026-08-27

hermes-monid-websearch replaces the provider behind Hermes Agent's `web_search` and `web_extract` tools with Monid's API, which is powered by TinyFish. Once installed and selected as the search, extract and general web backend, every such call in Hermes is routed through TinyFish transparently — the agent's tool surface does not change, only what answers it. Search results are rendered in a real browser against the live web rather than served from a cache, and can be scoped to a freshness window as short as sixty minutes. Extraction renders any URL in a browser and returns clean Markdown, with a configurable limit on how many URLs a single extract call may cover. The stated attraction is cost: TinyFish bills nothing for either search or fetch, and a free Monid account is needed only to obtain an API key, which the README contrasts with per-thousand-call pricing from SerpAPI, Tavily, Exa and Brave. The trust argument is that no language model sits in the loop — TinyFish is deterministic and returns actual page content, so URLs, titles and snippets come from real pages instead of being generated, which the author presents as safer when the agent is processing untrusted input. Installation is either a global npm install followed by copying the package into `~/.hermes/plugins/web/monid`, or a direct clone into that path; the key goes into `~/.hermes/.env`, the plugin is enabled with `hermes plugins enable web/monid`, three `hermes config set` calls point the web backends at it, and the gateway is restarted. Optional settings in `~/.hermes/config.yaml` cover the API base URL, a request timeout and the maximum number of URLs per extract call. The README documents troubleshooting for a missing key, an HTTP 401 from an invalid key and a plugin that fails to load, and is translated into Indonesian and Chinese. MIT licensed.

https://github.com/ashafizullah/hermes-monid-websearch

web-searchweb-extractbackendmonidtinyfishmarkdownfree-tier

Also in Tools & Automation

DietrichGebert/ponytail

Ponytail is a set of plugins for AI agent development tools like Claude Code and GitHub Copilot CLI that helps agents write more efficient, concise, and safe code by following a 'lazy senior dev' m...

XiaoMi/xiaomi-miloco

Miloco is Xiaomi's open-source AI solution for whole-home intelligence, functioning as an Agent plugin on OpenClaw and Hermes to orchestrate devices for a proactive, intelligent experience.

indranilbanerjee/digital-marketing-pro

Digital Marketing Pro is an open-source AI marketing plugin for agencies and in-house teams, offering 158 skills, 24 specialist agents, and a 12-Part Strategy Flow, with EU AI Act Article 50 readin...

Tommy-yw/RunbookHermes

RunbookHermes is an AIOps agent built on Nous Research Hermes Agent, designed for evidence-driven incident response, approval-gated remediation, and continuous learning.

robbyczgw-cla/hermes-web-search-plus

A source-only Hermes Agent plugin for multi-provider web search and URL extraction, offering diagnostic routing and transparent evidence.

Codename-11/hermes-relay

Hermes-Relay is an Android companion app and CLI that extends Hermes Agent with chat, voice, and device control, enabling mobile interaction and remote execution.

Cassette-Editor/oh-my-cassette

Oh My Cassette is a video editing plugin and skill for AI agents like Hermes, enabling agent-supervised video montage workflows with minimal token overhead.

AtlasOmnia/hermes-tool-router

A Hermes Agent plugin that intelligently routes tools to reduce first-turn schema tokens and optimize LLM interactions, featuring deterministic routing and optional model-based classification.