Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rookie-ricardo avatar

Gemini Watermark Remover

  • 1.7k installs
  • 928 repo stars
  • Updated July 25, 2026
  • rookie-ricardo/erduo-skills

gemini-watermark-remover is an agent skill for Remove the visible Gemini AI watermark from images using reverse alpha blending. Use when asked to strip Gemini watermarks, batch-process Gemini images, or build/modify a CL

About

Remove the visible Gemini AI watermark from images using reverse alpha blending Use when asked to strip Gemini watermarks batch-process Gemini images or build modify a CLI script that removes the bottom-right Gemini watermark without HTML or server-side components The gemini-watermark-remover skill documents workflows and patterns from the repository SKILL md name gemini-watermark-remover description Remove the visible Gemini AI watermark from images using reverse alpha blending Use when asked to strip Gemini watermarks batch-process Gemini images or build modify a CLI script that removes the bottom-right Gemini watermark without HTML or server-side components Gemini Watermark Remover Dependencies Python 3 9 Pillow install with pip install r requirements txt Quick start 1 Install dependencies in the scripts folder cd skills gemini-watermark-remover scripts pip install r requirements txt 2 Run the CLI python remove_watermark py input-image output-image CLI usage Parameters input-image path to the Gemini watermarked image output-image path for the cleaned image format inferred from extension Example python remove_watermark py in png out png What this skill provides scripts remove_wa.

  • Gemini Watermark Remover
  • Pillow (install with `pip install -r requirements.txt`)
  • `cd skills/gemini-watermark-remover/scripts && pip install -r requirements.txt`
  • `python remove_watermark.py <input-image> <output-image>`
  • `input-image`: path to the Gemini watermarked image

Gemini Watermark Remover by the numbers

  • 1,714 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #289 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

gemini-watermark-remover capabilities & compatibility

Capabilities
gemini watermark remover · pillow (install with `pip install r requirement · `cd skills/gemini watermark remover/scripts && p · `python remove_watermark.py <input image> <outpu · `input image`: path to the gemini watermarked im
Use cases
documentation
From the docs

What gemini-watermark-remover says it does

--- name: gemini-watermark-remover description: Remove the visible Gemini AI watermark from images using reverse alpha blending.
SKILL.md
Use when asked to strip Gemini watermarks, batch-process Gemini images, or build/modify a CLI script that removes the bottom-right Gemini watermark without HTML or server-side components.
SKILL.md
- `assets/bg_48.png`, `assets/bg_96.png`: Pre-captured watermark alpha maps.
SKILL.md
- `references/algorithm.md`: Math, detection rules, and limits.
SKILL.md
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill gemini-watermark-remover

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.7k
repo stars928
Security audit3 / 3 scanners passed
Last updatedJuly 25, 2026
Repositoryrookie-ricardo/erduo-skills

What problem does gemini-watermark-remover solve for developers using the documented workflows?

Remove the visible Gemini AI watermark from images using reverse alpha blending. Use when asked to strip Gemini watermarks, batch-process Gemini images, or build/modify a CLI script that removes the b

Who is it for?

Developers working with gemini-watermark-remover patterns described in the skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill documented scope.

When should I use this skill?

Remove the visible Gemini AI watermark from images using reverse alpha blending. Use when asked to strip Gemini watermarks, batch-process Gemini images, or build/modify a CLI script that removes the b

What you get

Grounded guidance and workflows from SKILL.md for gemini-watermark-remover.

  • watermark-free image files

By the numbers

  • Detects 96×96 logos on images larger than 1024×1024 with 64px margins
  • Detects 48×48 logos on smaller images with 32px margins

Files

SKILL.mdMarkdownGitHub ↗

Gemini Watermark Remover

Dependencies

  • Python 3.9+
  • Pillow (install with pip install -r requirements.txt)

Quick start

1) Install dependencies in the scripts folder:

  • cd skills/gemini-watermark-remover/scripts && pip install -r requirements.txt

2) Run the CLI:

  • python remove_watermark.py <input-image> <output-image>

CLI usage

  • Parameters:
  • input-image: path to the Gemini watermarked image
  • output-image: path for the cleaned image (format inferred from extension)

Example:

python remove_watermark.py ./in.png ./out.png

What this skill provides

  • scripts/remove_watermark.py: CLI entry point and core algorithm.
  • assets/bg_48.png, assets/bg_96.png: Pre-captured watermark alpha maps.
  • references/algorithm.md: Math, detection rules, and limits.

Workflow

1) Use remove_watermark.py for one-off processing. 2) If you need to adjust detection rules or alpha logic, read references/algorithm.md.

Notes

  • The script uses Pillow for image IO and per-pixel edits.
  • Output format is inferred from the output file extension by Pillow.

Related skills

FAQ

Who is Gemini Watermark Remover for?

Developers and software engineers working with gemini-watermark-remover patterns from the skill documentation.

When should I use Gemini Watermark Remover?

Remove the visible Gemini AI watermark from images using reverse alpha blending. Use when asked to strip Gemini watermarks, batch-process Gemini images, or build/modify a CLI script that removes the bottom-right Gemini w

Is Gemini Watermark Remover safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.