AIAny
AI Agent2026
Icon for item

Humanizer

Rewrites text to remove common signs of AI-generated writing and produce more natural human prose while preserving source facts. Delivered as a portable agent skill (plain SKILL.md) that runs across agent harnesses, with voice-calibration and a strict no‑fabrication rule.

Introduction

As AI text becomes ubiquitous, cleaning stylistic "AI tells" without inventing facts has turned into a common editorial task for teams using generative models. Humanizer treats this as an agent-level skill: instead of a standalone editor, it's a portable instruction artifact that an agent can call to detect and rewrite dozens of recurring AI patterns while keeping the author's facts and intent.

What Sets It Apart
  • Pattern-driven audit + rewrite: encodes a catalog of 33 observable AI-writing patterns (with before/after examples) and applies a two-pass workflow—an audit to surface remaining AI tells, then a second rewrite to catch what the first pass missed. So what: yields more robust cleanups than one-shot paraphrasing.
  • No‑fabrication policy and voice calibration: rewrites never add names, dates, or facts not present in the input, and can adapt sentence rhythm and word choices to a short sample of a user's writing. So what: preserves factual integrity and maintains author voice instead of producing generic copy.
  • Agent-native portability: provided as plain SKILL.md and packaged for common skill/harness ecosystems (Skills CLI, plugin entrypoints), letting many agent runtimes invoke it the same way. So what: minimal integration effort for teams that orchestrate actions via agent skills.
Who it's for and tradeoffs

Great fit if you operate agents that produce user-facing prose and need automated hygiene (docs, marketing drafts, community posts) without factual augmentation. It works best when the source text contains sufficient specifics for a faithful rewrite and when an agent runtime supports skill-style instructions.

Look elsewhere if you need the tool to invent missing specifics, perform fact-checking or add substantive domain knowledge—the skill explicitly refuses to fabricate. Also, its effectiveness depends on the agent harness’s ability to pass contextual prompts and files; it is not a standalone grammar checker or detector of sophisticated adversarially polished AI text.

Information

  • Websitegithub.com
  • Organizationsblader, skills.sh
  • Published date2026/01/18

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.