TopRank Skills

Home / Claw Skills / Gestion des connaissances / ai-writing-humanizer
Official OpenClaw rules 36%

ai-writing-humanizer

Automatically strip AI writing patterns and stock phrases from user-facing prose before sending. Use when preparing longer texts to ensure a natural, human tone without obvious AI tells.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ai-writing-humanizer 技能。 若已安装,则直接安装 ai-writing-humanizer 技能。

Overview

Skill Key
hosthobbit/ai-writing-humanizer
Author
hosthobbit
Source Repo
openclaw/skills
Version
-
Source Path
skills/hosthobbit/ai-writing-humanizer
Latest Commit SHA
9359f1b9aa2ad4168d78641ac97185b496ae8c8a

Extracted Content

SKILL.md excerpt

# AI Writing Humanizer

Provide a cleaned, human-sounding version of input text by removing or rewriting common AI-generated writing patterns. Load this skill automatically for any user-facing prose longer than ~150 words.

## Patterns Covered

- Overuse of hedging phrases: "At the end of the day", "It's worth noting", "It is important to remember"
- Stock transitions and signposts: "First", "Secondly", "Finally"
- Structural markers: em dashes (—), parentheses for side notes, bullet-like serial lists
- Predictable rule-of-three constructs: "X, Y, and Z" used as checklist language
- Passive voice sections flagged by "was", "were", "has been"
- Performed authenticity cues: "I hope this helps", "Let me know if you have any questions"

## Usage

1. Pass input text to `scripts/humanize.py --input text.txt --output cleaned.txt`.
2. For integrations, import `humanize_text()` from the script and apply before sending.

## Bundled Resources

- scripts/humanize.py — Python script implementing regex-based pattern removal and light rewriting
- references/signs-of-ai-writing.md — List of AI writing signs based on Wikipedia
- tests/test_humanizer.py — Regression tests to detect patterns

Related Claw Skills