Tts Cleanup Checklist
PassAudited by ClawScan on May 4, 2026.
Overview
This instruction-only skill is consistent with cleaning user-provided text for TTS, with only expected file and directory read/write behavior to notice.
This skill appears safe for its intended purpose. Before using it, provide only the specific files or directories you want cleaned, set an output directory, and review the generated report to confirm the text was not changed in an unintended way.
Findings (1)
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.
If the user chooses a broad directory or glob, the agent may process many documents and create many output/report files.
The skill instructs the agent to read local text files or a directory batch and create output files and reports. This is expected for the stated text-cleanup purpose, but it is still local file access and file creation.
读取输入文本(md/txt,支持单文件或目录批量)。 ... 生成输出文件。 ... 生成“清洗说明/批量汇总报告”。
Use narrow input paths or globs, choose a separate output directory, and avoid overwriting original files unless you have backups.
