← 返回 Skills 市场
brucegutman

Pipeworx nominatim

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-nominatim
功能描述
OpenStreetMap geocoding — forward/reverse geocoding and place lookups via the Nominatim API
安全使用建议
This skill is a thin wrapper that forwards geocoding queries to Pipeworx's gateway (https://gateway.pipeworx.io). Before installing or using it, consider: (1) privacy — address strings and coordinates are potentially sensitive PII and will be sent to a third party (review Pipeworx's privacy policy and audit their gateway if this matters); (2) authenticity — the gateway is not the official OpenStreetMap Nominatim server, so responses may differ and you should verify TLS/certificate and trustworthiness; (3) optional setup risk — the SKILL.md suggests running npx mcp-remote@latest, which would execute code fetched from the npm registry (avoid running it unless you trust the package and its source); and (4) rate limits and terms — Nominatim usage policies apply, and the gateway claims to enforce them but you should confirm behavior for bulk or sensitive requests.
功能分析
Type: OpenClaw Skill Name: pipeworx-nominatim Version: 1.0.0 The skill bundle provides standard geocoding and reverse geocoding functionality using the OpenStreetMap Nominatim API. It utilizes a remote MCP gateway (gateway.pipeworx.io) via the standard mcp-remote utility. No malicious logic, data exfiltration, or prompt injection attempts were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md shows the agent calling a Pipeworx gateway to perform forward/reverse geocoding. Required binaries are only curl, which is appropriate for making HTTP calls.
Instruction Scope
Instructions direct requests to https://gateway.pipeworx.io/nominatim/mcp (a third‑party gateway) rather than directly to nominatim.openstreetmap.org. This is coherent with the skill's purpose but means user-provided addresses/coordinates are sent off‑host; the SKILL.md also includes an example setup that runs npx to fetch mcp-remote, which would execute remote code if the user follows it.
Install Mechanism
No install spec is present (instruction-only), so nothing is written to disk by default. The only install-like action appears in an optional setup snippet that uses npx to run mcp-remote@latest; that is not required by the skill but carries the usual risks of executing a remote package if run.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to its function as a simple HTTP-based wrapper to a geocoding service.
Persistence & Privilege
The skill is not always-enabled and does not ask to modify agent/system configuration. It does not request elevated persistence or access to other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-nominatim
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-nominatim 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-nominatim
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx nominatim 是什么?

OpenStreetMap geocoding — forward/reverse geocoding and place lookups via the Nominatim API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Pipeworx nominatim?

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

Pipeworx nominatim 是免费的吗?

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

Pipeworx nominatim 支持哪些平台?

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

谁开发了 Pipeworx nominatim?

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

💬 留言讨论