Overview
- Skill Key
- andrew-goetz-com/mud
- Author
- andrew-goetz-com
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/andrew-goetz-com/mud
- Latest Commit SHA
- 974518956aeb2f6b82705f2a912f9880c218e229
Operate and maintain the persistent MUD agent for OpenClaw. Use when running MUD engine commands, smoke-testing mud state behavior, validating save/restore, diagnosing MUD data issues, or handling MUD deployment operations.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 mud 技能。 若已安装,则直接安装 mud 技能。
# MUD **Authors:** agigui and lia Use this skill to run the local MUD engine safely and deterministically. ## Workflow 1. Locate the engine directory. - Prefer `C:\Users\openclaw\.openclaw\workspace-mud-dm\mud-agent` - Fallback: `C:\Users\openclaw\.openclaw\workspace\mud-agent` 2. Run a smoke test with `scripts/mud_cmd.py`. 3. Run requested MUD operations. 4. Use `references/ops.md` and `references/commands.md` for runbook details. ## Command runner ```powershell python skills/mud/scripts/mud_cmd.py "<command>" ``` Examples (current CLI engine): ```powershell 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. ## Notes - Keep mechanics deterministic in engine code; use LLM for narration. - Avoid hardcoded secrets/tokens in skill files. - Image generation is available through engine commands (`check-image-cooldown`, `record-image`, `generate-image`) when the runtime image pipeline is configured. - Keep this skill focused on operations and execution.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.