← 返回 Skills 市场
b-gutman

Pipeworx gutendex

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-gutendex
功能描述
Search Project Gutenberg's 70,000+ free ebooks — by title, author, topic, or popularity via Gutendex
安全使用建议
This skill appears to do what it says: it queries Project Gutenberg content via a Pipeworx-hosted Gutendex gateway. Before installing, consider: (1) privacy: your search queries (and any text you submit) will be sent to gateway.pipeworx.io — if you need to keep queries private, use the Gutendex API directly or host your own proxy. (2) tooling: the MCP example uses 'npx' (which downloads and runs code from npm) though 'npx' / Node are not listed as required binaries — only curl is declared. If you plan to use the MCP setup, ensure you trust the package and have Node/npm installed. (3) trust: verify the pipeworx.io domain and homepage if you need an audit trail for where your data will go. No credentials or system files are requested by the skill itself.
功能分析
Type: OpenClaw Skill Name: pipeworx-gutendex Version: 1.0.0 The pipeworx-gutendex skill is a legitimate wrapper for the Gutendex API, allowing users to search and retrieve information about Project Gutenberg ebooks. It uses standard MCP remote configurations via npx and curl to interact with a dedicated gateway (gateway.pipeworx.io), with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill's name and description match its instructions: it queries Project Gutenberg via a Gutendex wrapper. It declares only curl as a required binary, which is sufficient for the provided curl example. However the MCP example references 'npx' (Node/npm) even though node/npm are not listed in required binaries—this is an implementation/documentation mismatch.
Instruction Scope
SKILL.md instructs the agent to POST user queries (JSON-RPC) to https://gateway.pipeworx.io/gutendex/mcp. Sending user text to that external endpoint is expected for a remote search integration, but the doc does not explicitly warn that search queries (possibly containing sensitive content) will be transmitted to pipeworx.io rather than directly to an official Gutendex domain.
Install Mechanism
No install spec or code files are included (instruction-only), so nothing is written to disk by default. Note: the MCP config suggests using 'npx mcp-remote@latest', which would fetch and run code from the npm registry if the user follows that advice; the skill itself does not perform that install.
Credentials
The skill requests no environment variables, credentials, or config paths. Its functionality (searching Gutendex) normally needs no secrets, so the lack of credential requests is proportionate.
Persistence & Privilege
always is false and there are no instructions to modify other skills or global agent settings. The skill does not request persistent privileges or auto-enablement.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-gutendex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-gutendex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-gutendex
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx gutendex 是什么?

Search Project Gutenberg's 70,000+ free ebooks — by title, author, topic, or popularity via Gutendex. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Pipeworx gutendex?

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

Pipeworx gutendex 是免费的吗?

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

Pipeworx gutendex 支持哪些平台?

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

谁开发了 Pipeworx gutendex?

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

💬 留言讨论