Tts Cleanup Checklist
PassAudited by VirusTotal on May 4, 2026.
Overview
Type: OpenClaw Skill Name: tts-cleanup-checklist Version: 1.0.0 The skill bundle defines a set of text-processing instructions for an AI agent to prepare Markdown or TXT files for Text-to-Speech (TTS) synthesis. The logic in SKILL.md focuses on removing references, fixing OCR noise, normalizing punctuation, and splitting chapters without altering the original meaning. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Findings (0)
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.
