openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Novel Publish Ready

小说质量检查技能。适用于所有用户、所有题材的小说创作场景。当需要进行小说正文检查时使用,包括:违禁词扫描、套路句识别、逻辑漏洞检查、章节衔接验证、人设/世界观一致性核对、大纲对照检查、节奏代入感评估、重复内容排查、数量词术语一致性、模板化句子替换、禁用词优先级原则、词频穷尽扫描原则、上下文穷尽原则、主观描述转客观...

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.8

统计:⭐ 1 · 46 · 0 current installs · 0 all-time installs

1

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:chn012cjus/web-novel-publishing-readiness-and-quality-check-skill

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code and runtime instructions are consistent with its stated purpose (novel quality checks); it runs a local Python scanner on user-provided chapter files, does not request credentials, and does not perform network I/O, but you should review/limit which files are scanned before running.

目的

Name/description (novel quality checks) match the provided pieces: an instruction-heavy SKILL.md that describes scanning workflows and a local Python script (freq_check.py) that performs forbidden-word and frequency scans. No unrelated credentials, binaries, or external services are requested.

说明范围

Instructions require exhaustive scanning of whole chapters and cross-chapter comparisons and instruct running the bundled freq_check.py against a target file. This is coherent with the purpose. Note: the tool reads arbitrary file paths provided to it and writes results to freq_result.txt in the skill directory — ensure the agent is only given the intended chapter files (to avoid accidental reading of sensitive system files). No instructions se…

安装机制

No install spec; the skill is instruction-only with a bundled Python script. This is low-risk from an installer perspective. However, running the included script will execute code on the host — the script appears small, readable, and only performs local text scanning and file I/O (no network calls).

证书

The skill requests no environment variables, no credentials, and no config paths. The operations described (reading chapter text and comparing with previous chapter) are consistent with needing only file access to the user's content.

持久

always is false and the skill does not request modifying other skills or system settings. The skill writes its scan output to a local file in its directory (freq_result.txt) which is normal for a scanner. Autonomous invocation is allowed by default but not otherwise privileged.

综合结论

This skill appears coherent and implements the stated novel-quality checks locally. Before installing or running it: (1) review freq_check.py yourself (it's short and readable) or run it in a sandbox to confirm behavior; (2) be careful which file paths you give the skill — it will read any file path you supply, so don't point it at sensitive system files or secrets; (3) outputs are written to freq_result.txt inside the skill directory — verify…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Novel Publish Ready」。简介:小说质量检查技能。适用于所有用户、所有题材的小说创作场景。当需要进行小说正文检查时使用,包括:违禁词扫描、套路句识别、逻辑漏洞检查、章节衔接验证、人设/世界观…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/chn012cjus/web-novel-publishing-readiness-and-quality-check-skill/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。