# Gemini Watermark Remover

> Removes the Google Gemini visible watermark from AI-generated images using reverse alpha blending. Use when the user asks to remove a Gemini watermark.

- **Type:** Skill
- **Install:** `agentstack add skill-useaitechdad-agent-skills-gemini-watermark-remover-agent-skill`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [useaitechdad](https://agentstack.voostack.com/s/useaitechdad)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [useaitechdad](https://github.com/useaitechdad)
- **Source:** https://github.com/useaitechdad/agent-skills/tree/main/gemini_watermark_remover_agent_skill

## Install

```sh
agentstack add skill-useaitechdad-agent-skills-gemini-watermark-remover-agent-skill
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Gemini Watermark Remover

This skill removes the semi-transparent "G sparkle" watermark from the bottom-right corner of images generated by Google Gemini. It uses a mathematically exact Reverse Alpha Blending formula, not AI inpainting, guaranteeing zero loss to the original image content.

## Workflow

1. **Verify dependencies**: Ensure the Python script can run. The dependencies are `numpy` and `Pillow`. If they are not installed, instruct the user to install them or run `pip install -r scripts/requirements.txt` if you have permission.
2. **Execute the script**: Run `python scripts/remove_watermark.py  [--output ] [--json]` to process the image.
3. **Interpret the result**: If `--json` is provided, the script outputs a JSON string containing metadata about the removal (e.g., whether the watermark was detected and removed, the estimated size, and residual score). Read this JSON and communicate the outcome to the user.

## Examples

If the user says: "Remove the watermark from my_gemini_image.png and save it to clean.png"
You run: `python scripts/remove_watermark.py my_gemini_image.png --output clean.png`

## Constraints

- This tool *only* removes the visible Gemini watermark. It does not remove standard stock photo watermarks or invisible SynthID watermarks.
- The script must be run from Python, not Node.js.
- Do not attempt to modify the image using ImageMagick or other generic tools; this requires the pre-calculated alpha maps in `scripts/alpha_maps/`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [useaitechdad](https://github.com/useaitechdad)
- **Source:** [useaitechdad/agent-skills](https://github.com/useaitechdad/agent-skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-useaitechdad-agent-skills-gemini-watermark-remover-agent-skill
- Seller: https://agentstack.voostack.com/s/useaitechdad
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
