OpenClaw · Skill
Oee Content Humanizer
by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install odinbot33/oee-content-humanizerClawHub installer
npx clawhub@latest install odinbot33/oee-content-humanizerOpenClaw CLI
openclaw skills install odinbot33/oee-content-humanizerDirect OpenClaw install
openclaw install odinbot33/oee-content-humanizerWhat this skill does
by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Why it matters
Handles platform-specific tone adjustments in one step rather than manually editing for each channel.
Typical use cases
- Rewriting ChatGPT drafts before posting to LinkedIn
- Cleaning up AI-written blog posts before publishing
- Reformatting AI email drafts to sound less robotic
- Checking if text has obvious AI tells before submitting
- Adapting AI copy to match a casual Twitter voice
Source instructions
🐾 Humanizer — AI Content De-Robotifier
by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Strip the AI out of AI-generated text. Makes content sound like a human wrote it.
What It Does
- Detects AI tells (buzzwords, tone inflation, repetitive structure)
- Rewrites with natural cadence, contractions, varied rhythm
- Tunes output for specific platforms (Twitter, LinkedIn, Blog, Email, Telegram)
Trigger Phrases
- "humanize this text"
- "make this sound human"
- "de-robotify this"
- "rewrite this naturally"
- "strip the AI from this"
Usage
# 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"
Channels
| 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) |
Requirements
- Python 3.10+ (stdlib only — no pip installs)
ANTHROPIC_API_KEYenvironment variable- Uses Claude Haiku for cost efficiency
For Agents
When 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 -->