AI Agent Hub
Back to skills
AI Humanized Writing Assistant icon

AI Humanized Writing Assistant

Content Creation Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_638e256a/ai-humanized-writing.

About this skill

Problem

AI-generated writing often sounds like AI: it opens with "as ... develops", stacks "first/second/additionally", concludes with "in summary", and drifts into vague enterprise phrasing such as "empower", "leverage", or "closed loop". Engineers usually need style correction that preserves numbers, terminology, commitments, and core meaning rather than synonym substitution.

How It Works

The skill splits the task into fingerprint capture, document-type constraints, and style injection:
- The user supplies three authentic original passages, and main.py extracts and stores an 8-dimensional writing fingerprint locally, covering word choice, sentence rhythm, paragraph structure, tone, punctuation habits, argument style, assertion strength, and preferred structure.
- During rewriting, it first detects types such as doc_proposal, doc_tech, or doc_email, then applies the matching formality floor and colloquialism ceiling.
- The model removes typical AI phrasing, adjusts the text dimension by dimension against the fingerprint, and runs fidelity checks for numbers, proper nouns, SLAs, core claims, and absence of invented facts.

Boundaries

It is best for style rewriting of technical docs, proposals, emails, marketing copy, and social posts, not fact generation. Formal documents should not downgrade technical terms into slang; when a fingerprint conflicts with document type constraints, the document type wins. Fingerprints are stored locally under data/fingerprints/, may be flagged stale after 90 days, and fall back to generic de-AI phrasing after 180 days.

Use Cases

  • Tech docs: remove AI phrases and keep terms, code, metrics.
  • Proposals: make product copy formal, retain SLAs and claims.
  • Customer emails: shorten polite AI drafts into direct notices.
  • Social notes: turn marketing tone into natural personal text.

Best For

  • Engineers writing docs who want AI phrasing removed while terms, code, and metrics stay.
  • Pre-sales writers who need formal proposals that keep SLAs, pricing, and commitments.
  • Product managers replying to customers who want professional, less canned emails.
  • Content editors publishing social posts who need natural, personal-sounding copy.