Install
Terminal · npx$
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill gemini-watermark-removerWorks with Paperclip
How Gemini Watermark Remover fits into a Paperclip company.
Gemini Watermark Remover drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
S
SaaS FactoryPaired
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
$27$59
Explore packSource file
SKILL.md46 linesExpandCollapse
---name: gemini-watermark-removerdescription: 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 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.Related skills
1password
Install 1password skill for Claude Code from steipete/clawdis.
3d Web Experience
Install 3d Web Experience skill for Claude Code from sickn33/antigravity-awesome-skills.
Ab Test Setup
This handles the full A/B testing workflow from hypothesis formation to statistical analysis. It walks you through proper test design, calculates sample sizes,