clean-user-facing-text

clean-user-facing-text is a skill for Claude Code from guillaumemeyer/watermarks-remover. It costs 123 tokens per session (3,070 once invoked), scanned A, original, MIT.

A skill for cleaning authorized reader-facing prose and checking it for invisible Unicode characters or other detectable writing patterns.

In plain words
What is it for?
Use it on articles, papers, reports, documentation, emails, product copy, Markdown prose, and HTML prose. It does not clean code, commands, paths, URLs, or quoted text.
Why use it?
It helps make documents easier to review while preserving their meaning, facts, citations, formatting, and required disclosures.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the watermarks-remover plugin — 2 skills, 1 hook shipped together

Good fit Use it on articles, papers, reports, documentation, emails, product copy, Markdown prose, and HTML prose. It does not clean code, commands, paths, URLs, or quoted text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/guillaumemeyer/watermarks-remover/clean-user-facing-text
About the project

watermarks-remover is a privacy-focused application that removes AI provenance marks from text and files owned by the user, including hidden text markers and metadata in many document, image, audio, and video formats. Its agent skill sends requests to a separate Python service, allowing supported coding agents to use the removal tools without installing Python on the agent host.

guillaumemeyer/watermarks-remover · 21,589 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add guillaumemeyer/watermarks-remover --skill clean-user-facing-text
Clone the repo
git clone --depth 1 https://github.com/guillaumemeyer/watermarks-remover

Made for: Claude Code.

Or install watermarks-remover, the plugin that ships this one along with the rest of its 2 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clean-user-facing-text

README.md
[![agentmods](https://agentmods.dev/badge/skills/guillaumemeyer/watermarks-remover/clean-user-facing-text/github.svg)](https://agentmods.dev/skills/guillaumemeyer/watermarks-remover/clean-user-facing-text)
Your own site
<a href="https://agentmods.dev/skills/guillaumemeyer/watermarks-remover/clean-user-facing-text"><img src="https://agentmods.dev/badge/skills/guillaumemeyer/watermarks-remover/clean-user-facing-text/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clean-user-facing-text

Your own site · 80×15
<a href="https://agentmods.dev/skills/guillaumemeyer/watermarks-remover/clean-user-facing-text"><img src="https://agentmods.dev/badge/skills/guillaumemeyer/watermarks-remover/clean-user-facing-text.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,070 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Snyk pass 7 Sept 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00123 $0.03070
Opus 5 $0.00062 $0.01535
Sonnet 5 $0.00025 $0.00614
Haiku 4.5 $0.00012 $0.00307

Measured 12d ago against content hash 07ce27ad6e3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

clean-user-facing-text scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/clean_text.py, scripts/common.py, scripts/inspect_text.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/clean-user-facing-text/SKILL.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Clean user-facing text

Apply a final text-hygiene pass to prose the user owns or is authorized to process. Treat Unicode cleanup as deterministic and statistical-watermark reduction as best-effort; never claim that a rewrite proves human authorship or is undetectable. Preserve required academic, legal, platform, and regulatory disclosures.

Workflow

  1. Identify the prose that readers will see.

  2. Protect non-prose spans:

    • fenced and inline code
    • commands, paths, URLs, identifiers, API names, and exact values
    • formulas, citations, and text the user asks to quote verbatim
  3. Preserve every claim, fact, number, name, citation, and requirement. Never invent a detail, name, number, quote, or source to make the prose easier to write or more varied: if a fact is missing, flag the gap rather than fill it. The rewrite may sharpen, compress, or reorder, but it may not add or remove claims.

  4. Measure before. Inspect and score the input with the vendored zero-LLM stylometry estimator (see Scoring) and record the score. Read the report's density_tier: rewrite only when it is high; for low or medium, verify the text and otherwise leave the text unchanged. For a flag-only audit that never rewrites, use --audit:

    PYTHON "$SCRIPTS/inspect_text.py" --stylometry --json INPUT
    PYTHON "$SCRIPTS/inspect_text.py" --audit INPUT  # detect-only: lists flagged spans, no rewrite
    
  5. Establish the writing brief before changing prose:

    • use a voice sample only when the user owns it or is authorised to use it; don't imitate another named person
    • when there is no sample, make the prose clear and natural without pretending to imitate a particular person
    • never inject a voice the source lacks: no fake first person ("I've seen this"), invented specifics, forced contrarianism, performed candor, or added stance and personality. Preserve the writer's deliberate rough edges and domain terms rather than scrubbing them
    • keep required disclosures, uncertainty, and the writer's actual point of view
    • pick the voice and domain preset the text fits (see Voice and domain presets); the default is general prose
  6. Layer A — strip artifacts first. For text artifacts or supplied text files, run the deterministic Unicode pass before rewriting, so the rewrite operates on clean, marker-free text:

Read the full file on GitHub · 192 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 192 lines · 123 tokens per session scan A 07ce27ad6e3c

Subscribe to this mod's changes

clean-user-facing-text is a skill published in the GitHub repository guillaumemeyer/watermarks-remover (21,589 stars, last pushed yesterday), licensed MIT. It adds 123 tokens to every session and 3,070 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.