abundantbeing/hermes-browser-extension
This project provides a browser-native side panel and full-page workspace for Hermes Agent, connecting active web context to local, cloud, or remote Hermes runtimes.
Awesome Hermes Plugins › Browser, Media & Other Backends
hermes-talk turns realtime voice into an orchestration surface for Hermes Agent rather than a dictation or read-aloud feature. It opens one bidirectional audio session, so turn-taking, interruption and tool calls happen inside the speech layer; interrupting mid-sentence stops the agent because it never stopped listening. Realtime function calls relay straight into the agent real tool registry, so a question the model cannot answer from memory triggers a visible lookup and an answer from what it found. Delegation spawns a real background Hermes agent while the conversation continues, and the result is announced out loud when it completes instead of requiring polling or a terminal check. The session prompt is assembled from what Hermes already knows, including SOUL.md and whatever the configured memory provider contributes, so the first spoken request lands on an agent that already has context. The plugin uses the OpenAI Realtime API and offers three authentication lanes resolved fail-closed in order: a Talk-scoped API key, the shared environment key, then Codex CLI OAuth, which rides an existing ChatGPT subscription entitlement with no key and refreshes expired tokens atomically so the Codex CLI keeps working. A preference flag can require the subscription lane even when keys exist. Whichever lane wins, the session is minted server-side into an ephemeral client secret, so the raw key or token touches exactly one endpoint and never reaches the socket, a log line or a client. Commands cover a terminal duplex session, a confirmation-gated setup that writes settings to the Hermes home .env as one atomic transaction with rollback, and a strictly read-only doctor that names the winning auth lane and the audio state without printing secrets. It requires Python 3.11 or newer and a Hermes host at v0.17 or later, registers through the plain plugin surface with no core edits, and carries over 650 offline tests.
https://github.com/TheSmokeDev/hermes-talk
This project provides a browser-native side panel and full-page workspace for Hermes Agent, connecting active web context to local, cloud, or remote Hermes runtimes.
Local RSS/Atom reader built into Hermes Desktop, with per-article AI summaries and source-checking chats and no data leaving the machine until requested.
Integrate the lightweight, Rust-based Obscura headless browser with Hermes agents for efficient, dependency-free web automation.
This plugin integrates the HermesWorld creative AI platform directly into the Hermes Agent dashboard as an embedded tab.
Chrome extension and local companion that bind a specific Hermes profile and session to chosen signed-in tabs, letting Hermes read and control them without a hidden automation browser.
Hermes Notebook provides handwriting-first clients for Kindle Scribe, BOOX, and Android stylus tablets, integrating recognized notes into Hermes Agent sessions with OCR and offline ink support.
Swaps Hermes' default web_search and web_extract backends for Kagi's v1 API and adds a kagi_enriched_search tool exposing infoboxes, related searches, and other enrichment data.