爽文体验馆

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a benign text-adventure launcher, but its files disagree about supporting four games versus two and it may prompt you to install additional skills.

This skill looks safe to try as a simple text-game hub, but expect possible missing features and review any child skills before letting it install them. Avoid putting real private information into game saves if you do not want it stored locally.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

You may not get the four-game launcher that the description promises; some advertised worlds may be unavailable in the provided implementation.

Why it was flagged

The implementation notes describe only two choices, while SKILL.md advertises a four-world entrance. This is a capability/expectations mismatch, not evidence of hidden malicious behavior.

Skill content
- 展示两个游戏选项
- 用户输入 1 或 2 做出选择
Recommendation

Treat the skill as a two-game launcher unless the missing worlds are added, and ask the publisher to align the documentation and code.

What this means

Installing the dependencies can add new instructions or code to your agent environment.

Why it was flagged

The helper can install named dependency skills through the local CLI. This is consistent with a launcher, but approving it adds other skill packages that are outside this review.

Skill content
cmd = f"openclaw skills install {skill_name}"
subprocess.run(cmd, shell=True, check=True)
Recommendation

Only approve dependency installation after reviewing the referenced child skills and their permissions/provenance.