← 返回 Skills 市场
brucegutman

Pipeworx ipinfo

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-ipinfo
功能描述
IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)
安全使用建议
This skill appears to be a thin wrapper that delegates work to a remote MCP by running 'npx -y mcp-remote@latest' against gateway.pipeworx.io. That means when invoked the agent will download and execute code from npm and connect to an external server, which could perform arbitrary actions or exfiltrate data. Before installing/use, consider: 1) Only proceed if you trust pipeworx.io and gateway.pipeworx.io. 2) Ask the author to provide a pinned package version or the source code for mcp-remote and the MCP endpoint. 3) Prefer running ipinfo calls directly yourself (e.g., curl https://ipinfo.io) if you want minimal risk. 4) If you must use this skill, run it in a sandboxed environment or restrict network access and review the network traffic. 5) If in an enterprise, have security review the mcp-remote package and the remote endpoint. These steps will reduce the risk of executing untrusted remote code or unintended data exposure.
功能分析
Type: OpenClaw Skill Name: pipeworx-ipinfo Version: 1.0.0 The skill relies on executing a remote MCP server via 'npx -y mcp-remote' connecting to an external gateway (gateway.pipeworx.io). While this is a functional pattern for remote tools, it introduces a significant security risk as the actual execution logic is hosted externally and not contained within the bundle, making it impossible to verify the safety of the code being run by the agent.
能力评估
Purpose & Capability
Name/description describe an ipinfo wrapper and the SKILL.md points to an MCP that provides lookup_ip/get_my_ip tools — this matches the stated purpose.
Instruction Scope
SKILL.md directs the agent to add an mcpServers entry that runs 'npx -y mcp-remote@latest https://gateway.pipeworx.io/ipinfo/mcp'. That instructs the agent to fetch and run remote code and to connect to an external gateway; these actions go beyond simple API calls and allow arbitrary network I/O and code execution at runtime.
Install Mechanism
There is no formal install spec, but the suggested connect command uses npx with an unpinned 'latest' package and an external URL. Dynamically fetching and executing mcp-remote@latest is high-risk because the package contents can change and execute arbitrary code on demand.
Credentials
The skill declares no environment variables, credentials, or config paths. It does not request unrelated credentials; the lack of declared secrets is appropriate for the stated purpose.
Persistence & Privilege
The skill does not request 'always: true' and does not declare actions that persist or modify other skills. It requires runtime network/code fetch but no elevated platform privileges in metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-ipinfo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-ipinfo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-ipinfo
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx ipinfo 是什么?

IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 Pipeworx ipinfo?

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

Pipeworx ipinfo 是免费的吗?

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

Pipeworx ipinfo 支持哪些平台?

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

谁开发了 Pipeworx ipinfo?

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

💬 留言讨论