← 返回 Skills 市场
MUD
作者
Andrew Goetz
· GitHub ↗
· v1.0.1
410
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mud
功能描述
Operate and maintain the persistent MUD agent for OpenClaw. Use when running MUD engine commands, smoke-testing mud state behavior, validating save/restore,...
安全使用建议
This skill appears to do what it says: it runs your local MUD engine. Before using it, inspect the local mud_agent.py (and any engine code) in the referenced workspace paths, because the helper will import or execute that file — which runs arbitrary local code. Only run this skill if you trust the engine source; prefer running it as a non-administrative user or in a sandboxed environment. Also verify there are no unexpected network calls or hardcoded secrets in the engine code if you will run commands that could trigger them. If you need platform-agnostic usage, note the README references Windows-style paths; confirm the correct workspace path on your host.
功能分析
Type: OpenClaw Skill
Name: mud
Version: 1.0.1
The skill is classified as suspicious due to the direct execution of user-controlled input via `subprocess.run` in `scripts/mud_cmd.py`. While `shlex.split` is used to parse arguments, mitigating direct shell injection, it still presents a risk of argument injection into the underlying `mud_agent.py` script or more sophisticated prompt injection attacks against the AI agent's interpretation of the command. There is no clear evidence of intentional malicious behavior like data exfiltration or backdoor installation, but the pattern of executing user-provided commands without robust input validation beyond `shlex.split` constitutes a significant vulnerability.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill is an operations wrapper to run a local MUD engine (either by importing a legacy MudAgent or invoking mud_agent.py). It requests no external credentials, binaries, or installs, which is appropriate for a local ops helper.
Instruction Scope
SKILL.md instructs the agent to locate the engine directory and run the included wrapper script with a command string. The script only reads mud_agent.py to detect engine style and then either imports it or runs it as a subprocess. There is no instruction to read unrelated system files, exfiltrate data, or contact external endpoints in the skill itself.
Install Mechanism
No install spec is present (instruction-only plus a small helper script). Nothing is downloaded or written to disk by the skill itself, which minimizes install risk.
Credentials
The skill requires no environment variables or credentials, which is appropriate. One important operational note: the script executes or imports local code (mud_agent.py) found in the workspace. That means the effective privileges and behavior depend entirely on the contents of that engine file — importing or running it will execute arbitrary code from the local project. That is expected for an ops wrapper, but users should ensure the engine code is trusted.
Persistence & Privilege
always:false (default) and no requests to modify other skills or system-wide agent settings. The skill does not request permanent presence or elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mud - 安装完成后,直接呼叫该 Skill 的名称或使用
/mud触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added documentation for new image-related engine commands: `check-image-cooldown`, `record-image`, and `generate-image`.
- Included usage examples for image generation commands in the command runner section.
- Noted that image generation is available when the runtime image pipeline is configured.
v1.0.0
Initial release by agigui and lia.
元数据
常见问题
MUD 是什么?
Operate and maintain the persistent MUD agent for OpenClaw. Use when running MUD engine commands, smoke-testing mud state behavior, validating save/restore,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 410 次。
如何安装 MUD?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mud」即可一键安装,无需额外配置。
MUD 是免费的吗?
是的,MUD 完全免费(开源免费),可自由下载、安装和使用。
MUD 支持哪些平台?
MUD 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MUD?
由 Andrew Goetz(@andrew-goetz-com)开发并维护,当前版本 v1.0.1。
推荐 Skills