🎲
D&D 5e
Gaming Calendar & LifestyleInstall Command
npx clawhub@latest install dnd-5e
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install D&D 5e to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm D&D 5e appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Rules Lookup
Character Management
Dice Rolling
Detailed Description
The D&D 5e skill is built for tabletop gaming enthusiasts, turning OpenClaw into your Dungeons & Dragons game assistant for instant rule lookups, character management, and dice rolling.
Core Features
- Rules Lookup: Query spells, traits, class abilities, and more from the Fifth Edition rulebooks
- Monster Compendium: Search monster data including stats, skills, and special abilities
- Equipment Data: Look up weapon, armor, and magic item properties and prices
- Dice Rolling: Support any dice expression (2d6+3, 4d8, etc.)
- Character Sheets: Create and manage character sheets, tracking HP, spell slots, and more
Configuration
{
skills: {
"dnd-5e": {
language: "en", // Data language
autoRoll: true // Auto-roll dice
}
}
}
Use Cases
- "What's the range and damage of Fireball?"
- "Roll a 2d20 keep highest attack roll"
- "What's the CR of a Red Dragon? What special abilities does it have?"
- "Help me create a level 5 Elf Ranger character"
- Quick reference assistant for the DM during sessions