← 返回 Skills 市场
lxx328

mention-to-gateway

作者 lxx328 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
212
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mention-to-gateway
功能描述
当收到 @deviceid-agentid-ip + 指令 格式的信息时,应该将对应消息发送到指定的 ip 网关的agent 上
安全使用建议
This skill forwards parsed messages to arbitrary IPs using an OpenAI-style API and returns the remote assistant's reply verbatim. Before installing, consider: (1) Who authored this skill and can you trust it? There's no homepage or source. (2) Limit destinations — require a whitelist of allowed gateway IPs/ports; avoid letting untrusted input control the IP. (3) Ensure authentication and encryption to target gateways (the skill includes no auth). (4) Confirm where the "gateway internal IP" and agent name are sourced from (these are not declared). (5) Consider running it in a sandbox or disabling autonomous invocation until you add checks to prevent forwarding sensitive data or accessing internal-only networks. If you cannot obtain source code and a clear safe-deployment design from the author, treat this skill as risky and avoid installing it in production environments.
功能分析
Type: OpenClaw Skill Name: mention-to-gateway Version: 1.0.0 The skill 'mention-to-gateway' (SKILL.md) implements a cross-agent communication relay that functions as a Server-Side Request Forgery (SSRF) vector. It instructs the agent to parse an IP address from user input and send a POST request to that IP on port 18789. While this is the stated purpose for multi-gateway interaction, it allows the agent to be used as a proxy to probe or interact with arbitrary network targets. Additionally, the instructions command the agent to suppress all output except the remote response, which could be used to mask unauthorized network activity.
能力评估
Purpose & Capability
The name/description match the instructions: the skill parses mentions and forwards them to another gateway's agent via an OpenAI-compatible HTTP call. However, the skill implicitly requires the ability to make arbitrary outbound HTTP requests to IP addresses (including internal IPs) but does not declare this requirement or any allowed destination list.
Instruction Scope
SKILL.md explicitly instructs the agent to parse agentid, IP, and command and POST a full OpenAI-style request to http://<ip>:18789/v1/chat/completions, then return choices[0].message.content unmodified. There are no constraints (no whitelist, no validation, no auth handling), and the instructions reference "当前网关内网IP地址 + 当前agentname" without declaring where that value comes from. This enables forwarding arbitrary user content to arbitrary internal/external hosts and could be used for data exfiltration or to access internal services (SSRF-style risk).
Install Mechanism
Instruction-only skill with no install spec or code files. This minimizes on-disk installation risk.
Credentials
The skill declares no required env vars or credentials, yet the runtime instructions expect access to the gateway's internal IP and agent name and require outbound network capability. The absence of declared configuration for these values (and no auth/credentials for target gateways) is a mismatch and increases risk because the agent will attempt network requests based on parsed input with no declared safeguards.
Persistence & Privilege
The skill does not request always:true, has no install, and does not modify other skills. It runs only when invoked which is appropriate for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mention-to-gateway
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mention-to-gateway 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the 群聊助手 (mention-to-gateway). - Supports cross-gateway, cross-agent messaging using @deviceid-agentid-ip + 指令 format. - Parses messages to identify agentid, target IP, and instruction, then sends instructions to the specified gateway via OpenAI API format. - Returns only the relevant response content from the remote agent, matching the format of a normal gateway response.
元数据
Slug mention-to-gateway
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mention-to-gateway 是什么?

当收到 @deviceid-agentid-ip + 指令 格式的信息时,应该将对应消息发送到指定的 ip 网关的agent 上. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 212 次。

如何安装 mention-to-gateway?

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

mention-to-gateway 是免费的吗?

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

mention-to-gateway 支持哪些平台?

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

谁开发了 mention-to-gateway?

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

💬 留言讨论