mud-adventure
v1.0.0文字冒险型 MUD 游戏创作助手。用于快速搭建文字冒险游戏的世界观、地图、NPC、物品、任务与对话树。当用户说"做 MUD"、"写文字冒险"、"创建mud游戏"、"搭建mud世界"时触发。
⭐ 0· 87·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
chinesevk975vssk9m4rkcjtpnqtjseb6983j0npgamevk975vssk9m4rkcjtpnqtjseb6983j0nplatestvk975vssk9m4rkcjtpnqtjseb6983j0npmudvk975vssk9m4rkcjtpnqtjseb6983j0nptext-adventurevk975vssk9m4rkcjtpnqtjseb6983j0npwuxiavk975vssk9m4rkcjtpnqtjseb6983j0np
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
