A comprehensive reference tool providing programmatic access to D&D 5th Edition SRD data including spells, monsters, and character classes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pipeworx-dnd5e
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pipeworx-dnd5e using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The pipeworx-dnd5e skill is a specialized reference bridge that brings the entire Dungeons & Dragons 5th Edition Systems Reference Document (SRD) into your AI development environment. As a key part of the Openclaw Skills ecosystem, it allows AI agents to retrieve precise data on game mechanics without manual searching. This integration ensures that any RPG-focused application or assistant has access to the official rules, stats, and descriptions required for high-fidelity game automation.
Whether you are building a dungeon master assistant or a character management tool, this skill provides the structured data necessary for the AI to understand complex game elements. By leveraging the Model Context Protocol (MCP), it provides a standardized way to query for mechanical details like spell damage, monster armor class, and class-specific proficiencies.
To integrate this capability into your Openclaw Skills environment, add the server configuration to your MCP settings file:
{
"mcpServers": {
"pipeworx-dnd5e": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/dnd5e/mcp"]
}
}
}
You can verify the connection and data retrieval using a simple curl command:
curl -s -X POST https://gateway.pipeworx.io/dnd5e/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_spell","arguments":{"index":"fireball"}}}'
The skill organizes data into three primary categories based on the SRD taxonomy, ensuring easy parsing for AI agents:
| Entity Type | Data Provided |
|---|---|
| Spells | Name, level, school, casting time, range, components, duration, and damage-per-level scaling. |
| Monsters | Stat blocks including HP, AC, ability scores, senses, languages, and specific actions. |
| Classes | Level-by-level features, proficiencies, hit dice, and saving throw specialties. |
All entries are indexed using kebab-case identifiers (e.g., magic-missile or ancient-red-dragon).
Loading
A specialized utility for Openclaw Skills that enforces correct local time reporting and prevents the common error of treating UTC as local time.

A structured dog breed encyclopedia providing detailed attributes, temperament data, and random facts via the Model Context Protocol.

A specialized search tool for identifying registered domain names across various TLDs using the Domainsdb.info database.

A comprehensive weather integration providing real-time conditions, multi-day forecasting, and severe weather alerts via the QWeather API.

A high-performance DNS lookup utility that enables AI agents to query domain records and resolve IP addresses through secure DNS-over-HTTPS.

A high-performance MCP server providing instant access to the Dog CEO API collection of 120+ dog breeds and random image datasets.








































