← スキル一覧に戻る

edit-image
by b-open-io
Gemini 3.0 Pro Preview skills for Claude Code - design analysis, spatial awareness, visual critique
⭐ 1🍴 0📅 2026年1月23日
SKILL.md
name: Edit Image description: This skill should be used when the user asks to "edit an image", "modify a photo", "inpaint", "outpaint", "extend an image", "replace object in image", "add element to image", or needs AI-powered image editing with masks.
Edit Image
Edit images using Gemini's imagen-3.0 editor (inpainting/outpainting).
When to Use
Use this skill when the user asks to:
- Edit part of an image (inpainting)
- Extend an image beyond its borders (outpainting)
- Replace objects or regions in an image
- Add elements to an existing image
Usage
cd ${CLAUDE_PLUGIN_ROOT}/skills/edit-image && bun run scripts/edit.ts <input-image> "edit prompt" [options]
Options
--mask <path>- Mask image (white = edit area, black = keep)--mode <inpaint|outpaint>- Edit mode--format <png|jpeg|webp>- Output format--quality <n>- JPEG quality (1-100)--negative <prompt>- Negative prompt--count <n>- Number of variations--guidance <n>- Guidance scale--seed <n>- Random seed--output <path>- Output path
Examples
# Inpaint with mask
cd ${CLAUDE_PLUGIN_ROOT}/skills/edit-image && bun run scripts/edit.ts photo.jpg "add a sunset sky" --mask sky_mask.png --mode inpaint
# Outpaint to extend image
cd ${CLAUDE_PLUGIN_ROOT}/skills/edit-image && bun run scripts/edit.ts photo.jpg "extend the landscape" --mode outpaint
# Replace object with multiple variations
cd ${CLAUDE_PLUGIN_ROOT}/skills/edit-image && bun run scripts/edit.ts scene.jpg "replace the car with a bicycle" --mask car_mask.png --count 3
Model
Uses imagen-3.0-capability-001 with editing configuration.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です