image-edit

Edit images via text-driven transformations using the z-ai-web-dev-sdk.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill image-edit-atro2829-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-edit
Source: https://github.com/atro2829-hub/APPLE-NET-NEW/tree/main/skills/image-edit
Command: npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill image-edit-atro2829-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you edit and transform existing images without rebuilding them from scratch, which is useful when you need to change a scene, restyle an asset, or create consistent variations quickly.

Core Features & Use Cases

  • Image transformation: Modify photos or graphics with targeted instructions such as background replacement, lighting changes, or subject edits.
  • Variation generation: Produce multiple versions of the same source image for design exploration, product mockups, or asset iteration.
  • Backend and CLI workflows: Use the SDK in server-side code or the provided CLI script to generate edited images and save the base64 output as files.

Quick Start

Use the image-edit skill to transform the attached image into a sunset version while keeping the subject and composition unchanged.

Frequently Asked Questions about image-edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit an existing image with AI using text instructions?

To perform AI image transformation, you pass a source image URL and text-driven instructions to the Skill. It processes these inputs to apply background changes, style transfer, or element edits without rebuilding the visual asset from scratch.

Can I generate multiple variations of a photo for design exploration?

Yes, you can generate multiple variations of a photo for design exploration. The Skill produces multiple versions of the same source image across different output sizes, which is useful for product mockups and asset iteration.

Does this image editing tool work with backend server-side workflows?

Yes, this image editing tool works with backend server-side workflows. It requires the z-ai-web-dev-sdk to process image inputs passed as URL objects on the server, decoding the base64 results into files.

What is the best way to apply style transfer to a source image programmatically?

The best way to apply style transfer programmatically is using the provided CLI script or SDK. You pass the source image and text instructions to execute the AI transformation, saving the returned base64 output as an image file.

Do I need the z-ai-web-dev-sdk to run AI transformations on images?

Yes, you need the z-ai-web-dev-sdk to run AI transformations on images. This dependency handles the backend processing logic required to accept image URL objects and return the decoded base64 file results.