Story Deslop
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: story-deslop Version: 1.1.0 The skill bundle 'story-deslop' is a specialized creative writing tool designed to identify and remove 'AI-flavored' prose from web novels. It functions by providing the agent with detailed stylistic guidelines, a list of banned phrases (references/banned-words.md), and a multi-stage refinement process. While it utilizes basic file operations (reading/writing a .deslop-whitelist) and a shell command (wc -m) to enforce a 15% modification limit, these actions are directly aligned with its stated purpose and lack any indicators of malicious intent, data exfiltration, or unauthorized access.
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.
The agent may run a simple local character-counting command if working with files or text buffers.
The skill suggests using the local `wc -m` command to count characters. This is command use, but it is limited, disclosed, and directly related to checking how much text was removed.
删除比例上限:单次去AI味操作的删除量不得超过原文总字数的 15%(用 `wc -m` 统计修改前后字符数差值)
Users should ensure any command execution remains limited to harmless counting and does not operate on unintended files.
Words added to the whitelist may be skipped in later AI-style checks for that project.
The skill creates or uses a project-local whitelist file that can affect future banned-word checks. This is persistent context, but it is disclosed, user-customizable, and scoped to the project.
如果 `.deslop-whitelist` 不存在,首次运行 Gate A 时创建空文件并提示用户可自定义。
Review the .deslop-whitelist file if results seem inconsistent, and avoid adding sensitive or unrelated content to it.
