image-generation

Generate images from structured prompts and reference images via Python scripts.

91|16|Updated May 11, 2026
One-click install
npx skills add https://github.com/OpsinTech/opsintech-platform --skill image-generation-opsintech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generation
Source: https://github.com/OpsinTech/opsintech-platform/tree/main/skills/public/image-generation
Command: npx skills add https://github.com/OpsinTech/opsintech-platform --skill image-generation-opsintech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the challenge of manually generating custom visual content, by enabling users to create images with structured prompts and reference images for precise guidance.

Core Features & Use Cases

  • Structured Prompts: Create detailed prompts for AIGC image generation with defined subjects, styles, and technical specs.
  • Reference Images: Guide generation with multiple reference images for style or composition.
  • Automated Python Script Execution: Automate the image generation process with a single script call.
  • Use Case: Design a Tokyo street style woman character in the 1990s, complete with specific clothing and environment details.

Quick Start

Generate an image of a cyberpunk hacker character standing next to a vehicle on a street in the Star Wars universe. Execute with the following command:

python /mnt/skills/public/image-generation/scripts/generate.py \
  --prompt-file /mnt/user-data/workspace/cyberpunk-hacker.json \
  --output-file /mnt/user-data/outputs/cyberpunk-hacker-01.jpg \
  --aspect-ratio 16:9

Frequently Asked Questions about image-generation

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

FAQPage Schema
How do I generate custom images using structured prompts and reference images?

To generate custom images, you execute an automated Python script that takes a structured prompt file and reference images as inputs, producing a tailored visual output. This method guides AIGC creation with specific subjects and styles.

Can I use multiple reference images to guide AI content generation?

Yes, you can use multiple reference images to guide AI content generation. Providing reference images helps direct the AIGC process regarding specific style, composition, or visual elements for your custom content.

What is the best way to automate AIGC image generation with a script?

The best way to automate AIGC image generation is by executing a single Python script via command line. You pass arguments like a prompt file, output path, and aspect ratio to produce the desired visual content.

Does image generation work with structured prompt files for specific aspect ratios?

Yes, image generation works with structured prompt files and supports specific aspect ratios. You define the prompt in a JSON file and pass the desired aspect ratio, like 16:9, as a command-line argument to the script.

Why do I need a structured prompt for AI image generation?

You need a structured prompt for AI image generation to provide clarity and precision. Defining subjects, styles, and technical specifications ensures the automated script produces custom visual content that matches your exact requirements.