DndGenerator
Npc Generator for Dungeon and Dragon
Install / Use
/learn @Cellule/DndGeneratorREADME
Non-Player Character generator
Website for generating randomized Non-Player Characters (NPCs) with attributes, in-depth and unique descriptions as well as a plot hook
Uses the NPC Generator library to generate NPCs.
Development
Setup
You will need to install Node on your system.
$ git clone https://github.com/Cellule/dndGenerator.git
$ cd dndGenerator
$ npm install
Run locally
Start local server
$ npm run dev
Test changes from the npc-generator library
Recommended to checkout the npc-generator library on your computer and use npm link to link it to the dndGenerator project.
$ git clone https://github.com/Cellule/npc-generator
$ cd npc-generator
$ npm run build
$ npm link
$ cd ../dndGenerator
$ npm link npc-generator
# Start local server
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
