How to install gemini-watermark-remover
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill gemini-watermark-removerClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from rookie-ricardo/erduo-skills.
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
- Install dependencies in the scripts folder:
cd skills/gemini-watermark-remover/scripts && pip install -r requirements.txt
- Run the CLI:
python remove_watermark.py <input-image> <output-image>
CLI usage
- Parameters:
input-image: path to the Gemini watermarked imageoutput-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
- Use
remove_watermark.pyfor one-off processing. - 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
More from rookie-ricardo/erduo-skills and the wider catalog.
FI
find-skills
Official
vercel-labs/skills
Discover and install agent skills to extend your coding agent's capabilities on demand
2270k installs
FR
frontend-design
Official
anthropics/skills
Build visually distinctive UI with opinionated aesthetic direction, typography, and layout choices that avoid templated defaults.
608k installsAudited
VE
vercel-react-best-practices
Official
vercel-labs/agent-skills
70 React/Next.js performance rules from Vercel Engineering, prioritized by impact for writing, reviewing, and refactoring code.
514k installsAudited
AG
agent-browser
Official
vercel-labs/agent-browser
Fast browser automation CLI for AI agents — navigate, click, scrape, screenshot, and test via Chrome CDP
498k installs
WE
web-design-guidelines
Official
vercel-labs/agent-skills
Review UI code against Web Interface Guidelines for accessibility, UX, and design best practices
427k installs
FI
finetuning
Official
microsoft/azure-skills
Fine-tune models on Azure AI Foundry with SFT, DPO, or RFT training methods.
424k installs