← 返回 Skills 市场
brucegutman

Pipeworx ukpolice

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-ukpolice
功能描述
UK street-level crime data — reported crimes by location, police force directory, and case outcomes from data.police.uk
安全使用建议
This skill appears to be a simple wrapper around UK police data, but it forwards queries to a third‑party gateway (gateway.pipeworx.io) rather than calling data.police.uk directly. Before installing or using it, consider: 1) Trust: verify the operator (pipeworx.io) and their privacy/security practices because your location queries (lat/lng and time) will be sent to that service; 2) Runtime risk: if you enable the MCP config the example runs `npx mcp-remote@latest` — that will download and execute code from npm (you should only do that if you trust the package and have Node/npm installed); 3) Incoherence: the skill metadata fails to list npx/node as a required binary despite the example using it. If you want a lower-risk alternative, call data.police.uk directly (their API is public) or request a version of this skill that documents and pins any required runtime packages and explicitly names required binaries.
功能分析
Type: OpenClaw Skill Name: pipeworx-ukpolice Version: 1.0.0 The pipeworx-ukpolice skill provides access to UK street-level crime data via a remote MCP server. It uses standard tools like npx mcp-remote to connect to a gateway (gateway.pipeworx.io) and contains no evidence of malicious intent, data exfiltration, or prompt injection in SKILL.md.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (street-level UK police data) match the examples and required binary (curl). However the supplied MCP example uses `npx mcp-remote@latest`, implying Node/npm (npx) is needed — but the skill's metadata does not declare node/npx as a required binary. That mismatch is an incoherence.
Instruction Scope
SKILL.md's primary runtime example POSTs JSON to https://gateway.pipeworx.io/ukpolice/mcp. That will transmit user-supplied location/month queries to a third‑party service rather than directly to data.police.uk. The instructions do not request reading local files or extra env vars, but they do send potentially sensitive location data off‑host.
Install Mechanism
There is no formal install spec (instruction‑only), which is low risk on its own. But the MCP config example instructs use of `npx mcp-remote@latest`, which would fetch and run code from the npm registry at runtime. Running `npx ...@latest` executes remote code and is not enumerated in the skill's required binaries — this is an installation/execution risk if the user follows that example.
Credentials
The skill declares no environment variables or credentials, which is appropriate for public police data. No hidden env/credential access is apparent in SKILL.md.
Persistence & Privilege
The skill is not always: true, does not request persistent privileges, and is user-invocable only. It does not attempt to modify other skills or system settings in the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-ukpolice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-ukpolice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-ukpolice
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx ukpolice 是什么?

UK street-level crime data — reported crimes by location, police force directory, and case outcomes from data.police.uk. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 Pipeworx ukpolice?

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

Pipeworx ukpolice 是免费的吗?

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

Pipeworx ukpolice 支持哪些平台?

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

谁开发了 Pipeworx ukpolice?

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

💬 留言讨论