This does one thing: strips the Gemini AI watermark from the bottom right of images using reverse alpha blending math. You get a Python CLI that takes an input image and spits out a clean version, plus pre-captured alpha maps for two common watermark sizes. The references folder includes the actual algorithm if you need to tweak detection rules or handle edge cases. Useful if you're batch processing Gemini outputs for presentations or archives and don't want to manually crop every file. The approach is deterministic, no ML involved, so it either works cleanly or it doesn't.
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill gemini-watermark-remover