← Back to Skills Marketplace
heaven-ll

爽文体验馆

by Heaven-LL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shuangwen-tiyanguan
Description
爽文体验馆 - 修仙武侠民国校园四世界入口。提供统一的角色选择界面,让玩家选择进入凡人踏天行(修仙)、武林趣闻(武侠)、民国风云(乱世情缘)或青春校园(纯爱物语)。四个世界独立存档,互不影响。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shuangwen-tiyanguan
  3. After installation, invoke the skill by name or use /shuangwen-tiyanguan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本,包含四大游戏世界入口:凡人踏天行、武林趣闻、民国风云、青春校园
Metadata
Slug shuangwen-tiyanguan
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 爽文体验馆?

爽文体验馆 - 修仙武侠民国校园四世界入口。提供统一的角色选择界面,让玩家选择进入凡人踏天行(修仙)、武林趣闻(武侠)、民国风云(乱世情缘)或青春校园(纯爱物语)。四个世界独立存档,互不影响。 It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install 爽文体验馆?

Run "/install shuangwen-tiyanguan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 爽文体验馆 free?

Yes, 爽文体验馆 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 爽文体验馆 support?

爽文体验馆 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 爽文体验馆?

It is built and maintained by Heaven-LL (@heaven-ll); the current version is v1.0.0.

💬 Comments