/install hermes-bridge
Hermes Agent Bridge
This skill allows OpenClaw to delegate tasks or ask questions directly to a standalone Hermes Agent installed on the same system via its CLI interface.
Description
Use this skill when you need to leverage Hermes Agent's fast response times, its specific configured personas, or its local terminal tools. This acts as a bridge where OpenClaw asks Hermes to process a prompt and return the result.
Usage
Run the following bash command using the exec tool, passing the prompt as a string. Note that we rely on hermes being in the PATH (e.g., ~/.local/bin/hermes).
~/.local/bin/hermes chat -q "your prompt here"
Examples
If the user asks you to "ask Hermes to write a quick script" or "see what Hermes thinks about this":
-
Call the
exectool:command:~/.local/bin/hermes chat -q "Write a quick Python script to monitor system load"
-
Read the stdout of the
execresult, which contains Hermes's answer, and relay it back to the user.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hermes-bridge - 安装完成后,直接呼叫该 Skill 的名称或使用
/hermes-bridge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hermes Agent Bridge 是什么?
Delegate tasks or questions to a local Hermes Agent via its CLI for fast, persona-specific responses and terminal tool access. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。
如何安装 Hermes Agent Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hermes-bridge」即可一键安装,无需额外配置。
Hermes Agent Bridge 是免费的吗?
是的,Hermes Agent Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hermes Agent Bridge 支持哪些平台?
Hermes Agent Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hermes Agent Bridge?
由 ibigbigip(@ibigbigip)开发并维护,当前版本 v1.0.0。