Install
openclaw skills install @nutstrut/verified-humanizerLegacy verification-guided rewriting skill. Makes AI-generated text more natural while encouraging claims to stay grounded and attributable. Does not perform cryptographic verification, emit receipts, verify receipts, or prove that rewritten text is true.
openclaw skills install @nutstrut/verified-humanizerVerified Humanizer is a legacy verification-guided rewriting skill.
It helps make AI-generated text more natural while encouraging claims to remain grounded, attributable, and not stronger than the available evidence.
This skill does not perform cryptographic verification, emit receipts, verify receipts, or prove that rewritten text is true.
For actual receipt verification, use SettlementWitness or DefaultVerifier MCP verify_receipt.
Status: legacy / claim-corrected.
Category: verifiability-guided workflow skill.
Boundary: Verified Humanizer improves wording discipline; it does not certify factual accuracy, authorship, approval, or evidence validity.
Transform stiff or formulaic AI-generated content into writing that sounds natural, clear, and human. Keep rewriting local, measure the improvement, and optionally verify the evaluation using structured metrics.
Transformation, evaluation, and verification are separate steps.
Use this skill when text sounds generic, repetitive, over-explained, overly polished, or obviously AI-shaped.
This skill helps an agent:
This skill does not prove human authorship. It improves style and documents the transformation.
{
"rewritten_text": "...",
"changes": [
"..."
],
"evaluation": {
"before": {...},
"after": {...},
"delta": {...}
},
"verification": {
"used": false,
"status": "not_run",
"receipt_id": null
}
}
{
"text": "This innovative platform serves as a testament to cutting-edge technology, providing users with a seamless and intuitive experience that underscores its importance in today's digital landscape."
}
{
"rewritten_text": "This platform is designed to be easy to use and genuinely helpful in everyday situations.",
"changes": [
"Removed inflated language",
"Simplified sentence structure",
"Improved clarity"
],
"evaluation": {
"before": {
"word_count": 27,
"ai_vocab_count": 5
},
"after": {
"word_count": 16,
"ai_vocab_count": 0
},
"delta": {
"word_count_change": -11,
"ai_vocab_reduction": true
}
},
"verification": {
"used": false,
"status": "not_run",
"receipt_id": null
}
}
You may optionally verify the evaluation using structured data only.
This version clarifies that the skill is a verifiability-guided workflow aid. It does not itself perform cryptographic verification, emit Settlement Attestation Receipts, verify receipts, verify signatures, prove human authorship, or prove that rewritten text is true or safe. For receipt verification, use SettlementWitness or DefaultVerifier MCP verify_receipt.
ai-writing, text-transformation, humanization, evaluation, verification, privacy