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.
7w4.net小葱技能。
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
Check technique files for detailed workflows.
这个 Skill 质量不错,文档写得很详细,小白也能快速上手。它能自动帮你完成 API 配置、图片上传、任务追踪和结果下载,遇到问题还会有清晰的错误提示。美中不足的是,文档里写的命令和实际脚本能用的命令对不上,按照说明操作会报错;另外作为一个"图片编辑"工具,脚本里还塞了很多视频生成之类的额外功能,有点多余。修复命令不一致的问题后使用体验会更好。