De-ai Text Humanizer banner
glebis glebis

De-ai Text Humanizer

Documentation community Intermediate

Description

Transform AI-sounding text into human, authentic writing while preserving meaning and facts.

Installation

Terminal
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

...