What problem does it solve? Segmenting objects in images traditionally requires training task-specific models on labeled datasets. This Skill provides guidance for using Meta's Segment Anything Model (SAM) to segment any object in any image without fine-tuning, using simple point, box, or mask prompts. ## Core Features & Use Cases - Interactive Segmentation: Generate masks from foreground/background points, bounding boxes, or combined prompts with iterative refinement. - Automatic Mask Generation: Produce all object masks in an image at once with configurable quality, stability, and density thresholds. - Deployment & Integration: Export to ONNX for edge deployment, use HuggingFace Transformers, or build FastAPI/Gradio annotation services. - Use Case: Build an annotation tool where a user clicks on an object in an image and instantly receives a high-quality segmentation mask to generate training data for a downstream vision 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.