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 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 masks. - Automatic Mask Generation: Generate all object masks in an image at once with tunable quality, stability, and density thresholds. - Deployment & Integration: Export to ONNX for edge deployment, use HuggingFace Transformers, or build FastAPI/Gradio services. - Use Case: Build an annotation tool where a user clicks on an object in an image and SAM instantly produces a high-quality segmentation mask, which is then exported as COCO RLE format for training a downstream detection model. ## Quick Start Use the segment-anything skill to segment the object at a clicked point in my image and return the best mask with its quality score.