image-edit

Edit images from text descriptions and generate variations via CLI.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/Enztun/enztronic.com --skill image-edit-enztun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-edit
Source: https://github.com/Enztun/enztronic.com/tree/main/apps/meteora-lp/skills/image-edit
Command: npx skills add https://github.com/Enztun/enztronic.com --skill image-edit-enztun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of manually editing and modifying images by automating the process using AI-driven capabilities.

Core Features & Use Cases

  • AI Image Editing: Edit existing images, create variations, and modify visual content using AI models.
  • Multiple Image Sizes: Supports various image sizes and returns base64 encoded results.
  • CLI Tool: Provides a convenient command-line interface for quick image editing.
  • Use Case: If you need to redesign an asset, create a different version of an image, or modify an image based on text descriptions, this skill can be highly useful.

Quick Start

Run the following command to edit an image:

z-ai image-edit -p "Transform this landscape into a night scene with stars and moon" -i "./landscape.jpg" -o "./night_landscape.png"

Frequently Asked Questions about image-edit

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

FAQPage Schema
How do I modify an existing image using text descriptions?

AI image modification allows you to transform existing images by providing text descriptions. This skill uses AI models to edit visual content and generate variations, returning the results as base64 encoded files.

Can I generate multiple image variations from a single source file?

Yes, AI image editing supports creating multiple variations from a single source file. You can generate different versions of an image by running the CLI tool with your desired transformation prompts.

How do I edit images from the command line using z-ai-web-dev-sdk?

You can edit images from the command line by running the provided CLI tool. Use the command format to specify your text prompt, input image path, and output file path to execute AI-driven image transformations.

What format does the image editing tool return for processed files?

The image editing tool returns processed files as base64 encoded results. This encoding allows the AI-generated image modifications and variations to be easily handled and saved to various image sizes.

Do I need the z-ai-web-dev-sdk package to run AI image transformations?

Yes, the z-ai-web-dev-sdk package is required to run AI image transformations. This dependency provides the underlying AI models and capabilities needed for intelligent image manipulation and variation generation.