baoyu-image-gen

Generate AI images from text prompts via OpenAI, Google, or DashScope.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/chengyihua/nanobot-ts --skill baoyu-image-gen-chengyihua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-image-gen
Source: https://github.com/chengyihua/nanobot-ts/tree/main/skills/baoyu-image-gen
Command: npx skills add https://github.com/chengyihua/nanobot-ts --skill baoyu-image-gen-chengyihua

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

AI image generation across multiple providers to create visuals from prompts, reducing manual art creation time and enabling rapid concept exploration.

Core Features & Use Cases

  • Generate images from text prompts using Google Gemini, OpenAI GPT Image, or DashScope.
  • Support for aspect ratios, reference images, and multiple providers.
  • Use cases include concept art, illustrations, product mockups, and social visuals.

Quick Start

Run the main script with a text prompt and an output image path to generate an image across supported providers.

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 from text prompts using multiple providers?

To generate AI images, input your text prompt and specify an output path. The skill orchestrates provider detection and model selection for OpenAI, Google, or DashScope to deliver your generated image file.

Can I use reference images and aspect ratios for AI image generation?

Yes, AI image generation supports reference images and aspect ratios. You can apply these parameters alongside provider-specific options to control the visual output for concept art or mockups.

How do I pass prompts to an AI image generator from files or stdin?

You can pass text prompts for AI image generation through direct input, files, or stdin. The skill prepares the prompt data and configures the API key to process the generation request.

Does this AI image generation tool work with OpenAI, Google, and DashScope?

Yes, the AI image generation tool works with OpenAI, Google Gemini, and DashScope. It handles API key configuration and provider-specific options to route your prompt to the selected model.

What is the best way to automate concept art creation across different AI models?

Automating concept art creation is best done by routing text prompts through a multi-provider image generation script. This approach handles model selection and result handling to rapidly produce visual assets.

How do I get JSON output instead of an image file from AI image generation?

You can get JSON output from AI image generation by configuring the result handling parameters. The skill can deliver either a generated image file or JSON output containing the provider response data.