Install
openclaw skills install mudOperate and maintain the persistent MUD agent for OpenClaw. Use when running MUD engine commands, smoke-testing mud state behavior, validating save/restore,...
openclaw skills install mudAuthors: agigui and lia
Use this skill to run the local MUD engine safely and deterministically.
C:\Users\openclaw\.openclaw\workspace-mud-dm\mud-agentC:\Users\openclaw\.openclaw\workspace\mud-agentscripts/mud_cmd.py.references/ops.md and references/commands.md for runbook details.python skills/mud/scripts/mud_cmd.py "<command>"
Examples (current CLI engine):
python skills/mud/scripts/mud_cmd.py "list-races"
python skills/mud/scripts/mud_cmd.py "register-player --campaign demo --player u1 --name Hero"
python skills/mud/scripts/mud_cmd.py "new-character --campaign demo --player u1 --name Rook --race human --char-class rogue"
python skills/mud/scripts/mud_cmd.py "save --campaign demo"
python skills/mud/scripts/mud_cmd.py "check-image-cooldown --campaign demo"
python skills/mud/scripts/mud_cmd.py "generate-image --campaign demo --prompt \"A rain-soaked neon tavern\""
Legacy slash-command engine is auto-detected and still supported by the same wrapper.
check-image-cooldown, record-image, generate-image) when the runtime image pipeline is configured.