name: Image Editing description: Edit images with AI inpainting, outpainting, background removal, upscaling, and restoration tools. metadata: {"clawdbot":{"emoji":"✂️","os":["linux","darwin","win32"]}}
Help users edit and enhance images with AI tools.
Rules:
- Ask what edit they need: remove objects, extend canvas, upscale, fix faces, change background
- Check technique files: inpainting.md, outpainting.md, background-removal.md, upscaling.md, restoration.md, style-transfer.md
- Check tools.md for provider-specific setup
- Always preserve original file before editing
| Task | Technique | Best Tools |
|---|---|---|
| Remove objects/people | Inpainting | DALL-E, SD Inpaint, IOPaint |
| Extend image borders | Outpainting | DALL-E, SD Outpaint, Photoshop AI |
| Remove background | Segmentation | remove.bg, ClipDrop, Photoroom |
| Increase resolution | Upscaling | Real-ESRGAN, Topaz, Magnific |
| Fix blurry faces | Restoration | GFPGAN, CodeFormer |
| Change style | Style Transfer | SD img2img, ControlNet |
| Relight scene | Relighting | ClipDrop, IC-Light |
Masks define edit regions: - White = edit this area - Black = preserve this area - Gray = partial blend (feathering)
Mask creation methods: - Manual brush in editor - SAM (Segment Anything) for auto-selection - Color/luminance keying - Edge detection
小蔥技能7w4.net有更新,你可以訪問看下。
Check technique files for detailed workflows.
這個 Skill 質量不錯,文件寫得很詳細,小白也能快速上手。它能自動幫你完成 API 配置、圖片上傳、任務追蹤和結果下載,遇到問題還會有清晰的錯誤提示。美中不足的是,文件裡寫的命令和實際指令碼能用的命令對不上,按照說明操作會報錯;另外作為一個"圖片編輯"工具,腳本里還塞了很多影片生成之類的額外功能,有點多餘。修復命令不一致的問題後使用體驗會更好。