What problem does it solve? Segmenting objects in images traditionally requires task-specific training data and model fine-tuning. This Skill provides guidance for using Meta's Segment Anything Model (SAM) to segment any object in any image domain with zero-shot transfer, using simple point, box, or mask prompts. ## Core Features & Use Cases - Interactive Segmentation: Segment objects with point clicks, bounding boxes, or combined prompts, with iterative refinement using previous mask outputs. - Automatic Mask Generation: Produce all object masks in an image at once with tunable quality, stability, and density thresholds. - Deployment & Integration: Export to ONNX for browser and edge deployment, or use HuggingFace Transformers with SamModel and SamProcessor. - Use Case: Build an annotation tool where a user clicks on an object in an image, and SAM returns a high-quality binary mask with an IoU confidence score, ready to export as COCO RLE annotations for training downstream vision models. ## Quick Start Use the segment-anything skill to segment the object at point (500, 375) in my image and return the best mask with its quality score.