hezi2020/dsh-plugin-wiki--plugins-DEEP-IOS-dsh-humanizer ↗★ 0
dsh-humanizer
中文文本人味化 bundle 插件,通过强制深层改写工作流(含十维叙事审计、功能路径与15层分布)及内容忠实守卫进行编辑辅助,非 AI 检测器。
AI 分析
用于中文文本的深度改写与润色。适合需要提升文本自然度、进行句式分布画像及内容忠实度校验的编辑与写作任务。核心在于通过多维度工作流和守卫工具辅助人工编辑。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hezi2020/dsh-plugin-wiki#0f911a1b7aef331b19607a60c884be50e910c0ab&path:plugins/DEEP-IOS-dsh-humanizer说明文档
阅读完整 README ↗使用
对模型说「用 humanizer 处理这段文本」。工作流常驻 system prompt,模型按十步执行,用 humanize_reference 读方法论章节。
| 工具 | 作用 |
|---|---|
humanize_profile(text) | 分布画像:全文与逐段的句长、短长句占比、连词密度、§18 特征字计数、内容锚点 |
humanize_guard(original, rewritten) | 内容忠实守卫:锚点保真 + 禁止条件扫描 |
humanize_validate_artifact(artifact, source) | 工件门禁:拒占位空话、空数组、假证据、短判断 |
humanize_reference(name) | 读取 references/ 章节全文或小节(如 04#4.7) |
命令行冒烟:
node scripts/guard-humanizer.mjs profile ./文本.md
node scripts/guard-humanizer.mjs guard ./原文.md ./改写稿.md