Pipeworx D&D 5th Edition for Openclaw

A comprehensive reference tool providing programmatic access to D&D 5th Edition SRD data including spells, monsters, and character classes.

brucegutman
v1.0.0
Apr 9, 2026
0
674
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install pipeworx-dnd5e

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Pipeworx D&D 5th Edition?

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.

Pipeworx D&D 5th Edition Use Cases

  • Instant rule and spell lookup during live tabletop gaming sessions to maintain flow.
  • Automated generation of encounter stat blocks for dungeon masters using AI agents.
  • Building character creation tools that require accurate class features and hit dice data.
  • Developing AI-driven RPG bots that need to verify spell components, ranges, and durations.

How Pipeworx D&D 5th Edition Works

  1. The user or AI agent initiates a query for a specific D&D entity such as a spell, monster, or class.
  2. The skill identifies the correct tool to use, such as get_spell or get_monster, and formats the query using kebab-case.
  3. A request is sent via the MCP remote gateway to the Pipeworx D&D 5e data repository.
  4. The repository returns a structured JSON payload containing the full technical specifications from the SRD.
  5. The AI agent processes this data to provide an answer or perform a calculation within the game context.

Pipeworx D&D 5th Edition Setup

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"}}}'

Pipeworx D&D 5th Edition Data Schema & Taxonomy

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).

Pipeworx D&D 5th Edition Advanced Features

  • Support for complex monster stat blocks including legendary actions and multi-attack sequences.
  • Comprehensive spell lists that include class availability for better character building automation.
  • Kebab-case indexing to prevent ambiguity during programmatic data retrieval.
  • Seamless remote execution via mcp-remote, requiring no local database setup for Openclaw Skills users.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*