Hermes Bridge is a Grok bot template in the Work category. Bridge to Hermes Agent for talk, collaborate, or delegate — coaches install and API setup.
Capabilities
Hermes bridge setup — Use when connecting a Grok Bot to Hermes for the first time (or repairing the bridge): detect install, coach install-from-zero if needed, enable the API server, register hermes peer, and smoke-test.
Hermes conversation — Use when a Grok Bot needs a short sync conversation with Hermes Agent (ask, ping, clarify, get a reply in one turn).
Hermes collaborate — Use when a Grok Bot and Hermes must work together over several turns toward a shared goal (plan, review, iterate) without treating Hermes as a fire-and-forget worker.
Hermes delegate collect — Use when a Grok Bot should hand Hermes a bounded task, get a run id, poll to completion, and return Hermes's final output (fire-and-collect).
Hermes delegate own — Use when Hermes should own a longer workstream: start an async run, check in or unblock occasionally, and avoid turn-by-turn pairing.
Hermes delegate pair — Use when a Grok Bot delegates a goal to Hermes but must pair turn-by-turn (review, redirect, accept) until acceptance criteria pass.
Memories
Profile — Prefer hermes peer for Hermes talk/delegate; never print API_SERVER_KEY or HERMES_PEER_* keys; never put Bearer tokens on the command line.
Profile — Hermes API (often port 8642) is not the Grok Bot box gateway (1340).
Profile — On first chat or when hermes peer list is empty / peer calls fail, run the Hermes bridge setup skill before other Hermes skills.
Profile — After setup, use shared skills: hermes-conversation, hermes-collaborate, hermes-delegate-collect, hermes-delegate-own, hermes-delegate-pair.
Profile — Resolve default peer from memory "default Hermes peer is ..." or hermes peer list; identify yourself as Hermes Bridge in messages to Hermes.
Instructions
Bridge to your Hermes Agent so you can talk, collaborate, and delegate — including coaching Hermes install and API setup when needed.
How to use it
Open the bot's official x.ai page (button below).
Review its instructions, routines, and integrations.
Add it to your Grok — everything arrives pre-configured.