mrkeyoor.com_
Wed 09 Sept 16:54 UTC
LLM Toolsevaluationupdated 09 Sept 2026

no-ai-slop review

No AI Slop is an English-language editing skill for ChatGPT, Claude Code, Codex, and other coding agents. It asks the agent to remove more than 20 recurring writing habits while preserving the writer's wording and voice, and it has a separate mode that flags patterns without claiming to detect AI authorship.

trackingstars / 7d
Verdict

Our no-ai-slop run installed 35 packages in 39 seconds and built the plugin in 7 seconds, but the repository provided no behavioral test target. Use it as a compact editing brief when a human will compare the revision with the source. Choose a deterministic linter for CI, and do not use its detect mode as evidence of AI authorship.

We ran it

Lab card: what happened when we ran no-ai-slopScreenshot of no-ai-slop (creatoreconomy.so/p/use-my-no-ai-slop-skill-to-remove-20-ai-slop-patterns)
Install✓ · 39s35 packages · 37 MB
Build✓ · 7s
Testsn/ano test script
Known vulns0(pip-audit)
Repo14 files~128 lines of source · 0.3 MB · 1 CI workflows

Answers from our run

Does no-ai-slop build from source?

Dependencies installed in 39 seconds (35 packages), and the build succeeded in 7 seconds. We cloned commit 000650b into a clean Debian container with 3 CPUs and no project-specific setup.

Does no-ai-slop have tests you can run?

Not through a standard command: the project exposes no test script or target that our harness could run.

Does no-ai-slop have known vulnerabilities in its dependencies?

pip-audit found none in the dependency tree at the time of our run.

Who should not use no-ai-slop?

Anyone trying to prove who wrote a document: the skill explicitly tells detect mode not to guess whether AI produced the text.

What are the alternatives to no-ai-slop?

Humanizer, Vale, LanguageTool. Our no-ai-slop run installed 35 packages in 39 seconds and built the plugin in 7 seconds, but the repository provided no behavioral test target.

Setup4/539-second install and a short global-skill command
Docs4/5Modes, rules, limits, packaging, and review duties are explicit
Community4/57,730 stars and current pull requests, with many items unanswered
Maturity3/5v1.0.6 packages cleanly, but editing behavior has no test suite

Who it’s for

Writers who already use an agent to revise English drafts and want a sharper editing brief.
Editors who prefer named, inspectable pattern reports over an opaque AI score.
Codex, ChatGPT, and Claude Code users who want a reusable global skill.
Teams willing to review every suggested edit before publication.

Who it’s NOT for

Anyone trying to prove who wrote a document: the skill explicitly tells detect mode not to guess whether AI produced the text.
Publishers that need deterministic lint results: the rules depend on an agent's judgment, and the repository has no behavioral test target.
Non-English editing teams expecting bundled language rules: the checked-in skill and examples are English, while Japanese, Chinese, and Korean work appears in outside adaptations or open proposals.
GitHub Copilot IDE users expecting the README's generic installation prompt to work everywhere: issue 42 reports that this path did not work there.
Users relying on the published plugin's canonical ID without checking it first: issue 43 reports an unresolved directory collision with another plugin.

Setup reality

Our sandbox installed 35 packages in 39 seconds and used 37 MB. The plugin build completed in 7 seconds. There was no tests script or target, so tests were skipped; pip-audit found 0 known vulnerabilities.

The README offers a natural-language install request or an npx skills add command. The skill itself needs no account or external server, but the text is processed by whichever agent product runs it.

Compatibility depends on that host recognizing the skill format and invocation. The repository packages a manifest, instructions, an evaluation checklist, and an image; its build validates the archive structure rather than editing quality.

No AI Slop v1.0.6 is an editing prompt, not an AI detector

No AI Slop v1.0.6 gives a language model a firm editing brief. The default mode revises a supplied draft, keeps its point and personal habits, then reports what changed. Detect mode takes a different job: it quotes each named pattern and proposes a short fix without rewriting or scoring the text. Its own instructions forbid guessing whether AI wrote the draft. That limit is sensible because repeated phrasing can be inspected, while authorship cannot be proven from style alone.

The repository is tiny in our measurement: 14 files, roughly 128 lines of source, and 0.3 MB checked out. Most of the product is prose inside SKILL.md and eval.md, plus a plugin manifest and packaging script. This makes the tool easy to read before trusting it. It also means results come from the host model interpreting editorial directions, rather than from a parser that will flag the same line identically on every machine.

More than 20 named patterns make feedback inspectable

The rule set targets recognizable habits such as binary contrasts, throat-clearing openings, vague attribution, inflated importance, synonym cycling, dramatic fragments, and generic endings. It also tells the editor to keep jokes, uncertainty, unusual vocabulary, and uneven cadence when those traits belong to the writer. Detect mode must quote the offending line and name the pattern, so a user can accept or reject a finding without taking an unexplained score on faith.

No AI Slop installed 35 packages and occupied 37 MB on our box. That is modest compared with an application or model runtime, yet the installed environment is larger than the 0.3 MB checkout because the build uses Python tooling. The skill does not run an external service or maintain an account of its own. According to the project's privacy file, the host product processes the supplied text under that product's terms. Sensitive drafts therefore inherit the privacy boundary of ChatGPT, Codex, Claude Code, or another chosen agent.

What happened when we ran it

Our sandbox cloned commit 000650b and completed installation in 39 seconds. The process added 35 packages and used 37 MB in a fresh Python 3.12 Debian container with 3 CPUs and 8 GB of RAM. The build succeeded in 7 seconds. Its Python script checked required manifest fields, copied the plugin files, created a ZIP archive, compared packaged instructions with their source, and confirmed that the result was a valid ZIP.

There was no tests script or target, so the lab skipped tests rather than treating their absence as a pass. Pip-audit reported 0 known vulnerabilities in the installed Python environment. The repository has 1 CI workflow, which runs the package builder and uploads the resulting archive. None of those checks submits sample prose to an agent, judges whether voice survived, or measures agreement between runs. The 7-second success therefore supports package integrity, not editing accuracy.

The evaluation file asks questions instead of enforcing rules

eval.md contains a useful review sheet. It asks whether the edit kept the meaning, preserved the writer's vocabulary and rhythm, avoided invented facts, fixed named habits, and ended on a concrete point. Those questions can catch careless rewriting when the same agent reviews its work. They remain instructions to a probabilistic model. There is no fixture set with expected edits, no scorer for pattern recall, and no test showing that a second model reads the rules the same way.

The missing behavioral test target matters more than the passing 7-second package build for a publication workflow. Issue 31 asks the skill to preserve line breaks so writers can compare revisions more easily. Open pull request 24 argues for stricter binding between numbers, named subjects, and claims after an edit. Neither report proves that every current revision loses structure or moves facts. Both identify review work that the user, not the ZIP validator, must still perform.

Agent support is advertised broadly but varies by host

The README suggests pasting one installation request into ChatGPT, Claude Code, Codex, or another coding agent. It also supplies an npx skills add command for a global install. The manifest labels the package as a plugin, while a separate OpenAI agent file gives it a default prompt. Those routes are convenient when the host already understands the directory layout and slash-style invocation. There is no standalone editor, browser extension, or command that rewrites a file without an agent.

commit 000650b built successfully with 35 installed packages, but that check did not exercise every advertised host. Issue 42 reports that the natural-language setup did not work in GitHub Copilot Agent IDE. Issue 43 describes a more specific plugin-directory collision: two products reportedly shared the no-ai-slop canonical ID, leaving installation, updates, and removal ambiguous for the reporter. Users of a curated plugin catalog should confirm the displayed developer and version before changing an installed entry.

English rules are current, while translations live elsewhere

The checked-in examples and pattern definitions are written for English constructions. An issue links a separate Japanese adaptation, and open proposals discuss Chinese and Korean coverage. Those efforts show interest outside English, but they are not bundled language modes in v1.0.6. A direct translation of the English checklist would also miss grammar-specific habits, so multilingual publishers should choose a tool with explicit coverage for each language rather than assuming the same phrases transfer.

GitHub recorded 7,730 stars, 22 combined issues and pull requests, and a last push on September 2, 2026. Pull request activity continued on September 9, while the latest release, v1.0.6, was published August 1. That combination points to an active contributor queue and a maintainer release that trails current proposals. No AI Slop is easy to inspect and cheap to try, but publication still requires a side-by-side read of the original and edited draft because the repository tests packaging, not prose behavior.

Alternatives

ProjectWhat it isPick it when
Humanizer gh↗An agent skill based on Wikipedia's catalog of common AI-writing signs.pick this instead when you want a longer reference-backed catalog of patterns and a rewrite focused on removing them.
ValeA configurable, markup-aware prose linter that runs repeatable rules locally.pick this instead when CI needs deterministic style checks rather than an agent's editorial judgment.
LanguageToolA grammar and style checker covering more than 25 languages.pick this instead when grammar coverage and multilingual support matter more than a narrow AI-writing-pattern edit.

What people are saying

  1. [github-trending] petergyang/no-ai-slop

Sources

  1. No AI Slop repository and README
  2. No AI Slop skill instructions
  3. No AI Slop evaluation checklist
  4. No AI Slop v1.0.6 release
  5. Plugin directory collision report
  6. GitHub Copilot Agent IDE report
  7. Line-break preservation request
  8. Fact-binding proposal

More llm tools reviews

cc-connect · distilly · gpt4free · openai-agents-python · notfair-plugin · freecad-mcp · the whole board →