ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

solo-humanize

Strip AI writing patterns from text — em dashes, stock phrases, promotional inflation, performed authenticity, rule-of-three lists. Use when user says "humanize this", "make it sound human", "strip AI patterns", "clean up the copy", or after /content-gen or /landing-gen produces output.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fortunto2/solo-humanize
Or

/humanize

Strip AI writing patterns from user-facing text. Takes a file or pasted text and rewrites it to read like a human wrote it, without losing meaning or structure.

Why this exists

LLM output has recognizable tells — em dashes, stock phrases, promotional inflation, performed authenticity. Readers (and Google) notice. This skill catches those patterns and rewrites them.

When to use

  • After /content-gen, /landing-gen, /video-promo — polish the output
  • Before publishing any user-facing prose (blog posts, landing pages, emails)
  • When editing CLAUDE.md or docs that will be read by humans
  • Standalone: /humanize path/to/file.md

Input

  • File path from $ARGUMENTS — reads and rewrites in place
  • No argument — asks to paste text, outputs cleaned version
  • Works on .md, .txt, and text content in .tsx/.html (string literals only)

Pattern Catalog

1. Em Dash Overuse (—)

The most obvious AI tell. Replace with commas, periods, colons, or restructure the sentence.

BeforeAfter
"The tool — which is free — works great""The tool (which is free) works great"
"Three features — speed, security, simplicity""Three features: speed, security, simplicity"
"We built this — and it changed everything""We built this. It changed everything."

Rule: Max 1 em dash per 500 words. Zero is better.

2. Stock Phrases

Phrases that signal "AI wrote this." Remove or replace with specific language.

Filler phrases (delete entirely):

  • "it's worth noting that" → (just state the thing)
  • "at the end of the day" → (cut)
  • "in today's world" / "in the modern landscape" → (cut)
  • "without further ado" → (cut)
  • "let's dive in" / "let's explore" → (cut)

Promotional inflation (replace with specifics):

  • "game-changer" → what specifically changed?
  • "revolutionary" → what's actually new?
  • "cutting-edge" → describe the technology
  • "seamless" → "works without configuration" (or whatever it actually does)
  • "leverage" → "use"
  • "robust" → "handles X edge cases" (specific)
  • "streamline" → "cut steps from N to M"
  • "empower" → what can the user now do?
  • "unlock" → what's the actual capability?

Performed authenticity (rewrite):

  • "to be honest" → (if you need to say this, the rest wasn't honest?)
  • "let me be frank" → (just be frank)
  • "I have to say" → (just say it)
  • "honestly" → (cut)
  • "the truth is" → (cut, state the truth directly)

3. Rule of Three

AI loves triplets: "fast, secure, and scalable." Real writing varies list length.

BeforeAfter
"Fast, secure, and scalable""Fast and secure" (if scalable isn't proven)
"Build, deploy, and iterate""Build and ship" (if that's what you mean)
Three bullet points that all say the same thingOne clear bullet

Rule: If you find 3+ triplet lists in one document, break at least half of them.

4. Structural Patterns

Metadata

Author@fortunto2
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fortunto2-solo-humanize": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

solo-swarm

Launch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously. Use when user says "swarm research", "parallel research", "investigate fast", "3 agents", "team research", or wants faster alternative to /research. Produces research.md. Do NOT use for solo research (use /research) or idea scoring (use /validate).

fortunto2 2387

solo-build

Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implement tasks", "ship it", or references a track ID. Do NOT use for planning (use /plan) or scaffolding (use /scaffold).

fortunto2 2387

solo-metrics-track

Set up PostHog metrics plan with event funnel, KPI benchmarks, and kill/iterate/scale decision thresholds. Use when user says "set up metrics", "track KPIs", "PostHog events", "funnel analysis", "when to kill or scale", or "success metrics". Do NOT use for SEO metrics (use /seo-audit).

fortunto2 2387

solo-audit

Health check knowledge base for broken links, missing frontmatter, tag inconsistencies, and coverage gaps. Use when user says "audit KB", "check frontmatter", "find broken links", "tag cleanup", or "knowledge base quality". Do NOT use for SEO audits (use /seo-audit) or code reviews.

fortunto2 2387

solo-seo-audit

SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores 0-100. Use when user says "check SEO", "audit this page", "SEO score", "check meta tags", or "SERP position". Do NOT use for generating landing content (use /landing-gen) or social media posts (use /content-gen).

fortunto2 2387