Russian Humanizer
v1.0.0Комплексное удаление маркеров ИИ (AI-slop) и неестественных конструкций из русскоязычного текста. Делает текст живым, сильным и по-настоящему человечным.
⭐ 1· 146·0 current·0 all-time
byArtur Horosheff@horosheff
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The plugin's stated purpose (detect and remove 'AI slop' in Russian) matches the included TypeScript rules, examples, auto-fix tool, and Python helper script. One minor mismatch: the metadata and SKILL.md require the python binary, but the primary analyze/auto-fix tools are implemented in index.ts (TypeScript). The included scripts/slop_detector.py just provides a standalone CLI analyzer (and depends on colorama) — so python is plausible but not strictly required for the core JS tools.
Instruction Scope
SKILL.md instructs the agent to run the included analyze_russian_slop and auto_fix_slop tools and to consult repository reference files. It does not instruct reading unrelated system files, exfiltrating data, or accessing credentials outside the plugin. Using the provided anti_slop_prompt.md to set a system prompt is explicit and within scope.
Install Mechanism
There is no remote download/install spec embedded in the manifest — code is delivered in the bundle. No external arbitrary-URL installs or extract operations were found. The README suggests installing from GitHub, which is normal for third-party plugins.
Credentials
The plugin declares no required environment variables. An optional configuration field glavredApiKey exists to enable integration with glvrd.ru; that is proportionate to an optional external analysis feature. Users should be aware that analyze_glavred will send text to api.glvrd.ru when enabled. The Python helper requires the colorama package (not declared), which is a functional inconsistency but not a credential risk.
Persistence & Privilege
The skill does not request 'always: true' or elevated privileges. It is user-invocable and allows normal autonomous invocation (the platform default). The plugin does not modify other skills or agent-wide settings in the inspected code.
Assessment
This plugin appears to do what it claims: detect and remove Russian 'AI slop' with both JS-based tools and an optional Python CLI helper. Before installing: (1) decide whether you want the optional Glavred integration — it will send texts to api.glvrd.ru if you supply an API key; (2) note the bundle includes a Python script that uses colorama (you may need to pip install that if you plan to run the script locally); (3) the TypeScript tools perform detection and auto-fix locally, so no credentials are required for core functionality; (4) if you have privacy concerns, avoid enabling the Glavred API key or test the plugin in an isolated environment; and (5) if you want full assurance, review the truncated portion of index.ts (network-call handling) to confirm it doesn’t transmit anything beyond what you expect.Like a lobster shell, security has layers — review code before you run it.
anti-slopvk97c3413r1te8xdsajgkjrn5xh836hqdeditingvk97c3413r1te8xdsajgkjrn5xh836hqdlatestvk97c3413r1te8xdsajgkjrn5xh836hqdllmvk97c3413r1te8xdsajgkjrn5xh836hqdrussianvk97c3413r1te8xdsajgkjrn5xh836hqdwritingvk97c3413r1te8xdsajgkjrn5xh836hqd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🪆 Clawdis
Binspython
