baoyu-image-gen

Generate AI images across OpenAI, Google, and DashScope providers via CLI.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/lisposter/creator --skill baoyu-image-gen-lisposter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-image-gen
Source: https://github.com/lisposter/creator/tree/main/.agents/skills/baoyu-image-gen
Command: npx skills add https://github.com/lisposter/creator --skill baoyu-image-gen-lisposter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables rapid, multi-provider AI image generation from prompts, unifying OpenAI, Google, and DashScope workflows to accelerate visual content creation.

Core Features & Use Cases

  • Multi-provider image generation from a single prompt, with optional reference images and aspect-ratio controls.
  • Support for prompts, reference images, aspect ratios, sizes, and output quality across providers.
  • Use Case: A designer drafts a dozen product visuals for a marketing launch, adjusting aspect ratios and references to create consistent visuals across social, banners, and website assets.

Quick Start

Basic usage: npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "A futuristic product" --image output.png With aspect ratio: npx -y bun ${SKILL_DIR}/scripts/main.ts --prompt "A landscape" --image output.png --ar 16:9 From prompt files: npx -y bun ${SKILL_DIR}/scripts/main.ts --promptfiles system.md content.md --image out.png

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 multiple providers using a single prompt?

To generate AI images from multiple providers, this skill unifies OpenAI, Google, and DashScope workflows, accepting text prompts, optional reference images, and aspect-ratio controls to produce output image files.

Can I use a reference image to guide AI image generation across different platforms?

Yes, you can use a reference image to guide AI image generation. The CLI-based agent handles reference image handling alongside prompt augmentation to create consistent visuals across providers.

How do I generate images with specific aspect ratios for social media and banners?

You generate images with specific aspect ratios by applying the aspect-ratio control flag, such as --ar 16:9, to your CLI command, ensuring the output image meets sizing requirements for social media or banners.

What's the best way to batch generate marketing visuals using prompt files?

The best way to batch generate marketing visuals is using prompt files. You can pass markdown files like system.md and content.md to the CLI agent to drive multi-provider image generation.

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

Yes, the CLI image generation tool works with OpenAI, Google, and DashScope. It supports provider selection, model defaults, and image sizing across these specific platforms.

What are the limitations of generating images via a CLI-based agent?

A limitation of generating images via a CLI-based agent is that it requires a local runtime environment to execute commands, meaning users need basic command-line proficiency to manage prompts and reference images.