Agent Plugins Marketplace
All plugins

unslop

v0.3.0

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.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add unslop@agent-plugin-marketplace

Paste 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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/unslop/.

Plugin files

plugins/unslop/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/unslop/SKILL.md

Included Skills1

unslopskills/unslop/SKILL.md

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

plugins/unslop/.codex-plugin/plugin.json
{
  "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": []
  }
}
plugins/unslop/.claude-plugin/plugin.json
{
  "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"
}

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)