Use when user wants to build image search or similar image finding. Triggers on: image search, similar image, visual search, image retrieval, CLIP, reverse image search, image matching, find similar photos.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Instruções da origem · Visualização somente leitura
name
image-search
description
Use when user wants to build image search or similar image finding. Triggers on: image search, similar image, visual search, image retrieval, CLIP, reverse image search, image matching, find similar photos.
Image Search
Build image-to-image search systems that find visually similar images using deep learning embeddings.
When to Activate
Activate this skill when:
User wants to find similar images given an input image
User mentions "reverse image search", "visual similarity", "find similar"
User has an image database to search through
User wants to build product visual search, face matching, or duplicate detection
Do NOT activate when:
User wants to search images using text → use text-to-image-search
User has mixed text and image documents → use multimodal-rag
User needs video content search → use video-search
Interactive Flow
Step 1: Understand the Search Type
"What kind of image search do you need?"
A) Image-to-Image: Upload image, find similar ones
Product visual search (find similar products)
Duplicate/near-duplicate detection
Face recognition
B) Text-to-Image: Describe what you're looking for
Stock photo search
Descriptive queries ("red car on highway")
C) Both: Support both search modalities
E-commerce (upload photo OR describe)
Content management systems
Which do you need? (A/B/C)
Step 2: Determine Image Types
"What types of images are in your database?"
Type
Characteristics
Model Recommendation
General photos
Diverse subjects
CLIP ViT-B-32
Product images
Clean backgrounds
CLIP ViT-L-14
Faces
Portrait photos
FaceNet or CLIP
Domain-specific
Medical, satellite, etc.
Domain fine-tuned
Step 3: Confirm Configuration
"Based on your requirements:
Model: CLIP ViT-B-32 (512 dim)
Index: AUTOINDEX with COSINE
Search type: Image-to-image
Proceed? (yes / adjust [what])"
Core Concepts
Mental Model: Visual Fingerprint
Think of image embeddings as a visual fingerprint:
Each image gets a unique 512-dimensional "fingerprint"