Armory
Source
Browse
Skills

segment-anything-model

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install segment-anything-model --cli claude

writes the skill into.claude/skills/segment-anything-model/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/segment-anything-model/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

When to use it

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/multimodal-segment-anything/SKILL.md -o .claude/skills/multimodal-segment-anything/SKILL.md

Notes

Extracted from davila7/claude-code-templates, multimodal-segment-anything category.