Linkedin Humanizer
/install linkedin-humanizer
LinkedIn Humanizer
Aggressively rewrites any text to pass AI detectors and read authentically human. Based on Wikipedia's "Signs of AI writing" taxonomy plus 2026 LinkedIn-specific patterns.
When to use
- Before publishing any AI-drafted post or comment
- When
linkedin-post-auditflags AI tells - When a draft feels "off" and you can't pinpoint why
Input
Any text (post, comment, reply, DM). Optional: target voice samples (past human posts by the user).
Output
- Rewritten text with AI tells removed
- Diff showing what changed and why
- Per-sentence perplexity estimate (higher = more human)
- Confidence: "human", "mixed", "AI-likely"
The three passes
Pass 1 — SCRUB (delete or replace)
Punctuation:
—→.or,–→-orto--→.or," "→"
Vocabulary (regex-strip and replace):
- leverage → use
- utilize → use
- facilitate → help
- streamline → simplify
- delve → look
- navigate → handle
- unlock → find
- harness → use
- foster → build
- cultivate → grow
- fundamentally → (delete)
- essentially → (delete)
- ultimately → (delete)
- crucially → (delete)
- notably → (delete)
- landscape → field (or delete)
- ecosystem → (contextual)
- paradigm → approach
- realm → area
- robust → solid
- seamless → smooth
Phrase-level:
- "It's not just X, it's Y" → rewrite as a single claim
- "In today's fast-paced world" → delete opener entirely
- "game-changer" → specific descriptor
- "deep dive" → "look" or "analysis"
- "at the end of the day" → delete
Pass 2 — BREAK (force burstiness)
Target: Flesch reading ease >55. Sentence length variance >40%.
- If all sentences are 15-22 words, force-break at least 1 in 3 into \x3C8-word sentences
- Add at least one sentence fragment ("Worth it.", "Every time.")
- Break rule-of-three lists into twos or fours
- Break perfect parallel structures with one asymmetric sentence
Pass 3 — ADD (human fingerprints)
Require at least:
- 1 specific number per 100 words (replace "many" / "significant" / "massive")
- 1 named entity (real person, company, date, city)
- 1 first-person sensory detail
- 1 contradiction or self-correction
- 1 moment of vulnerability or stakes
If the input lacks these, ask the user for a specific number or anecdote to plug in. Don't fabricate.
Non-negotiable rules
- Preserve the user's actual claim. Humanizing ≠ changing meaning.
- Capitalize all names (Dharmesh, Felix, HubSpot, Claude).
- Never introduce facts that weren't in the input. If a number is missing, ask.
- Keep the user's sentence-level voice quirks (lowercase starts,
..soft pauses).
Example
Input: "In today's fast-paced landscape, businesses must fundamentally leverage AI to unlock robust ROI — here's what I've learned."
Output: "businesses need AI to cut costs. here's what we learned running 35k LinkedIn profiles through our system daily."
Diff: removed em dash, removed "in today's fast-paced landscape", removed "fundamentally", removed "leverage", removed "unlock", removed "robust", added specific number (35k), added named entity (LinkedIn).
Files
SKILL.md— this filereferences/scrub-rules.md— full regex patterns and replacement mappingreferences/voice-fingerprint.md— how to preserve user voice while scrubbing
Related skills
linkedin-post-audit— detection-only pass (no rewrite)linkedin-post-writer— generates drafts that already pass the humanizer
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkedin-humanizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkedin-humanizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Linkedin Humanizer 是什么?
Aggressively rewrites LinkedIn text to remove AI indicators and add human traits, ensuring posts and comments read authentically before publishing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 Linkedin Humanizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkedin-humanizer」即可一键安装,无需额外配置。
Linkedin Humanizer 是免费的吗?
是的,Linkedin Humanizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Linkedin Humanizer 支持哪些平台?
Linkedin Humanizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Linkedin Humanizer?
由 Sergey Bulaev(@sergebulaev)开发并维护,当前版本 v1.0.0。