Transform AI-sounding text into human, authentic writing while preserving meaning and facts. Focuses on quality improvement over detection evasion. Supports multiple languages (English, Russian, German, Spanish, French). Use when the user asks to humanize text, remove AI tells, make writing sound more human, or de-AI content.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill de-ai --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of De Ai?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-de-ai)More formats (shields.io, HTML) on the badges page.
---
name: de-ai
description: Transform AI-sounding text into human, authentic writing while preserving meaning and facts. Focuses on quality improvement over detection evasion. Supports multiple languages (English, Russian, German, Spanish, French). Use when the user asks to humanize text, remove AI tells, make writing sound more human, or de-AI content.
allowed-tools: Read, Write, Bash
---
Follow the full instructions in `/Users/dandaka/.claude/skills/de-ai/system.md`.
When invoked with `/de-ai`:
- If the user passes `--file <path>`, read that file and humanize its content
- If the user passes inline text after `/de-ai`, use that as the input
- If no input is provided, ask the user to provide text or a file path
- Default: interactive mode (ask clarifying questions before processing)
- Output: revised text only, unless `--explain` flag is set
Supported flags: `--file <path>`, `--language <en|ru|de|es|fr>`, `--register <personal|essay|critique|narrative|technical|academic>`, `--interactive <true|false>`, `--explain <true|false>`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...