← 返回 Skills 市场
Pipeworx geo
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-geo
功能描述
Geographic utilities — geocoding, reverse geocoding, country info, timezone lookup, and sunrise/sunset times
安全使用建议
This skill appears to do what it says: it sends geolocation requests to a Pipeworx gateway and returns results. Before using it, consider: (1) do not send secrets or sensitive PII in queries — those will be transmitted to gateway.pipeworx.io; (2) the MCP example suggests running 'npx ...' which would download and execute remote npm code — only run that if you trust the source; (3) if you require fully local lookups or stronger privacy guarantees, prefer a local tool or a provider you control. If you need greater assurance, ask the publisher for details about data retention, privacy policy, and the exact upstream APIs used.
功能分析
Type: OpenClaw Skill
Name: pipeworx-geo
Version: 1.0.0
The skill bundle provides geographic utilities (geocoding, timezones, country data) by interfacing with a remote MCP server hosted at gateway.pipeworx.io. The instructions in SKILL.md use standard MCP connection patterns via 'npx mcp-remote' and do not contain any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name and description match the instructions: the SKILL.md shows curling a Pipeworx gateway to perform geocoding, reverse geocoding, timezone, country and sunrise/sunset lookups. Requiring only curl is proportionate.
Instruction Scope
Runtime instructions call the external API at https://gateway.pipeworx.io/geo/mcp (example curl). That's expected for a remote geo service, but it means user queries and any contained data are transmitted to that third-party endpoint. The MCP config also suggests invoking 'npx mcp-remote@latest', which would fetch and run remote npm code — this appears in docs but is not required by the skill's declared requirements.
Install Mechanism
No install spec and no code files — lowest disk footprint. The only potential install action shown is an optional npx command in the MCP config (not a declared install requirement). If used, npx would download code from the npm registry (moderate risk) but the skill itself does not mandate this.
Credentials
No environment variables, credentials, or config paths are requested. This aligns with the SKILL.md claim that the underlying APIs are free and require no keys.
Persistence & Privilege
Skill does not request always:true or any persistent system-wide privileges. It is user-invocable and can be invoked autonomously by the agent (platform default), which is expected for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-geo - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-geo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx geo 是什么?
Geographic utilities — geocoding, reverse geocoding, country info, timezone lookup, and sunrise/sunset times. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Pipeworx geo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-geo」即可一键安装,无需额外配置。
Pipeworx geo 是免费的吗?
是的,Pipeworx geo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx geo 支持哪些平台?
Pipeworx geo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx geo?
由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。
推荐 Skills