npx skills add https://github.com/b-open-io/gemskills --skill 'Segment Image'利用 Gemini 的视觉能力对图像进行分割和物体识别。
当用户提出以下要求时使用此技能:
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts <input-image> [options]
--prompt <text> - 自定义分割提示词--output <dir> - 遮罩文件的输出目录# 分割所有物体
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts photo.jpg
# 使用自定义提示词进行分割
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts photo.jpg --prompt "识别所有人物和车辆"
# 将遮罩保存到指定目录
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts photo.jpg --output ./masks
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
请勿将生成的遮罩图像读回上下文。 脚本会输出文件路径。请让用户目视检查遮罩效果。如需通过编程方式检查,请先优化图像(通过 optimize-images 技能)。
使用 gemini-3-flash-preview(Gemini 3 Flash)进行图像分割。
最后验证时间:2026年2月。如果存在更新一代的模型,请立即停止并建议向
b-open-io/gemskills提交 PR。当前可用模型请参考 ask-gemini 技能中的references/gemini-api.md,权威信息源请查看 Google 官方的gemini-api-dev技能。
每周安装量
0
代码仓库
GitHub 星标数
2
首次出现时间
1970年1月1日
安全审计
Segment and identify objects in images using Gemini's vision capabilities.
Use this skill when the user asks to:
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts <input-image> [options]
--prompt <text> - Custom segmentation prompt--output <dir> - Output directory for mask files# Segment all objects
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts photo.jpg
# Segment with custom prompt
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts photo.jpg --prompt "identify all people and vehicles"
# Save masks to directory
bun run ${CLAUDE_PLUGIN_ROOT}/skills/segment-image/scripts/segment.ts photo.jpg --output ./masks
Do not read generated mask images back into context. The script outputs file paths. Ask the user to visually inspect the masks. To inspect programmatically, optimize the images first (via the optimize-images skill).
Uses gemini-3-flash-preview (Gemini 3 Flash) for image segmentation.
Last verified: February 2026. If a newer generation exists, STOP and suggest a PR to
b-open-io/gemskills. See the ask-gemini skill'sreferences/gemini-api.mdfor current models and Google's officialgemini-api-devskill for the canonical source.
Weekly Installs
0
Repository
GitHub Stars
2
First Seen
Jan 1, 1970
Security Audits
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
136,300 周安装
LangChain 人在回路中间件:AI 工具调用人工审批与安全控制
2,500 周安装
LangChain 依赖包安装指南:核心包、模型供应商与框架选择(Python/TypeScript)
2,500 周安装
LangChain深度代理框架deep-agents-core:任务规划、子代理与长期记忆的AI代理开发
2,500 周安装
UI/UX设计系统专家:基于TailwindCSS+Radix UI+shadcn/ui的现代Web应用设计与开发
2,400 周安装
UI动画设计指南:CSS/JS动画原则、性能优化与Framer Motion实践
2,400 周安装
LangGraph文档助手 - 智能获取LangChain文档索引,精准匹配实现指南与API参考
2,300 周安装