plugins marketplace
← All plugins

no-ai-slop

v1.0.6

Removes 20+ patterns of AI slop from any piece of writing.

Codex1 skill

by Peter YangMIT4.6kupdated 3 days ago

Source

git clone https://github.com/petergyang/no-ai-slop

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

no-ai-slop/
├── .codex-plugin/plugin.json
└── skills/no-ai-slop/SKILL.md

Skills1

no-ai-slopskills/no-ai-slop/SKILL.md

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.

Manifests1

.codex-plugin/plugin.json
{
  "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"
  }
}