← Back to Skills Marketplace
Pipeworx dnd5e
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-dnd5e
Description
D&D 5th Edition reference — spells, monsters, classes, and spell lists from the official SRD
Usage Guidance
This skill appears to be what it says: an SRD lookup that sends queries to the Pipeworx gateway. Before installing, consider that any prompts or context the agent sends will be transmitted to https://gateway.pipeworx.io; do not send sensitive or private data. The README suggests using npx to run an MCP client — that would download and execute code from the npm registry if you follow it, so only run that on trusted machines. If you need tighter privacy, avoid autonomous invocation or use the curl examples manually to inspect requests/responses first. If you want higher assurance, ask the publisher for source code or a reproducible package release to review.
Capability Analysis
Type: OpenClaw Skill
Name: pipeworx-dnd5e
Version: 1.0.0
The skill provides a D&D 5th Edition reference by interfacing with a remote MCP server hosted at gateway.pipeworx.io. The SKILL.md documentation describes standard lookup tools (spells, monsters, classes) and provides legitimate configuration examples using npx and curl. No malicious code, data exfiltration, or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name/description (D&D SRD lookups) match the runtime instructions and required binary (curl). The provided tools (get_spell, get_monster, get_class, list_spells) align with the stated purpose.
Instruction Scope
Instructions tell the agent to POST JSON-RPC requests to https://gateway.pipeworx.io/dnd5e/mcp (example curl shown). This is appropriate for a remote lookup skill, but it means user queries and any context the agent sends will go to that external endpoint. The SKILL.md also suggests configuring an MCP client using npx, which would pull code at runtime if executed.
Install Mechanism
There is no install spec (lowest risk). However, the MCP config example recommends running npx mcp-remote@latest, which would dynamically fetch and run an npm package; that's not part of a declared install but is suggested in the docs and is a potential runtime code-download vector if followed.
Credentials
The skill declares no required environment variables, credentials, or config paths. Nothing requested appears disproportionate to the stated D&D lookup functionality.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent presence or elevated agent-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-dnd5e - After installation, invoke the skill by name or use
/pipeworx-dnd5e - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pipeworx dnd5e?
D&D 5th Edition reference — spells, monsters, classes, and spell lists from the official SRD. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Pipeworx dnd5e?
Run "/install pipeworx-dnd5e" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx dnd5e free?
Yes, Pipeworx dnd5e is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx dnd5e support?
Pipeworx dnd5e is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx dnd5e?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.
More Skills