← 返回 Skills 市场
Pipeworx zippopotam
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-zippopotam
功能描述
ZIP and postal code lookup — get place names, states, and coordinates for postal codes in 60+ countries
安全使用建议
This skill appears to do what it says: it sends postal-code or city queries to a Pipeworx gateway and returns results. Before installing/using it: (1) confirm you trust the endpoint (https://gateway.pipeworx.io) because queries will be transmitted there; avoid sending sensitive PII in lookups; (2) be cautious about the provided MCP config—using the npx example downloads and runs code (mcp-remote@latest) from npm at runtime—if you need that functionality, prefer auditing a fixed package version or preinstalling a vetted package; (3) if you operate in a restricted environment, consider firewalling or sandboxing outbound requests to that gateway; (4) if you want higher assurance, ask the author for an explicit install artifact or review the mcp-remote implementation and Pipeworx privacy policy.
功能分析
Type: OpenClaw Skill
Name: pipeworx-zippopotam
Version: 1.0.0
The skill bundle provides a standard interface for a postal code lookup service using a remote MCP server. It utilizes the 'mcp-remote' utility to connect to a gateway at gateway.pipeworx.io. No malicious logic, data exfiltration, or prompt injection attempts were found in SKILL.md or the configuration.
能力评估
Purpose & Capability
Name and description match the behavior in SKILL.md: the skill performs postal/ZIP lookups via HTTP to a Pipeworx gateway. Required tool is curl, which is appropriate and proportionate for making the provided example requests. No unrelated binaries, environment variables, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to POST JSON-RPC requests to https://gateway.pipeworx.io/zippopotam/mcp to call lookup_zipcode and lookup_city. The instructions do not ask the agent to read local files or unrelated environment variables. However, all query data (postal codes, city names, potentially user-supplied address fragments) will be sent to a third-party service; the MCP config example also suggests running npx to create a remote connection. Both are expected for a remote API-backed skill but are worth noting from a privacy/security perspective.
Install Mechanism
There is no formal install spec (instruction-only), which is lowest risk. The included MCP config example references using npx to run mcp-remote@latest, which will fetch and execute code from npm at runtime. That is not part of an explicit install spec in the registry but does create a runtime code-download surface (moderate risk) if used.
Credentials
The skill declares no required environment variables or credentials. That is proportionate for a simple lookup service and matches the instructions. No suspicious credential or config access is requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. The MCP config can be used to configure a remote bridge, but that is optional example configuration rather than a forced persistent privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-zippopotam - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-zippopotam触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx zippopotam 是什么?
ZIP and postal code lookup — get place names, states, and coordinates for postal codes in 60+ countries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Pipeworx zippopotam?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-zippopotam」即可一键安装,无需额外配置。
Pipeworx zippopotam 是免费的吗?
是的,Pipeworx zippopotam 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx zippopotam 支持哪些平台?
Pipeworx zippopotam 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx zippopotam?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills