← 返回 Skills 市场
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shuangwen-tiyanguan
功能描述
爽文体验馆 - 修仙武侠民国校园四世界入口。提供统一的角色选择界面,让玩家选择进入凡人踏天行(修仙)、武林趣闻(武侠)、民国风云(乱世情缘)或青春校园(纯爱物语)。四个世界独立存档,互不影响。
安全使用建议
This skill is broadly what it says — a menu/launcher for other story skills — but there are a few inconsistencies and operational details to check before installing or running it:
- Confirm dependency names: the documentation lists four dependent skills but the code only checks for two (and uses a different name 'cultivation-chronicle-cn'). Ask the author which skill slugs are correct so you don't get unexpected behavior.
- Be aware the scripts may run shell install commands (e.g., 'openclaw skills install' or 'npx skills add') via subprocess.run(shell=True). That will invoke network installs for third‑party skills; only proceed if you trust the openclaw CLI and the skill sources it pulls from.
- The package metadata doesn't declare required binaries (openclaw, npx), but the runtime assumes them. Ensure those CLIs are present and trusted on your system.
- The launcher reads files under ~/.openclaw/workspace/skills/* (start files and save locations). This is expected but means the skill will access other skills' files; verify the referenced start files in any dependent skill before allowing automatic installs.
If you want to increase confidence: ask the maintainer to (1) fix/clarify the dependency names, (2) explicitly declare required CLIs in metadata, and (3) confirm whether install commands are only suggested prompts or can be executed automatically. If you cannot verify the sources of the skills it will install, avoid running the install step.
功能分析
Type: OpenClaw Skill
Name: shuangwen-tiyanguan
Version: 1.0.0
The skill acts as a 'Game Hub' that manages and installs other skill bundles. It contains high-risk execution patterns, specifically the use of `subprocess.run(shell=True)` in `scripts/launcher.py` to execute system commands. Furthermore, the `SKILL.md` and `references/core_logic.md` files provide explicit instructions for the AI agent to perform software installations using `npx` and the `openclaw` CLI. While these behaviors are aligned with the stated purpose of a launcher, the reliance on shell execution and the instruction for the agent to modify the system environment represent a significant security risk and a potential vector for shell injection or unauthorized code execution.
能力评估
Purpose & Capability
The skill's name/description match its code: it's a launcher/selector for multiple game skills. However the SKILL.md lists four dependent skills while the code only checks for two; the code uses the name 'cultivation-chronicle-cn' whereas the documentation mentions 'cultivation-chronicle' (and other dependency names like 'minguo-fengyun' and 'campus-youth' are never checked). Also the documentation suggests installation via 'npx' or 'openclaw', but required binaries in the metadata are left blank — a minor incoherence in declared requirements.
Instruction Scope
Runtime instructions and shipped scripts read files under ~/.openclaw/workspace/skills/* (to detect and read start files) and provide install guidance. This is coherent with a launcher, but the SKILL.md and references state the agent may run installation commands; the instructions are somewhat loose about whether installs are interactive or executed automatically, giving the agent discretion to run shell installs.
Install Mechanism
There is no install spec in the registry (instruction-only), but included scripts call out to system tooling to install other skills. scripts/launcher.py uses subprocess.run(..., shell=True) to execute 'openclaw skills install' (and documentation mentions 'npx skills add'). That relies on external CLIs being present and invokes shell commands — expected for a launcher but a moderate operational risk if the CLI or packages come from untrusted sources. No direct downloads from arbitrary URLs are present in the bundle.
Credentials
The skill requests no environment variables, credentials, or config paths beyond reading the standard user skill workspace (~/.openclaw/workspace/skills). That is proportionate to a launcher whose job is to detect and start other local skills.
Persistence & Privilege
The skill is not marked 'always:true' and does not request persistent elevated privileges. It reads local skill directories and can invoke the openclaw CLI, which is within the expected scope for a launcher.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shuangwen-tiyanguan - 安装完成后,直接呼叫该 Skill 的名称或使用
/shuangwen-tiyanguan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本,包含四大游戏世界入口:凡人踏天行、武林趣闻、民国风云、青春校园
元数据
常见问题
爽文体验馆 是什么?
爽文体验馆 - 修仙武侠民国校园四世界入口。提供统一的角色选择界面,让玩家选择进入凡人踏天行(修仙)、武林趣闻(武侠)、民国风云(乱世情缘)或青春校园(纯爱物语)。四个世界独立存档,互不影响。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 爽文体验馆?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shuangwen-tiyanguan」即可一键安装,无需额外配置。
爽文体验馆 是免费的吗?
是的,爽文体验馆 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
爽文体验馆 支持哪些平台?
爽文体验馆 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 爽文体验馆?
由 Heaven-LL(@heaven-ll)开发并维护,当前版本 v1.0.0。
推荐 Skills