Segment and identify objects in images using Gemini's vision capabilities.
Uses Gemini's vision capabilities to segment images and identify objects. Triggered when users ask to identify objects, generate masks, or extract objects from images.
/plugin marketplace add b-open-io/gemskills/plugin install gemskills@b-open-ioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/segment.tsSegment and identify objects in images using Gemini's vision capabilities.
Use this skill when the user asks to:
bun run scripts/segment.ts <input-image> [options]
--prompt <text> - Custom segmentation prompt--output <dir> - Output directory for mask files# Segment all objects
bun run scripts/segment.ts photo.jpg
# Segment with custom prompt
bun run scripts/segment.ts photo.jpg --prompt "identify all people and vehicles"
# Save masks to directory
bun run scripts/segment.ts photo.jpg --output ./masks
Uses gemini-3-pro-preview for image segmentation.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.