← 返回 Skills 市场
brucegutman

Pipeworx archive

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-archive
功能描述
Archive MCP — wraps the Internet Archive APIs (free, no auth)
使用说明 (SKILL.md)

Pipeworx archive

Archive MCP — wraps the Internet Archive APIs (free, no auth)

Free, no API key required. Part of the Pipeworx open MCP gateway.

When to Use

Use this skill when the user asks about archive data or needs to query archive information.

Available Tools

How to Call

The Pipeworx gateway speaks JSON-RPC 2.0 over HTTP POST.

List available tools

curl -s -X POST https://gateway.pipeworx.io/archive/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Call a tool

curl -s -X POST https://gateway.pipeworx.io/archive/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"TOOL_NAME","arguments":{"param":"value"}}}'

MCP Client Config

{
  "mcpServers": {
    "pipeworx-archive": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/archive/mcp"]
    }
  }
}

Notes

  • No authentication required
  • Free for all users
  • Rate limited for anonymous users (sign up at pipeworx.io for higher limits)
  • Returns JSON-RPC 2.0 responses
安全使用建议
This skill is coherent with its stated purpose (calling a public Pipeworx gateway that proxies Internet Archive APIs). Before installing, consider: 1) Any request/response data (including user-provided content) will be sent to https://gateway.pipeworx.io — do not send sensitive secrets or private data. 2) The SKILL.md suggests using npx mcp-remote@latest; if the agent executes that, it will download and run code from the npm registry — only allow that if you trust Pipeworx and the mcp-remote package. 3) If you want tighter control, restrict the agent from autonomously invoking the skill or disallow use of npx/remote package installs. If you need guarantees about data handling, contact the Pipeworx operator or inspect the mcp-remote package source before running it.
功能分析
Type: OpenClaw Skill Name: pipeworx-archive Version: 1.0.0 The skill bundle provides documentation and instructions for an AI agent to interact with a remote MCP (Model Context Protocol) gateway at gateway.pipeworx.io to access Internet Archive data. It contains no executable code logic, instead relying on standard curl commands and an npx-based remote client configuration. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description say it's a wrapper around Internet Archive APIs and the SKILL.md contains curl examples that POST JSON-RPC to https://gateway.pipeworx.io/archive/mcp — this matches the stated purpose. Minor inconsistency: the markdown suggests using an npx-based client (mcp-remote@latest) but the declared required binaries only list curl (npx/node/npm is not declared).
Instruction Scope
Instructions are narrowly scoped to calling a JSON-RPC HTTP gateway (tools/list, tools/call). This is appropriate for an archive wrapper. Important operational note: calls will send request payloads (possibly including user-supplied content) to an external endpoint (gateway.pipeworx.io). The gateway exposes JSON-RPC 'tools/call' allowing arbitrary tool invocations on the remote side — expected for an MCP gateway but means data is transmitted off-host.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However, the SKILL.md recommends an npx command that would dynamically fetch and run code from the npm registry (mcp-remote@latest) if the agent chooses that path — that behavior is not declared in the registry metadata and introduces the usual risk of executing remotely fetched packages if used.
Credentials
The skill declares no required environment variables, credentials, or config paths, which is proportionate for a public, no-auth gateway wrapper.
Persistence & Privilege
always is false and the skill does not request persistent system changes or elevated privileges. Autonomous invocation is allowed (default) but is not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-archive
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-archive 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-archive
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx archive 是什么?

Archive MCP — wraps the Internet Archive APIs (free, no auth). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Pipeworx archive?

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

Pipeworx archive 是免费的吗?

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

Pipeworx archive 支持哪些平台?

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

谁开发了 Pipeworx archive?

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

💬 留言讨论