unslop
v0.3.0Entfernt typische KI-Muster aus Texten und gibt ihnen eine menschliche Stimme — 62 Erkennungsmerkmale von Werbesprache über Strukturschablonen bis Chatbot-Floskeln. Gilt für jede eigene Textausgabe, auch Chat- und Konsolenantworten.
By Sebastian RädleLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add unslop@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/muhackel/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/unslop/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/unslop/SKILL.md
Included Skills1
Entfernt typische KI-Merkmale aus selbst verfasstem Text. Gilt für JEDE selbst formulierte Textausgabe — Chat- und Konsolenantworten, Zusammenfassungen, Erklärungen, Commit-Messages, Dokumentation, Code-Kommentare — nicht nur für explizite Schreibaufträge. Ausnahmen sind übernommener Wortlaut (Zitate, Norm- und Gesetzestexte, fremde Beiträge) sowie Code und Konfiguration selbst; Kommentare darin sind eigener Text und fallen in den Geltungsbereich.
Plugin manifests2
{
"name": "unslop",
"version": "0.3.0",
"description": "Entfernt typische KI-Muster aus Texten und gibt ihnen eine menschliche Stimme — 62 Erkennungsmerkmale von Werbesprache über Strukturschablonen bis Chatbot-Floskeln. Gilt für jede eigene Textausgabe, auch Chat- und Konsolenantworten.",
"author": {
"name": "Sebastian Rädle",
"email": "[email protected]"
},
"repository": "https://github.com/muhackel/claude-code-plugins",
"license": "MIT",
"keywords": [
"schreiben",
"stil",
"redigieren",
"ki-muster",
"unslop"
],
"skills": "./skills/",
"interface": {
"displayName": "Unslop",
"shortDescription": "Typische KI-Muster aus Texten entfernen",
"longDescription": "Unslop überarbeitet Texte so, dass typische KI-Muster verschwinden und eine menschliche Stimme erkennbar wird. 62 Erkennungsmerkmale in acht Kategorien: von Werbesprache und KI-Wortschatz über Struktur- und Rhetorik-Schablonen bis zu Chatbot-Floskeln und Fülltext. Gilt für jede selbst formulierte Textausgabe, auch Chat- und Konsolenantworten; Zitate, Normtexte sowie Code und Konfiguration bleiben unverändert, Kommentare darin nicht.",
"developerName": "Sebastian Rädle",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": "Überarbeite diesen Text und entferne alle typischen KI-Muster.",
"screenshots": []
}
}{
"name": "unslop",
"description": "Entfernt typische KI-Muster aus Texten und gibt ihnen eine menschliche Stimme — 62 Erkennungsmerkmale von Werbesprache über Strukturschablonen bis Chatbot-Floskeln. Gilt für jede eigene Textausgabe, auch Chat- und Konsolenantworten.",
"version": "0.3.0",
"author": {
"name": "Sebastian Rädle",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"schreiben",
"stil",
"redigieren",
"ki-muster",
"unslop"
],
"skills": "./skills",
"commands": "./commands"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[unslop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/unslop)