CtrlK
BlogDocsLog inGet started
Tessl Logo

gemini-logo-remover

Remove Gemini logos, watermarks, or AI-generated image markers using OpenCV inpainting. Use this skill when the user asks to remove Gemini logo, AI watermark, or any logo/watermark from images.

68

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A compact, actionable skill body built around two complete executable functions with lean supporting notes. The notable gap is the absence of validation/verification for a destructive image modification, which caps workflow clarity.

Suggestions

Add an explicit verification step after inpainting — e.g., re-open the output and confirm the target region is no longer the original logo color, or visually inspect before calling present_files — to lift workflow clarity above the destructive-operation cap of 3.

Wrap the 'Find Coordinates' snippet in a complete function with a defined input_path and a printed mask-region preview so the guidance is fully self-contained.

Note the overwriting risk explicitly and recommend saving to a new output path rather than the source, reinforcing the destructive-operation safety guidance.

DimensionReasoningScore

Conciseness

The body is lean: mostly executable code with brief section headers and short notes, assuming Claude's competence without explaining what OpenCV or inpainting is. The Korean coordinate hint is task-relevant rather than padding, so it earns the 5 anchor.

5 / 5

Actionability

Two complete, copy-paste-ready functions (remove_region, remove_corner_logo) with concrete example calls covering coordinate- and corner-based removal, plus the corner function handling all four corners. The lone undefined 'input_path' in the Find Coordinates snippet is a negligible gap against otherwise fully executable guidance.

5 / 5

Workflow Clarity

This destructive image-overwriting operation has no validation or verification checkpoint (no check that the masked region contained the logo, no confirmation the output rendered correctly), so per the destructive-operation cap workflow clarity cannot exceed 3. The implied find-coords → remove → save → present sequence exists but checkpoints are implicit.

3 / 5

Progressive Disclosure

A short single-purpose skill with no external references needed, organized into clear sections (Setup, Usage sub-sections, Output, Notes). Per the simple-skills exception, well-organized short skills with no bundle requirements score 5.

5 / 5

Total

18

/

20

Passed

Description

78%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A well-constructed description with clear third-person voice, explicit trigger guidance, and concrete domain framing. Its main weakness is the broadening phrase that slightly dilutes distinctiveness and the single-action scope that limits specificity.

DimensionReasoningScore

Specificity

Names the domain and one concrete action repeated across object variants — 'Remove Gemini logos, watermarks, or AI-generated image markers using OpenCV inpainting' — but it is a single operation rather than several distinct actions, so it sits at the 3 anchor rather than 4.

3 / 5

Completeness

It explicitly answers both 'what' (remove logos/watermarks via OpenCV inpainting) and 'when' ('Use this skill when the user asks to remove Gemini logo, AI watermark, or any logo/watermark from images') with concrete trigger phrases, matching the 5 anchor.

5 / 5

Trigger Term Quality

Natural user-facing phrases are present ('remove Gemini logo', 'AI watermark', 'logo/watermark from images') giving good keyword coverage, but no synonyms or file extensions (.png/.jpg) are included, keeping it below a 5.

4 / 5

Distinctiveness Conflict Risk

The Gemini-specific framing gives it a clear niche, but the broadened 'or any logo/watermark from images' creates minor overlap risk with generic watermark-removal skills, placing it at 4 rather than 5.

4 / 5

Total

16

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
bear2u/my-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.