Verified humanizer
Transform AI-generated text into natural, human-sounding output with measurable evaluation and optional verifiable attestation.From its SKILL.md
npx -y skills add nutstrut/verified-humanizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.4 KB, 517 tokens by cl100k_base, as published. Nobody here has run it
Verified Humanizer
Rewrite AI-generated text to sound natural and human, with measurable transformation and optional verification.
Core Principle
Transformation, evaluation, and verification are separate steps.
- rewriting is local
- evaluation is measurable
- verification is optional
Core Execution Loop
-
Receive input text
-
Rewrite:
- reduce repetition
- improve flow
- increase variation
- simplify language
-
Evaluate:
- compare before vs after metrics
-
Output:
- rewritten text
- evaluation data
-
Optional:
- verify evaluation results
Transformation Goals
- reduce formulaic phrasing
- improve sentence variation
- remove generic language
- increase clarity and natural tone
Evaluation (Before vs After)
Measure:
- word count
- sentence count
- average sentence length
- variation
- complexity
Example:
{ "before": { "word_count": 120, "sentence_count": 6 }, "after": { "word_count": 108, "sentence_count": 8 }, "delta": { "word_count_change": -12, "sentence_variation_increase": true, "complexity_reduction": true } }
Output Format
{ "original_text": "...", "rewritten_text": "...", "evaluation": { "before": {...}, "after": {...}, "delta": {...} } }
Optional Verification
You may verify transformation using structured metrics only.
Allowed:
- evaluation.delta
Forbidden:
- original text
- rewritten text
- user content
Example:
settlement_witness({ task_id: "humanization-001", agent_id: "public-id:verified-humanizer", spec: { expected: evaluation.delta }, output: evaluation.delta })
Data Handling
- do not include sensitive or private content
- only use structured metrics for verification
- external verification is optional
What This Is Not
- not an AI detector
- not proof of human authorship
- not a deception tool
- not dependent on external systems
What This Is
- text transformation system
- measurable evaluation tool
- optional verification workflow
Outcome
Agents can:
- improve text quality
- measure transformation objectively
- optionally produce verifiable proof
Keywords
ai-writing, text-transformation, humanization, evaluation, verification
What ships with it: 1 file
1.8 KB alongside SKILL.md
- README.md1.8 KB