Install
openclaw skills install @whh110112/human-writing-skillsAI text humanizer for de-AI writing, natural rewriting, fiction editing, and novel continuity
openclaw skills install @whh110112/human-writing-skillsHumanize AI-shaped text, write or continue genre-aware prose, and audit long-form continuity without flattening a specific voice. Use the smallest set of modules that covers the task. Keep project facts, prior chapters, rewrite originals, and continuity ledgers separate from optional style references.
humanwriting/ Python package is executable. Its CLI deterministically
compiles prompts, locates recurring text patterns, calculates diagnostics,
previews conservative fixes, checks protected content, and writes staged audits.skills/ are model-executed writing and editorial
modules. They are selected by the compiler and are intentionally not pretending
to be deterministic NLP algorithms.human-writing-skills list --kind module and run a real draft through lint,
fix, verify, or pipeline rather than judging the package from SKILL.md alone.human-writing-mcp is an optional project-local coordination layer. It gives
separate agents bounded long-form assignments, stores receipts, and refuses
reconciliation until coverage verification passes. It does not call a model.humanize --mode quick for surface patterns,
rewrite fidelity, and voice/ambiguity preservation.--mode deep only when structural repetition, cliches, paragraph stagnation,
or broad editorial reconstruction needs a separate pass.humanize-examples only after an explicit request or --with-examples.skills/: fiction, webnovel, argumentative,
news-report, formal-document, self-media, or academic-paper.narrative-naturalness-audit is reserved for deep or explicit AI-trace review of
narrative prose; it is not loaded for ordinary quick humanization or serious documents.--context as authoritative. Never borrow facts from a
style sample. When --original is supplied for a rewrite, activate
rewrite-fidelity and preserve meaning without preserving awkward wording.
In fiction and webnovels, do not let time/place mini-headings replace scene bridges.reference-style-alignment only when the user supplies reference
material, gives an explicit style direction, or directly asks to match a style.--source as factual evidence only. Activate source-grounding only for
serious academic, formal, news, legal, or technical work with explicit source files.lint, then independent audit
profiles, then verify protected content against the source. Run stats only
when distributional diagnostics help; use fix as a preview before writing.voice, serial, world, process, momentum, salience, recurrence,
ending, texture, fidelity, preservation, examples, and sources separate from the default audit. Activate them explicitly
or through pipeline --auto. serial requires context, recurrence requires at
least three chapters, fidelity requires --original, preservation requires
both explicit selection and --original, examples require an explicit request,
and sources requires both a serious document and --source.chunk-audit instead of placing
the whole draft in one prompt. Supply --outline or --context for authoritative
character or report rules. Use --agent-mode deep only when every block needs a
visible coverage receipt, then run verify-chunk-audit before reconciliation. Use
--translationese only for an explicitly translated or localized work. Read
docs/long-form-consistency.md only for this workflow.human-writing-mcp rather than copying the entire manuscript into each chat.
Agents must claim a task, submit a complete receipt, and pass coverage
verification before one final reconciliation task is released. Read
docs/agent-orchestration.md only when an MCP-capable host is available.human-writing-skills build --style fiction --context ledger.md --task "Continue the scene."
human-writing-skills humanize --draft chapter.md --style fiction --mode quick
human-writing-skills humanize --draft article.md --style self-media --mode deep --with-examples
human-writing-skills build --style fiction --reference sample.md --task "Match the sample's restrained rhythm."
human-writing-skills build --style self-media --original original.md --task "Rewrite without adding facts."
human-writing-skills audit --draft chapter.md --context ledger.md --profile physical
human-writing-skills audit --draft chapter.md --profile voice
human-writing-skills audit --draft chapter.md --context ledger.md --profile serial
human-writing-skills audit --draft chapters.md --profile momentum
human-writing-skills audit --draft chapters.md --profile recurrence
human-writing-skills audit --draft chapter.md --profile process
human-writing-skills audit --draft chapter.md --document-type fiction --profile ending
human-writing-skills audit --draft paper.md --document-type academic-paper --source study.md --profile sources
human-writing-skills audit --draft revised.md --original original.md --profile fidelity
human-writing-skills audit --draft revised.md --original original.md --profile preservation
human-writing-skills pipeline --draft chapter.md --context ledger.md --auto --with-stats --output-dir audit
human-writing-skills chunk-audit --draft full-novel.md --style fiction --outline outline.md --output-dir novel-audit
human-writing-skills chunk-audit --draft full-novel.md --style fiction --outline outline.md --agent-mode deep --output-dir novel-agent-audit
human-writing-skills verify-chunk-audit --package-dir novel-agent-audit
human-writing-skills chunk-audit --draft report-es.md --style news-report --source sources.md --translationese --agent-mode deep --output-dir report-audit
human-writing-mcp --root C:\writing-project
human-writing-skills lint --draft chapter.md --style fiction
human-writing-skills stats --draft chapter.md --style fiction
human-writing-skills fix --draft chapter.md --preview
human-writing-skills verify --source original.md --candidate revised.md
Read README.md or README.zh-CN.md for user-facing guidance. Read files under
docs/ only for the workflow being used. Do not claim detector evasion or infer
authorship from stylistic patterns; frame results as editing evidence.