← Back to Skills Marketplace
brucegutman

Pipeworx archive

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-archive
Description
Archive MCP — wraps the Internet Archive APIs (free, no auth)
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-archive
  3. After installation, invoke the skill by name or use /pipeworx-archive
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-archive
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx archive?

Archive MCP — wraps the Internet Archive APIs (free, no auth). It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Pipeworx archive?

Run "/install pipeworx-archive" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pipeworx archive free?

Yes, Pipeworx archive is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx archive support?

Pipeworx archive is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeworx archive?

It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.

💬 Comments