watermarks-remover

watermarks-remover

Remove multi-vendor AI provenance markers, including Unicode text, statistical rewriting hooks, and file metadata.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.8k
Source
skill-github

Overview

watermarks-remover is an Agent skill designed to remove multi-vendor AI provenance markers from text and files. It supports Unicode text cleanup, statistical rewriting hooks, and removal of C2PA/EXIF/XMP metadata. Compatible with PNG, JPEG, SVG, PDF, DOCX, ODT, HTML, and Markdown file formats. This skill helps users protect content privacy and maintain clean output. Implemented via a Python script with optional statistical rewriting hooks. Ideal for developers and researchers working with AI-generated content.

Capabilities

  • Remove hidden markers from Unicode text
  • Detect and remove statistical rewriting watermarks
  • Remove C2PA/EXIF/XMP metadata from files
  • Support for multiple file formats (PNG, JPEG, SVG, PDF, DOCX, ODT, HTML, Markdown)

Use cases

Clean AI-generated text to protect privacyRemove metadata from images and documentsEnsure content cleanliness and privacy

Setup

Requires: Python 3.10+c2patool (可选)exiftool (可选)
mkdir -p .grok/skills && ln -sfn "$(pwd)/skills/remove-ai-marks" .grok/skills/remove-ai-marks

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What file formats are supported?

PNG, JPEG, SVG, PDF, DOCX, ODT, HTML, and Markdown.

Do I need additional tools?

c2patool and exiftool are optional but recommended for enhanced functionality.

Related skills