← 返回 Skills 市场
weistiger

mud-adventure

作者 weistiger · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mud-adventure
功能描述
文字冒险型 MUD 游戏创作助手。用于快速搭建文字冒险游戏的世界观、地图、NPC、物品、任务与对话树。当用户说"做 MUD"、"写文字冒险"、"创建mud游戏"、"搭建mud世界"时触发。
安全使用建议
This skill is an offline, instruction-only authoring helper that provides Python templates and design docs. It requests no credentials and performs no network activity. If you plan to run generated code, inspect the Python files first (they read/write a local save file named savegame.json in the current working directory and use input()/print()); running them executes code on your machine, so only run in an environment you trust. If you want additional safety, run the code in a sandbox or review/copy the templates into your own project before executing.
功能分析
Type: OpenClaw Skill Name: mud-adventure Version: 1.0.0 The mud-adventure skill bundle is a legitimate toolset for creating text-based MUD games in Python. The provided code in SKILL.md and the reference files (examples.md, game-systems.md) contains standard game logic, including room navigation, NPC interaction, combat systems, and local save/load functionality using JSON. There are no signs of data exfiltration, malicious execution, or harmful prompt injection; all instructions and code snippets are strictly aligned with the stated purpose of game development.
能力评估
Purpose & Capability
The name/description (MUD game authoring) matches the included SKILL.md and the reference files: Python templates, game-system guides, world-design notes and examples. Nothing requested (no env vars, no binaries, no installs) is out of scope for a local game-authoring helper.
Instruction Scope
Runtime instructions and examples focus on producing a single-file Python MUD (game.py), game design, and local save/load behavior. They reference only local files included in the skill and common stdlib modules (json, os, random). There are no instructions to read unrelated system configs or to transmit data externally.
Install Mechanism
There is no install spec and no code to download or execute from external URLs; this is instruction-only so nothing is written to disk by an installer step beyond what the user runs locally.
Credentials
The skill requires no environment variables or credentials. Example code lightly references os.environ/TERM for color support in a non-privileged way, but that is optional and not required for the skill to function.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mud-adventure
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mud-adventure 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Gu Long style wuxia MUD game builder with world design guide, game systems reference, and playable template.
元数据
Slug mud-adventure
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mud-adventure 是什么?

文字冒险型 MUD 游戏创作助手。用于快速搭建文字冒险游戏的世界观、地图、NPC、物品、任务与对话树。当用户说"做 MUD"、"写文字冒险"、"创建mud游戏"、"搭建mud世界"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 mud-adventure?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mud-adventure」即可一键安装,无需额外配置。

mud-adventure 是免费的吗?

是的,mud-adventure 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

mud-adventure 支持哪些平台?

mud-adventure 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mud-adventure?

由 weistiger(@weistiger)开发并维护,当前版本 v1.0.0。

💬 留言讨论