avoid-ai-writing
Audits and rewrites content to eliminate AI writing patterns
GraphCanon updated 3w · GitHub synced 3w
Decision brief
avoid-ai-writing is a JavaScript tool aimed at auditing and rewriting content to eliminate AI writing patterns for agents like Claude Code, OpenClaw, and Hermes.
Good fit when
- If you need to modify outputs specifically from agents such as Claude Code, OpenClaw, or Hermes to remove detectable AI writing signatures.
- For projects requiring integration exclusively with JavaScript-based environments where rewriting AI-generated content to sound more human-like is necessary.
Avoid when
- When working in a non-JavaScript environment since avoid-ai-writing requires JavaScript for operation.
- If your project does not involve the specific agents mentioned, as this tool's optimization might be less effective or unnecessary on outputs from other AI writing platforms.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (5d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install avoid-ai-writing npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A JavaScript-based tool that identifies AI-generated text characteristics and modifies them for natural human-like output. Compatible with agents including Claude Code, OpenClaw, Hermes.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Jul 28, 2026
- Languages
- javascript
Source: github.language+package.json · Jul 28, 2026
Categories
Tags
README
Claude Cowork — install as a plugin
Cowork loads skills only from installed plugins — it doesn't scan ~/.claude/skills/, so a bare clone (the Claude Code steps above) won't be discovered there. This repo doubles as a single-plugin marketplace, so install it as a plugin instead:
/plugin marketplace add conorbronsdon/avoid-ai-writing
/plugin install avoid-ai-writing@conorbronsdon-skills
/reload-plugins # or restart the session, to activate the skill
In the Cowork desktop app, do the same from Customize → Plugins → Add marketplace from GitHub (conorbronsdon/avoid-ai-writing), then install avoid-ai-writing. The skill auto-triggers from phrases like "remove AI-isms." New releases arrive when the plugin's version is bumped — run /plugin marketplace update to pull them.
The same plugin install works in Claude Code if you'd rather have a versioned, updatable plugin than the file clone above.
Prefer not to install a plugin? Copy
SKILL.mdinto a folder connected to your Cowork session and tell the agent to follow./SKILL.md— works as a one-off, no auto-trigger.
For agents
This page has a .md twin and JSON over the API.