← 返回 Skills 市场
zhenstaff

protocol bridge

作者 Justin Liu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
283
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install protocol-bridge
功能描述
Enables seamless cross-protocol AI agent communication by translating messages, intelligent routing, agent discovery, and secure authentication.
安全使用建议
Do not install or run the referenced npm package unless you verify its source and code. Steps to take before using this skill: - Check the npm package page and GitHub repository links in the SKILL.md; confirm the maintainer identity and inspect the source code for unexpected behavior. - Confirm you have Node/npm and that the package version is legitimate — the registry metadata should have declared required binaries (it does not). - Because the bridge handles authentication (JWT/OAuth/mTLS), ask the maintainer which credentials/certificates are needed and how they are stored. Avoid supplying long-lived secrets until you understand storage/rotation. - If you must test it, run the npm package in an isolated environment (VM/container) and restrict network access until you audit it. - Prefer skills whose registry metadata accurately lists required binaries and environment variables and that include a verifiable source/homepage. The mismatch here is the main reason for caution.
功能分析
Type: OpenClaw Skill Name: protocol-bridge Version: 1.0.0 The skill bundle contains no functional code and acts solely as a documentation wrapper in skill.md and readme.md, directing the AI agent to perform a global installation of an external npm package (npm install -g openclaw-protocol-bridge). This is a high-risk behavior as it facilitates the execution of unverified external code with elevated privileges. Additionally, the _meta.json file contains an anomalous future-dated timestamp (March 2026), which is a common indicator of synthetic or improperly generated metadata.
能力评估
Purpose & Capability
The skill's claimed capabilities (protocol translation, routing, discovery, security) match the provided CLI/API examples, but the package usage implies a dependency on Node/npm and network access which the registry metadata does not declare. The SKILL advertises JWT/OAuth/mTLS support yet does not declare any credential or config requirements.
Instruction Scope
SKILL.md instructs installing an npm package, starting a server, registering agents, and calling external endpoints — all reasonable for a bridge. However, these are runtime actions that require installing and executing third-party code and potentially handling secrets; the instructions do not limit or specify how credentials/certs are obtained or protected.
Install Mechanism
There is no formal install spec in the registry, yet the README/SKILL.md instructs 'npm install -g openclaw-protocol-bridge' (pulling code from npm). Installing a global npm package executes external code with filesystem and network privileges; the registry should have declared Node/npm as required binaries and provided a trustworthy source. The SKILL points to a GitHub and npm URL, but the registry lists 'source: unknown' and no homepage.
Credentials
The skill advertises supporting JWT, OAuth, API keys, and mTLS, but requires.env is empty and no primary credential is declared. In practice these features require secrets, certs, or config files — their absence from the metadata is a proportionality mismatch and reduces transparency about what sensitive data the skill will need or handle.
Persistence & Privilege
Flags like always, user-invocable, and model-invocation are normal; the skill does not request permanent inclusion or claim to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install protocol-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /protocol-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Protocol Bridge v1.0.0 – Initial release - Enables seamless cross-protocol communication between AI agents across MCP, A2A, LangChain, AutoGPT, and CrewAI. - Features protocol translation, intelligent routing, agent discovery, and robust security (JWT, OAuth, API keys, mTLS). - Provides CLI tools for agent registration, server management, agent listing, and health checks. - Supports middleware and advanced agent discovery for flexible system integration. - Includes detailed English and Chinese documentation for installation, configuration, and troubleshooting.
元数据
Slug protocol-bridge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

protocol bridge 是什么?

Enables seamless cross-protocol AI agent communication by translating messages, intelligent routing, agent discovery, and secure authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 protocol bridge?

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

protocol bridge 是免费的吗?

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

protocol bridge 支持哪些平台?

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

谁开发了 protocol bridge?

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

💬 留言讨论