A writing editor skill designed to identify and eliminate the telltale signs of machine-generated text to restore natural human rhythm and voice.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jz-humanizer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install jz-humanizer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Humanizer skill is a sophisticated editing engine developed to strip away the algorithmic fingerprints left by large language models. Built upon the comprehensive standards of Wikipedia's AI Cleanup project, it moves beyond simple synonym replacement to address structural and stylistic patterns that make writing feel sterile. By identifying inflated symbolism, promotional fluff, and repetitive sentence structures, this skill ensures your content maintains a professional yet authentic human quality.
In the context of Openclaw Skills, Humanizer functions as an essential layer for developers and writers who need to ensure their output resonates with readers. It doesn't just delete problematic phrases; it injects soul into the writing by introducing rhythm variance, acknowledging complexity, and adding subjective nuances that machines typically avoid. The result is text that is clear, direct, and indistinguishable from high-quality human craftsmanship.
To integrate this skill into your workflow, ensure your agent has access to the standard file manipulation tools. Openclaw Skills usually require the following configuration:
# Ensure your agent directory includes the humanizer skill
mkdir -p skills/humanizer
cp humanizer.md skills/humanizer/SKILL.md
Once the skill is active, you can invoke it by asking your agent to humanize a specific file or text block. No additional API keys are required as the logic is built into the prompt-based pattern recognition engine.
The Humanizer skill organizes its analytical and creative output based on the following metadata taxonomy:
| Attribute | Description |
|---|---|
| Detected Patterns | A list of specific AI tells found in the source text (e.g., em dash overuse, Rule of Three). |
| Voice Profile | The detected intended tone, such as formal, technical, or casual. |
| Humanized Text | The final processed content with natural flow and rhythm. |
| Change Log | A detailed breakdown of the transformations applied to each problematic section. |
Loading
A mechanical enforcement suite that replaces soft markdown suggestions with hard git hooks and automated validation scripts for AI agents.

Visualize and diagnose context window allocation and token usage for AI coding agents.

AWI is a zero-configuration single-binary tool for AI agents to read webpages and search the internet using an intelligent three-level fallback strategy.

A macOS-native web command center for monitoring agent activity, managing cron jobs, and tracking LLM costs in real-time.

A sophisticated prompting framework that simulates a multi-expert panel to provide diverse viewpoints and consensus for complex decision-making.

A framework to stabilize AI Agent execution by replacing soft prompts with hard-coded gate scripts and persistent style contexts.








































