🎯

gemini-watermark-remover

🎯Skill

from rookie-ricardo/erduo-skills

VibeIndex|
What it does
|

A skill for removing the visible Gemini AI watermark from images using reverse alpha blending with a Python CLI tool and pre-captured watermark alpha maps.

Overview

A Claude Code skill that removes the visible Gemini AI watermark from images using a reverse alpha blending algorithm. It provides a Python CLI tool that processes watermarked images with pre-captured watermark alpha maps, producing clean output images without requiring any HTML or server-side components.

Key Features

  • Reverse Alpha Blending Algorithm - Uses mathematical reverse alpha blending with pre-captured watermark alpha maps to cleanly remove the bottom-right Gemini watermark
  • Simple CLI Interface - Process images with a single command: python remove_watermark.py <input-image> <output-image>
  • Multiple Resolution Support - Includes pre-captured watermark alpha maps at both 48px and 96px sizes for different image resolutions
  • Format Flexibility - Output format is automatically inferred from the output file extension by Pillow
  • Documented Algorithm - Includes a references/algorithm.md file with the mathematical foundation, detection rules, and known limitations

Who is this for?

This skill is designed for users who need to remove the Gemini AI watermark from generated images for clean presentation or further editing. It is particularly useful for content creators and designers who use Gemini for image generation and need watermark-free versions of their outputs.

📦

Same repository

rookie-ricardo/erduo-skills(6 items)

gemini-watermark-remover

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add rookie-ricardo/erduo-skills --skill gemini-watermark-remover
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add rookie-ricardo/erduo-skills --skill gemini-watermark-remover
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/gemini-watermark-remover/SKILL.md

SKILL.md

1,633Installs
-
AddedFeb 4, 2026

More from this repository5

🎯
ak-rss-digest🎯Skill

Curates a Chinese reading digest from a fixed OPML feed bundle biased toward AI-agent thinking, frontier AI commentary, and deep interviews — defaults to the last 7 days in Asia/Shanghai, fetches via `fetch_today_feed_items.py`, scores each article on a 10-point rubric, and outputs only items scoring above 7 in a concise daily-brief style.

🎯
daily-news-report🎯Skill

Automatically aggregates and curates high-quality technology news from multiple sources like HackerNews and HuggingFace, generating a structured daily markdown report.

🎯
web-to-markdown🎯Skill

Erduo Skills' **Web to Markdown** skill — fetches a URL using route-based scraping with Readability cleanup and outputs clean Markdown, working as both an agent-callable skill and CLI tool within a Chinese-language AI agent skill collection that also includes daily news reports, RSS digest, transcript polishing, and translation workflows.

🎯
translate-polisher🎯Skill

A translation polishing skill that uses a four-step workflow (analysis, initial translation, review, and finalization) for high-quality article translation and localization, supporting bidirectional Chinese-English and Chinese-Japanese translation with built-in glossaries and style presets.

🎯
transcript-polisher🎯Skill

Polishes speech transcription texts (interviews, speeches, podcasts, meetings) into highly readable articles by removing filler words, correcting homophones and proper nouns, and restructuring by semantic groups while preserving original wording and tone.