De-ai Text Humanizer
Description
Transform AI-sounding text into human, authentic writing while preserving meaning and facts.
Installation
claude install-skill https://github.com/glebis/claude-skills/tree/main/de-ai README
De-AI Text Humanization Skill
Transform AI-sounding text into human, authentic writing while preserving meaning and facts.
Key Differentiators
Unlike commercial de-AI tools that focus on detection evasion, this skill prioritizes:
- undefined
Installation
# Copy to Claude Code skills directory
cp -r de-ai ~/.claude/skills/
# Or clone from GitHub
git clone https://github.com/glebis/claude-skills.git
cp -r claude-skills/de-ai ~/.claude/skills/
No additional dependencies required - works out of the box with Claude Code.
Usage
Basic Usage
# Process file (interactive mode)
/de-ai --file article.md
# Process inline text
/de-ai --text "Your AI-generated text here..."
Advanced Options
# Specify language
/de-ai --file article.md --language ru
# Specify register/type
/de-ai --file draft.txt --register essay
# Quick mode (no questions)
/de-ai --file content.md --interactive false
# Show explanation of changes
/de-ai --file text.md --explain true
# Combine options
/de-ai --file article.md --language de --register technical --explain true
Parameters
- undefined
Supported Languages
- undefined
...
Related Skills
Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community