← 返回 Skills 市场
nerua1

Openclaw Bridge

作者 nerua1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-bridge
功能描述
Send messages to a local OpenClaw/Rook gateway and receive responses directly from Claude Code. Enables bidirectional agent-to-agent communication via the `o...
安全使用建议
Before installing or enabling this skill: 1) Confirm you have and trust a local openclaw gateway/CLI — SKILL.md expects openclaw in PATH even though the registry metadata didn't list it. 2) Be aware the skill will cause the CLI to access ~/.openclaw/openclaw.json (check what that token permits). 3) The agent may read/write files you point it at for handoff — avoid referencing sensitive files. 4) There is a shell-command interpolation risk: ensure the implementation passes messages safely (as argv) or escapes user content to avoid command injection. 5) If you follow the README's git clone step, inspect the repo before running code. If you need higher confidence, ask the publisher for (a) an explicit required-binaries entry listing openclaw, (b) a note on how messages are passed to the CLI (argv vs raw shell interpolation), and (c) confirmation about any network endpoints the local gateway might forward messages to.
功能分析
Type: OpenClaw Skill Name: openclaw-bridge Version: 1.0.0 The openclaw-bridge skill is a legitimate utility designed to facilitate communication between Claude Code and a local OpenClaw gateway. It uses the 'openclaw' CLI to send and receive messages, providing clear instructions for the AI agent on how to parse JSON responses and handle gateway health checks. No evidence of malicious intent, data exfiltration, or unauthorized execution was found in SKILL.md or the associated files.
能力标签
crypto
能力评估
Purpose & Capability
The skill's purpose (send messages to a local OpenClaw gateway via the openclaw CLI) is coherent with the SKILL.md. However the registry metadata lists no required binaries while SKILL.md explicitly requires the openclaw CLI in PATH — a mismatch between declared requirements and runtime instructions.
Instruction Scope
Runtime instructions tell the agent to run shell commands embedding user messages (e.g., openclaw agent --message "<message>") and to write/read temporary or shared files (e.g., cat /path/to/.continue-here.md). That gives the skill authority to access arbitrary user files referenced for handoff and raises a command-injection risk if messages are interpolated into shell without proper escaping. The SKILL.md also notes the CLI reads ~/.openclaw/openclaw.json for an auth token (the agent does not read it directly, but invoking the CLI will).
Install Mechanism
This is instruction-only (no automated install spec), which is lower-risk. The README suggests installing the skill by cloning a GitHub repo (git clone https://github.com/nerua1/openclaw-bridge), which is typical but requires you to trust that repository before running any code from it.
Credentials
No environment variables are requested by the registry, which is consistent with relying on the local openclaw CLI. However, the CLI will access a local auth token at ~/.openclaw/openclaw.json; you should verify what that token can do and whether invoking the CLI will forward data elsewhere. The skill does not request unrelated credentials.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not claim to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-bridge 1.0.0 – Initial release - Enables Claude Code to send messages to a local OpenClaw/Rook gateway and receive responses. - Supports agent-to-agent communication via simple CLI commands (ask, notify, agent listing, gateway health check). - Trigger phrases like "ask openclaw", "tell rook", and "delegate to kimi" for seamless task delegation or second opinion requests. - Automatically parses and returns agent responses inline; handles error reporting if the gateway is unreachable. - Requires the OpenClaw gateway to be running locally and the CLI available in PATH.
元数据
Slug openclaw-bridge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Bridge 是什么?

Send messages to a local OpenClaw/Rook gateway and receive responses directly from Claude Code. Enables bidirectional agent-to-agent communication via the `o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Openclaw Bridge?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-bridge」即可一键安装,无需额外配置。

Openclaw Bridge 是免费的吗?

是的,Openclaw Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw Bridge 支持哪些平台?

Openclaw Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openclaw Bridge?

由 nerua1(@nerua1)开发并维护,当前版本 v1.0.0。

💬 留言讨论