Install
openclaw skills install verified-humanizer-newTransform AI-generated content into natural, human-sounding writing, measure the improvement, and optionally verify the result.
openclaw skills install verified-humanizer-newTransform 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.
ai-writing, text-transformation, humanization, evaluation, verification, privacy