问道笔录Game
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only text adventure; its notable behavior is limited to saving and reusing local game state.
This skill appears safe for role-playing use. Before installing, note that it saves game progress in a local game_state.md file; use fictional character details and run it in a dedicated folder to avoid changing an unrelated file with the same name.
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.
The skill may create or modify a local game_state.md save file during play.
The skill explicitly directs local file read/edit operations, but they are scoped to the game save file and are necessary for the stated game purpose.
使用 Read 工具读取,Edit 工具更新: 1. Read: game_state.md 2. 检查"前世传承信息"部分 3. Edit: 更新"基本信息"
Use the skill in a dedicated game folder, especially if you already have an unrelated file named game_state.md.
If a user enters real personal details instead of fictional character details, those details may be saved in the local game state.
The game asks for character identity details and later stores character state in game_state.md, so user-entered role-play details may persist across gameplay.
请告诉我: 1. 你的姓名 2. 你的性别(男/女) 3. 你的年龄(建议16-20岁,正值青春,适合修仙)
Use fictional character information if you do not want real name, age, or gender details stored in the save file.
