← 返回 Skills 市场
brucegutman

Pipeworx books

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-books
功能描述
Search and look up books via Open Library — titles, authors, ISBNs, and cover images from the world's largest open book catalog
安全使用建议
This skill appears to be a straightforward wrapper for Open Library, but it forwards queries to an external service at gateway.pipeworx.io. Before installing or using it, consider: (1) Do you trust pipeworx.io to receive any user queries or context you send? (2) Avoid sending sensitive data through the skill because the gateway will see it. (3) If you use the MCP config example, note that 'npx mcp-remote@latest' will download and run code from npm at runtime — only run that if you trust the publisher. If you need stronger guarantees, ask the publisher for a self-hostable connector or use direct calls to Open Library's public API instead.
功能分析
Type: OpenClaw Skill Name: pipeworx-books Version: 1.0.0 The skill bundle is a documentation-only package for a book search tool that interfaces with the Open Library API via a remote MCP gateway (gateway.pipeworx.io). It contains no local executable code, scripts, or suspicious instructions, and its functionality is limited to retrieving book metadata as described in SKILL.md.
能力评估
Purpose & Capability
The name/description (search Open Library) align with the instructions: the pack exposes search_books, get_book, and get_author endpoints and shows curl examples targeting a pipeworx gateway. Required binaries (curl) are appropriate for the provided examples.
Instruction Scope
The SKILL.md instructs the agent to call an external endpoint (https://gateway.pipeworx.io/books/mcp) using JSON-RPC. That matches the stated purpose, but it means user queries and any context sent to the tool will leave the local environment and be visible to the remote gateway. The instructions do not ask the agent to read local files or environment variables.
Install Mechanism
No install spec is included (instruction-only), which is low-risk. The provided MCP config example uses 'npx mcp-remote@latest', which would fetch and run code from npm at runtime if used; this is not part of the skill package but is a noteworthy runtime behavior if you follow that config.
Credentials
The skill requires no environment variables, credentials, or config paths. There is no disproportionate access requested relative to its purpose.
Persistence & Privilege
The skill does not request 'always: true' or any elevated persistence. It is user-invocable and allows model invocation (the platform default), which is expected for a tool-like skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-books
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-books 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-books
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx books 是什么?

Search and look up books via Open Library — titles, authors, ISBNs, and cover images from the world's largest open book catalog. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Pipeworx books?

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

Pipeworx books 是免费的吗?

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

Pipeworx books 支持哪些平台?

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

谁开发了 Pipeworx books?

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

💬 留言讨论