← Back to Skills Marketplace
brucegutman

Pipeworx poetry

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-poetry
Description
Poetry MCP — PoetryDB API (free, no auth)
Usage Guidance
This pack likely just proxies PoetryDB, but it instructs the agent to run an npx command that downloads and executes code and connects to gateway.pipeworx.io. Before installing: 1) Verify the trustworthiness of the mcp-remote npm package (inspect its source or prefer a pinned version instead of @latest). 2) Verify what gateway.pipeworx.io does with query data (does it just proxy PoetryDB or log/collect requests?). 3) If you can't validate those, avoid running it on sensitive systems — run in a sandbox or restrict network access. 4) Prefer a version that calls PoetryDB directly (or an implementation you can inspect) if you want lower risk.
Capability Analysis
Type: OpenClaw Skill Name: pipeworx-poetry Version: 1.0.0 The skill provides access to the PoetryDB API through a remote Model Context Protocol (MCP) gateway. It uses the standard 'mcp-remote' utility via npx to connect to 'https://gateway.pipeworx.io/poetry/mcp'. The configuration in SKILL.md and _meta.json is transparent, aligns with the stated purpose, and contains no evidence of malicious code, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description say this is a PoetryDB (no-auth) pack which matches the skill's intent to provide poem search/random/author tools. HOWEVER the SKILL.md does not call PoetryDB directly; it points the agent to a Pipeworx gateway (https://gateway.pipeworx.io/poetry/mcp). This is a small mismatch worth verifying (gateway likely proxies PoetryDB but that is not explicit).
Instruction Scope
The SKILL.md instructs the agent to run: npx -y mcp-remote@latest https://gateway.pipeworx.io/poetry/mcp. That causes the agent to fetch and execute code from npm and open a connection to the Pipeworx gateway. The instructions do not ask to read local files or env vars, but they do grant dynamic remote code execution and network access to a third-party endpoint — more capability than a simple direct API curl would require.
Install Mechanism
There is no static install spec, but the runtime relies on npx to pull and run mcp-remote@latest from the npm registry. Using npx/@latest executes unpinned, network-fetched code at runtime (moderate-high risk). The gateway URL is a custom domain rather than a well-known release host; this increases the need to validate the package and gateway before use.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to a read-only poetry lookup capability.
Persistence & Privilege
always:false and no install-time files are declared. The skill does not request persistent system privileges or modifications to other skills. Note: autonomous invocation is allowed by default (not flagged alone), so exercising caution when combining with the npx execution behavior is advisable.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-poetry
  3. After installation, invoke the skill by name or use /pipeworx-poetry
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-poetry
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx poetry?

Poetry MCP — PoetryDB API (free, no auth). It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.

How do I install Pipeworx poetry?

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

Is Pipeworx poetry free?

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

Which platforms does Pipeworx poetry support?

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

Who created Pipeworx poetry?

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

💬 Comments