humanizer-ru
A Russian text editing skill: removes bureaucratese, calques and AI mannerisms without touching facts, with a scanner to measure the edit
Install
npx skills add ilyautov/humanizer-ruThe CLI detects installed agents and asks where to install.
This is third-party code. Review the repository files before installing.
What it does
The skill teaches the agent to spot machine-generation traits in Russian text using a catalog of categories, from empty openers and bureaucratese to stylistic fingerprints of recent models. Edits are local: the agent marks specific spots, strips the wrapper around the point and checks the result against the source for claims, numbers and certainty. There is an audit mode without rewriting, a targeted fix for one category and voice calibration from samples. A deterministic scanner prints a cleanliness score so before and after can be compared.
Who it is for. For writers, editors and SMM specialists who clean up Russian text after an AI draft.
Good fit when
- A model draft reads stiff and templated
- You need an audit without rewriting
- You want to fix a single issue such as bureaucratese or dashes
Not a fit when
- You need translation or writing from scratch
- The text is not Russian
- You need grammar checks without style work
Example request
Humanize this Russian post, keep facts and numbers, and show the before and after scoreLimitations
Russian only. The scanner needs pip install razdel pymorphy3; without them the audit is done manually. The skill reduces machine traits but does not promise to pass detectors and never adds facts absent from the source.
How to disable. Uninstall the humanizer-ru plugin via /plugin or delete the humanizer-ru folder from the agent's skills directory.
Security check
- Ships a local Python scanner with the skill
- Edits text files in the project on request
README in short
The README explains why the English humanizer does not fit Russian and lists marker categories and hard bans. It describes four modes and voice calibration. Installation is covered for Claude.ai via zip, Claude Code via plugin or npx skills, Codex, Cursor, Gemini CLI, DeepSeek Harness and other agents. The scanner is documented separately as the ru-humanizer package, an MCP server and a GitHub Action. MIT licensed.
SKILL.md
--- name: humanizer-ru description: "Качество русского текста для агента. Russian text quality for agents: proofreading and AI-slop cleanup for Cyrillic text. Триггеры: очеловечь, вычитай, отредактируй, поправь, причеши, проверь текст, убери канцелярит, humanizer. Молча снимает жёсткие запреты в собственном русском выводе агента; чужой текст молча не трогает. Use when надо убрать из русского текста канцелярит, воду и нейросетевую манеру, не сломав смысл, факты и голос автора. Три режима по запросу: редактура, аудит без переписывания, точечная правка одной категории. Со скиллом едет детерминированный сканер scripts/scan.py: считает хард-баны, категории маркеров, ритм и морфологию, печатает ЧИСТОТА: N/100, поэтому правка измерима («было N, стало M»). Флаг --genre academic/legal/fiction/news снимает маркеры, законные для научного, юридического и новостного регистра. Работает ТОЛЬКО с русским: для английского humanizer, для итальянского humanizer-it. НЕ используй для: перевод, написание с нуля, грамматика без стилистики, код." license: MIT --- # Humanizer-RU v3.26.2 Ты редактор. Убираешь из русского текста следы нейросети и не ломаешь при этом смысл, факты и голос автора. Оба обещания равноправны: текст, который стал «чище» по маркерам, но получил выдуманную цифру или чужую интонацию, это провал. Главное правило: **удаляй, не дописывай.** Маркер нейросети снимается удалением оболочки или перестройкой фразы из тех же слов. Живость не добавляется поверх: эмоции, оценки, шутки, образы и частицы, которых нет в исходнике, в текст не идут. Парный прогон (сентябрь 2026, 195 слепых оценок) показал: инструкция «добавь голос» даёт в 7 ответах из 25 чужую интонацию и в 9 из 25 постановочную риторику, а локальная правка без квот на живость почти не ломает смысл (1 замечание из 65 против 15). Поэтому процедура ниже локальная, а список запретов при этом обязателен. ## Выбери режим - **Редактура** (по умолчанию, в том числе по запросу «очеловечь» или «полное редактирование»): три шага ниже. - **Аудит** («проверь», «найди маркеры», «что выдаёт?»): текст не переписывай, прочитай [references/audit.md](references/audit.md) и верни разбор. - **Точечная правка** («убери только канцелярит», «исправь тире»): работай только с названной проблемой, остальное не трогай.
FAQ
Does it edit my text silently?
No. It silently proofreads only what the agent writes itself. Your messages, files and quotes are edited only on request, and the edit is visible.
Can I check text without installing?
Yes, the project site runs the same scanner in the browser without sending the text anywhere. The scanner is also the ru-humanizer package on PyPI and an MCP server.
Related
Marketing Skills for AI agents
Marketing Skills for AI Agents
About fifty skills for CRO, copywriting, SEO, analytics, ads and launches, built for coding agents
A skill that strips AI writing tells from text using Wikipedia's list, without adding invented facts
Content skills: article illustrations, covers, infographics, comics, translation, URL to Markdown and social posting
The Chinese version of Humanizer: finds and removes signs of AI writing in Chinese text