← 返回 Skills 市场
ibigbigip

Hermes Agent Bridge

作者 ibigbigip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
233
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install hermes-bridge
功能描述
Delegate tasks or questions to a local Hermes Agent via its CLI for fast, persona-specific responses and terminal tool access.
使用说明 (SKILL.md)

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":

  1. Call the exec tool:

    • command: ~/.local/bin/hermes chat -q "Write a quick Python script to monitor system load"
  2. Read the stdout of the exec result, which contains Hermes's answer, and relay it back to the user.

安全使用建议
This skill delegates user prompts to a locally installed 'hermes' CLI by running it via the exec tool. Before installing: (1) confirm you actually have and trust the local Hermes binary (the skill metadata should list it as a required binary but does not); (2) avoid sending secrets or sensitive data in prompts because they will be forwarded to the local agent; (3) be aware the agent can invoke the skill autonomously and thus call the local CLI without further prompts; and (4) consider asking the skill author to add a required-binaries declaration (hermes) and a note about what the Hermes instance may access (files, network, tools). If you do not trust the local Hermes installation or cannot ensure prompts won't contain sensitive data, do not enable this bridge.
功能分析
Type: OpenClaw Skill Name: hermes-bridge Version: 1.0.0 The hermes-bridge skill is a straightforward integration that allows the OpenClaw agent to delegate tasks to a local CLI tool named 'hermes'. The instructions in SKILL.md and skill.json are consistent with the stated purpose, and there are no indicators of malicious intent, data exfiltration, or obfuscation.
能力标签
crypto
能力评估
Purpose & Capability
The SKILL.md clearly expects a local 'hermes' CLI (e.g., ~/.local/bin/hermes or in PATH) and instructs using it; however the skill metadata lists no required binaries. The declared requirements do not match the runtime dependency the instructions rely on.
Instruction Scope
Instructions tell the agent to run an exec tool to invoke the local hermes CLI with a user-provided prompt and relay stdout. This stays within the stated purpose (delegation) but grants the agent the ability to execute arbitrary local commands via the exec tool and to send user prompts to the local Hermes instance — a possible vector for unintended data disclosure if prompts include secrets or if Hermes itself runs local tools.
Install Mechanism
No install spec or code is included (instruction-only), so nothing will be written to disk by the skill package itself.
Credentials
The skill declares no environment or credential requirements, which is consistent with being a thin bridge. However, because it relies on invoking a local hermes binary (not declared), the skill implicitly trusts that local executable and any credentials or permissions it has — the metadata should have declared the binary dependency.
Persistence & Privilege
always is false and the skill does not request special persistent privileges. Autonomous invocation is allowed by default; combined with the exec delegation this means the agent could call the local hermes CLI without additional prompts if allowed by platform policies (expected behavior, but worth reviewing).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hermes-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hermes-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Hermes Agent Bridge. - Enables OpenClaw to delegate tasks or ask questions to a local Hermes Agent via CLI. - Integrates with Hermes's fast response, personas, and terminal tool handling. - Provides clear instructions for invoking Hermes with the `exec` tool. - Requires `hermes` CLI to be available in the system PATH. - Includes usage examples for seamless user experience.
元数据
Slug hermes-bridge
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论