642件可写的小事
PassAudited by ClawScan on May 7, 2026.
Overview
This appears to be a benign instruction-only generator for a local creative-writing H5 app, with expected file-writing and saved-writing behavior to notice.
This skill looks safe for its stated purpose. Before installing, note that invoking it is meant to create a local HTML app file, and any writing saved inside that app may persist locally until deleted.
Findings (3)
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.
Installing and invoking the skill may create or overwrite an HTML file in the workspace or another path the user provides.
The skill directs the agent to write an output file, including to a user-specified path. This is expected for an app generator, but it is still a workspace mutation.
默认输出到当前工作区的 `data/642-things-to-write.html`。若用户指定路径则使用用户路径。
Use a safe output path and avoid pointing the skill at important existing files unless you intend to replace them.
Opening the generated HTML file will run the generated browser code for the writing app.
The generated artifact is a runnable HTML/JavaScript application. That is central to the skill's stated purpose and no hidden execution mechanism is shown.
单文件 H5 应用(`642-things-to-write.html`),零外部依赖,可直接在浏览器运行。
Keep the generated file local unless you choose to share it, and review the file if you need assurance about its browser behavior.
Personal drafts or creative writing entered into the app may remain available in the generated app's saved works area.
The app specification includes saving writing and showing a works collection, indicating user-authored content may be retained by the generated app.
写作面板(Write Panel)... 保存按钮 ... 作品集 ... 作品列表 / 空状态
Avoid entering sensitive writing unless you are comfortable with how the generated app stores it, and use the app's delete controls or remove the local file if needed.
