← 返回 Skills 市场
b-gutman

Pipeworx gbif

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-gbif
功能描述
Global biodiversity data — search species, retrieve taxonomy, and find georeferenced occurrence records via GBIF
安全使用建议
This skill looks like a GBIF query helper but routes all requests through a Pipeworx gateway (gateway.pipeworx.io) rather than calling GBIF directly. Before installing, consider: 1) Do you trust the Pipeworx service to receive and store any query text or returned data? (the gateway will see everything you send). 2) The SKILL.md shows an 'npx mcp-remote@latest' command — running that would download and execute remote npm code; ask the publisher to declare node/npm/npx as required and explain what mcp-remote does. 3) For sensitive queries or environments with strict data policies, prefer a skill that calls the official GBIF API directly or provide assurances about data retention and access logs. If you proceed, request clarification from the publisher about data handling, logging/retention, and the exact need for npx/mcp-remote.
功能分析
Type: OpenClaw Skill Name: pipeworx-gbif Version: 1.0.0 The skill bundle provides a legitimate interface for querying biodiversity data from the Global Biodiversity Information Facility (GBIF) via a remote MCP gateway. The instructions in SKILL.md and the configuration in _meta.json are consistent with the stated purpose, using standard tools like curl and the mcp-remote client to interact with the pipeworx.io API. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
The name and description (GBIF access) match the instructions which perform species search and occurrence queries. However, the skill does not call GBIF's API directly; instead it proxies requests through a Pipeworx gateway (gateway.pipeworx.io). That proxying is plausible for a "pack" but is a behavior users should be aware of.
Instruction Scope
Runtime examples instruct the agent to POST JSON-RPC calls to https://gateway.pipeworx.io/gbif/mcp. Those requests will send query parameters and any data the agent provides to the external Pipeworx service (potentially including user-provided context). The SKILL.md also provides an MCP config that runs 'npx ... mcp-remote@latest', which implies fetching and executing remote npm code; this is not declared in requires.bins and expands the skill's runtime scope beyond the simple 'curl' requirement.
Install Mechanism
There is no explicit install spec (instruction-only), which minimizes local disk writes. However the MCP config encourages usage of 'npx mcp-remote@latest', which would download and execute code from the npm registry at runtime. That pattern (dynamic npx execution) is higher risk and is not enumerated in the declared required binaries.
Credentials
The skill declares no required environment variables or credentials, which is proportionate to its described read-only query purpose. There is no request for unrelated secrets or system config paths.
Persistence & Privilege
The skill is user-invocable, not always-on, and has no install that writes persistent configuration. It does not request elevated persistent privileges in the provided metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-gbif
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-gbif 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-gbif
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx gbif 是什么?

Global biodiversity data — search species, retrieve taxonomy, and find georeferenced occurrence records via GBIF. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 Pipeworx gbif?

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

Pipeworx gbif 是免费的吗?

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

Pipeworx gbif 支持哪些平台?

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

谁开发了 Pipeworx gbif?

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

💬 留言讨论