What problem does it solve? Classifying images or searching image collections normally requires labeled training data and model fine-tuning. This Skill lets you classify images, match images to text, and build semantic image search using OpenAI's CLIP model with zero training data. ## Core Features & Use Cases - Zero-Shot Image Classification: Classify images into arbitrary text-defined categories without any training, using models like ViT-B/32. - Semantic Image Search & Cross-Modal Retrieval: Encode images and text into a shared embedding space to search images with natural language queries or find captions matching an image. - Content Moderation & Deduplication: Score images against safety categories (NSFW, violence) or detect near-duplicate images via cosine similarity of embeddings. - Use Case: Index a folder of product photos by computing CLIP embeddings, then retrieve the most relevant images for the query "a sunset over the ocean" ranked by similarity score. ## Quick Start Use the clip skill to classify the attached image 'photo.jpg' against the labels dog, cat, bird, and car.