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-weight multimodal Mixture-of-Experts LLM with native vision and a 1,048,576-token context window. 2.8T parameters (104B activated), MXFP4 quantization, released for agentic long-horizon coding, knowledge work, and vision-in-the-loop workflows.

Hugging Face
AI Model2026

Provides an open-weight native multimodal agent that understands text and images within a 1,048,576-token context window for long-horizon coding, visual reasoning, and tool-driven workflows. Uses a 2.8T-parameter Mixture-of-Experts architecture (KDA + AttnRes) with MXFP4 quantization; best suited for research and large-scale inference setups.

GitHub
AI Agent2023

Turns documents, web pages and audio into a private, searchable knowledge base and builder for AI assistants and agents — supports wide-format ingestion, multi-model (cloud or local) execution, retrieval-augmented responses, and enterprise deployment features like RBAC and SSO.