One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill imagegen-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagegen
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/imagegen
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill imagegen-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to create and modify images for various projects, from website assets to concept art, using the OpenAI Image API.

Core Features & Use Cases

  • Image Generation: Create new images from text prompts (concept art, product shots, logos, etc.).
  • Image Editing: Modify existing images (inpainting, background removal, object replacement, text localization).
  • Batch Processing: Generate or edit multiple images efficiently.
  • Use Case: Generate a series of product mockups for a new t-shirt design, or edit a photo to remove an unwanted object.

Quick Start

Use the imagegen skill to generate a photorealistic image of a cat wearing a hat.

Frequently Asked Questions about imagegen

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

FAQPage Schema
How do I generate concept art and product mockups using the OpenAI Image API?

To generate concept art and product mockups, you use text prompts to create new images via the OpenAI Image API, producing visuals like UI assets, logos, and photorealistic scenes.

Can I remove backgrounds or do inpainting on existing images with AI?

Yes, you can modify existing images by performing inpainting, background removal, object replacement, and text localization using the OpenAI Image API.

How do I process multiple AI image generation requests at once?

You can process batch image generation and editing tasks efficiently by using the bundled Python CLI script to handle multiple images simultaneously.

Do I need an OPENAI_API_KEY to generate and edit images?

Yes, you must configure the OPENAI_API_KEY environment variable before running the script to authenticate your image generation and editing requests.

What Python libraries are used for batch image processing and manipulation?

Batch image processing and manipulation utilize the openai library for API requests and the pillow library for handling image file operations.