Skip to main content
Back to registry

gemini-watermark-remover

rookie-ricardo/erduo-skills

Installs1
Install command
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill gemini-watermark-remover
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Example: - Python 3.9+ - Pillow (install with pip install -r requirements.txt ) - Install dependencies in the scripts folder: - cd skills/gemini-watermark-remover/scripts && pip install -r requirements.txt - Run the CLI: - python remove_watermark.py - Parameters: - input-image : path to the Gemini watermarked image - output-image : path for the cleaned image (format inferred from extension) - 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. - Use remove_watermark.py for one-off processing. - If you need to adjust detection rules or alpha logic, read references/algorithm.md . - The script uses Pillow for image IO and per-pixel edits. - Output format is inferred from the output file extension by Pillow.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gemini-watermark-remover do?

gemini-watermark-remover is listed in SkillJury, but the source summary is still sparse.

Is gemini-watermark-remover good?

gemini-watermark-remover does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does gemini-watermark-remover work with?

gemini-watermark-remover currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to gemini-watermark-remover?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install gemini-watermark-remover?

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

Related skills

Alternatives in Software Engineering