# Send Image Editing to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "image-edit",
    "name": "Image Editing",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/image-edit",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/image-edit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/image-edit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-edit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "background-removal.md",
      "inpainting.md",
      "outpainting.md",
      "restoration.md",
      "style-transfer.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "image-edit",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:30:26.109Z",
      "expiresAt": "2026-05-08T22:30:26.109Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-edit",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-edit",
        "contentDisposition": "attachment; filename=\"image-edit-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "image-edit"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/image-edit"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/image-edit",
    "downloadUrl": "https://openagent3.xyz/downloads/image-edit",
    "agentUrl": "https://openagent3.xyz/skills/image-edit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/image-edit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/image-edit/agent.md"
  }
}
```
## Documentation

### AI Image Editing

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

### Edit Type Selection

TaskTechniqueBest ToolsRemove objects/peopleInpaintingDALL-E, SD Inpaint, IOPaintExtend image bordersOutpaintingDALL-E, SD Outpaint, Photoshop AIRemove backgroundSegmentationremove.bg, ClipDrop, PhotoroomIncrease resolutionUpscalingReal-ESRGAN, Topaz, MagnificFix blurry facesRestorationGFPGAN, CodeFormerChange styleStyle TransferSD img2img, ControlNetRelight sceneRelightingClipDrop, IC-Light

### Workflow Principles

Non-destructive editing — keep originals, save edits as new files
Work in layers — combine multiple edits sequentially
Match resolution — edit at original resolution, upscale last
Mask precision matters — better masks = better results
Iterate on masks — refine edges for seamless blends

### Masking Basics

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

### Object Removal

Create mask over unwanted object
Run inpainting with context prompt (optional)
Blend edges if needed
Touch up artifacts

### Background Replacement

Remove background (get transparent PNG)
Place on new background
Match lighting/color
Add shadows for realism

### Enhancement Pipeline

Restore faces (if present)
Remove artifacts/noise
Color correct
Upscale to final resolution

### Quality Tips

Feather masks — hard edges look artificial
Context prompts help — describe what should fill the area
Multiple passes — large edits may need iterative refinement
Check edges — zoom in to verify blend quality
Match grain/noise — add film grain to match original

### Preferences

Check technique files for detailed workflows.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T22:30:26.109Z
- Expires at: 2026-05-08T22:30:26.109Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/image-edit)
- [Send to Agent page](https://openagent3.xyz/skills/image-edit/agent)
- [JSON manifest](https://openagent3.xyz/skills/image-edit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/image-edit/agent.md)
- [Download page](https://openagent3.xyz/downloads/image-edit)