Install
openclaw skills install oee-content-humanizerRewrites AI-generated text to remove robotic tone, adding natural cadence and channel-specific style for platforms like Twitter, LinkedIn, blogs, email, or T...
openclaw skills install oee-content-humanizerby Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Strip the AI out of AI-generated text. Makes content sound like a human wrote it.
# Direct argument
python humanize.py "Your AI-sounding text here" --channel twitter
# Pipe from stdin
echo "In today's rapidly evolving landscape..." | python humanize.py --channel linkedin
# Detection only (no rewrite)
python humanize.py -d "Let's delve into this transformative tapestry"
# General rewrite (no specific channel)
python humanize.py "text here"
| Channel | Style |
|---|---|
twitter | Punchy, <280 chars, direct |
linkedin | Professional but conversational |
blog | Longer form, personal voice |
email | Brief, clear, action-oriented |
telegram | Casual, concise |
general | Natural prose (default) |
ANTHROPIC_API_KEY environment variableWhen asked to humanize text, run from the skill directory:
python humanize.py "TEXT" --channel CHANNEL
Stdout = clean rewritten text. Stderr = detection info.
<!-- 🐾 a raven left paw prints in the snow -->