no-ai-slop
v1.0.6Removes 20+ patterns of AI slop from any piece of writing.
By Peter YangLicense: MIT11.1k GitHub starsUpdated 3 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 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 no-ai-slop for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add no-ai-slop@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/petergyang/no-ai-slopClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/no-ai-slop/SKILL.md
Included Skills1
Edit drafts into sharper, more human writing while preserving the writer's personal voice, or detect AI-slop patterns without rewriting. Use when the user wants a draft clearer, more direct, more opinionated, or less AI-sounding, or asks whether writing reads as AI.
Plugin manifests1
{
"name": "no-ai-slop",
"version": "1.0.6",
"description": "Removes 20+ patterns of AI slop from any piece of writing.",
"author": {
"name": "Peter Yang",
"url": "https://creatoreconomy.so"
},
"homepage": "https://creatoreconomy.so/p/use-my-no-ai-slop-skill-to-remove-20-ai-slop-patterns",
"repository": "https://github.com/petergyang/no-ai-slop",
"license": "MIT",
"keywords": [
"writing",
"editing",
"voice",
"AI slop"
],
"skills": "./skills/",
"interface": {
"displayName": "No AI Slop",
"shortDescription": "Remove 20+ AI slop patterns",
"longDescription": "This plugin removes 20+ patterns of AI slop from your writing without flattening your personal voice. Slop patterns that it removes include:\n\nBinary contrasts: “It’s not X. It’s Y.”\n\nThroat-clearing openers: “Here’s the thing,” “Let me be clear”\n\nFaux-insight setups: “What nobody tells you,” “The part everyone misses”\n\nColon reveals: “The best part: it learns.”\n\nFake-profound endings: “The future isn’t coming. It’s already here.”\n\n...and more.\n\nUse it to remove AI slop from your writing or detect named slop patterns in a piece of writing. If you like this plugin, please star it on GitHub: https://github.com/petergyang/no-ai-slop",
"developerName": "Peter Yang",
"category": "Productivity",
"capabilities": [
"Edit",
"Detect",
"Preserve voice"
],
"websiteURL": "https://creatoreconomy.so/p/use-my-no-ai-slop-skill-to-remove-20-ai-slop-patterns",
"privacyPolicyURL": "https://github.com/petergyang/no-ai-slop/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/petergyang/no-ai-slop/blob/main/TERMS.md",
"defaultPrompt": [
"(text)",
"is this slop? (text)"
],
"brandColor": "#D30800",
"composerIcon": "./assets/no-ai-slop.png",
"logo": "./assets/no-ai-slop.png"
}
}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.
[no-ai-slop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/no-ai-slop)