skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
rookie-ricardo/erduo-skills1.7k installs

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 watermark without HTML or server-side components.

How do I install this agent skill?

npx skills add https://github.com/rookie-ricardo/erduo-skills --skill gemini-watermark-remover
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill is a legitimate image processing tool designed to remove visual watermarks from Gemini-generated images using the Pillow library. It performs local per-pixel calculations and does not engage in any suspicious activities such as network communication, command execution, or data exfiltration.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerpass

    1/4 files flagged

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

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.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/rookie-ricardo/erduo-skills/gemini-watermark-remover">View gemini-watermark-remover on skillZs</a>