baoyu-image-gen

Generate AI images from prompts across OpenAI, Google, and DashScope providers.

6|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/code-sensei/artemiskit --skill baoyu-image-gen-code-sensei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-image-gen
Source: https://github.com/code-sensei/artemiskit/tree/main/.agents/skills/baoyu-image-gen
Command: npx skills add https://github.com/code-sensei/artemiskit --skill baoyu-image-gen-code-sensei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AI image generation across multiple providers to quickly produce visuals from prompts and references.

Core Features & Use Cases

  • Text-to-image generation across providers: Generate visuals using OpenAI, Google, and DashScope from a single prompt.
  • Reference image conditioning: Use reference images to influence the final output.
  • Aspect ratio and size controls: Manage output dimensions and aspect ratios with sequential default, parallel mode available on request.
  • Automation via local CLI: Integrates with a local script (scripts/main.ts) for batch or automated generation.

Quick Start

Provide a prompt and optional reference images to generate AI images using the baoyu-image-gen skill.

Frequently Asked Questions about baoyu-image-gen

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

FAQPage Schema
How do I generate AI images across multiple providers like OpenAI and Google?

AI image generation across multiple providers uses an orchestration layer to call OpenAI, Google, and DashScope from a single prompt. It applies to text-to-image scenarios and requires valid provider API keys to execute sequentially or in parallel.

Can I use a reference image to condition AI image generation?

Reference image conditioning allows you to influence the final output by supplying an existing image alongside your text prompt. This feature is supported across the integrated providers to guide the visual generation process.

How do I control the aspect ratio and size of generated AI images?

Aspect ratio and size controls manage the output dimensions of your generated AI images. You can specify exact aspect ratios within your prompt, with the system executing sequentially by default or utilizing a parallel mode upon request.

Do I need API keys to perform text-to-image generation with this orchestration layer?

API keys for each specific provider are required to perform text-to-image generation. You must configure credentials for OpenAI, Google, or DashScope within your environment before the orchestration layer can call them.

Can I automate batch AI image generation using a local CLI script?

Batch AI image generation can be automated using a local CLI script. Integrating with a local script enables automated generation workflows, processing multiple prompts and reference images without manual intervention.

What distinguishes multi-provider AI image generation from single-provider tools?

Multi-provider AI image generation distinguishes itself by routing prompts to OpenAI, Google, and DashScope through a single orchestration layer. This approach allows comparative output generation and parallel processing rather than relying on a single model.