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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generate or edit images using the OpenAI Image API via a bundled CLI, enabling repeatable asset creation and image modification without manual tooling.

Core Features & Use Cases

  • Generate new images from prompts for website assets, UI mockups, game assets, or marketing visuals.
  • Edit existing images (inpainting, masking, background changes) deterministically via a prompt-based workflow.
  • Batch generate/edit runs with a JSONL workflow for scalable asset production.

Quick Start

Run the bundled CLI to generate or edit images from prompts and save outputs to your project.

Frequently Asked Questions about imagegen

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

FAQPage Schema
How do I automate batch image generation with the OpenAI Image API?

You can automate batch image generation by running the bundled CLI script with a JSONL workflow, enabling repeatable asset production across projects using the OpenAI Image API. This approach ensures deterministic runs for scalable output.

What's the best way to deterministically edit existing images using prompts?

The best way to deterministically edit existing images is using a prompt-based workflow via a bundled CLI that applies inpainting, masking, and background changes through the OpenAI Image API. This ensures repeatable image modifications.

Do I need Python and Pillow to run OpenAI image generation scripts?

Yes, you need Python installed along with the OpenAI and Pillow libraries to run the image generation scripts. You also must configure your OPENAI_API_KEY environment variable to execute live API calls successfully.

How does prompt augmentation work for batch image processing?

Prompt augmentation enhances your base text prompts during batch image processing to create varied asset outputs. The bundled CLI applies this augmentation automatically when generating UI mockups, game assets, or marketing visuals.

Can I generate UI mockups and product shots repeatably without manual tooling?

Yes, you can generate UI mockups and product shots repeatably by automating the OpenAI Image API through a bundled CLI. This workflow replaces manual tooling with deterministic runs and prompt augmentation for consistent asset creation.