image-edit

Modify and transform images with AI based on user-defined prompts.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/logeshv586-code/AIproductfactory --skill image-edit-logeshv586-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-edit
Source: https://github.com/logeshv586-code/AIproductfactory/tree/main/skills/image-edit
Command: npx skills add https://github.com/logeshv586-code/AIproductfactory --skill image-edit-logeshv586-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires product-factory-sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for efficient and intelligent image editing, allowing users to modify, transform, and enhance images with ease.

Core Features & Use Cases

  • AI Image Editing: Utilize AI to edit existing images, create variations, and modify visual content.
  • Multiple Image Sizes: Supports various image sizes and returns base64 encoded results.
  • CLI Tool: Includes a command-line interface for quick image editing.
  • Use Case: If you need to redesign a logo or create a variety of product images, this skill can help you achieve those results efficiently.

Quick Start

Use the image-edit skill to transform your logo into a minimalist design by running the command: `image-edit -p "Redesign the logo to be more modern and minimalist" -i "./logo.png" -o "./minimalist_logo.png" -s 1024x1024'

Frequently Asked Questions about image-edit

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

FAQPage Schema
How do I use AI to edit and transform an existing image?

AI image editing modifies and transforms existing images based on user-defined prompts. You can perform tasks like resizing, style transfer, and element replacement to generate customized visual content.

Can I redesign a logo to be more minimalist using a command-line interface?

Yes, you can redesign a logo using the included CLI tool. By running a command with a prompt, input file, output path, and size parameter, the AI transforms the image accordingly.

Do I need to install any dependencies before using this AI image manipulation tool?

Yes, you must install the product-factory-sdk dependency before using this image editing skill. This software development kit provides the foundational environment required to run the AI transformations.

What image sizes and formats are supported for AI image editing?

The image editing skill supports multiple image sizes, such as 1024x1024. It processes your input files and returns the modified visual content as base64 encoded results.

What is the best way to generate multiple product image variations?

Using AI image editing is an efficient way to generate product image variations. By providing different transformation prompts to the CLI, you can quickly create customized outputs for your visual content.

Are there limitations when applying AI style transfer to product images?

AI style transfer works for modifying visual content but depends on prompt clarity and input resolution. Results are returned as base64 encoded data, which you must decode to view the final image.