image-generator

Generate images via ModelScope and Gemini with configurable output settings.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/2670044605/agent-skills-hub --skill image-generator-2670044605
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generator
Source: https://github.com/2670044605/agent-skills-hub/tree/main/skills/registry/upstream/wlzh-skills/image-generator
Command: npx skills add https://github.com/2670044605/agent-skills-hub --skill image-generator-2670044605

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating high-quality images consistently across multiple AI models is complex; this Skill provides a unified interface for ModelScope and Gemini to streamline asset creation and reuse in other Skills.

Core Features & Use Cases

  • Supports multiple AI models (ModelScope, Gemini) through a single API surface
  • Importable as a library for other Skills to generate visuals programmatically
  • Configurable output settings (size, format, quality) and test mode for safe development
  • Asynchronous task support and built-in retry/error handling to improve reliability

Quick Start

Prompt the generator with your image description and reuse the resulting image in downstream Skills.

Frequently Asked Questions about image-generator

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

FAQPage Schema
How do I generate images using both ModelScope and Gemini in my Python automation pipeline?

You can generate images using ModelScope and Gemini in a Python automation pipeline by importing this Skill as a library, which provides a unified API surface to trigger generation, handle outputs, and manage errors programmatically.

How do I integrate AI image generation into my content creation workflows?

You integrate AI image generation into content creation workflows by importing the generator as a library within your other Skills. You prompt the generator with an image description and reuse the resulting image file in downstream automation tasks.

Can I configure output size and format for images generated via ModelScope and Gemini?

Yes, you can configure output settings including size, format, and quality for images generated via ModelScope and Gemini. The Skill also provides a test mode to ensure safe development while adjusting these parameters.

Does asynchronous task support and error handling exist for AI image generation pipelines?

Asynchronous task support and built-in retry mechanisms do exist for AI image generation pipelines. This functionality manages API integration errors automatically, improving reliability when generating visuals programmatically.

What is the best way to manage file persistence and errors when generating images programmatically?

The best way to manage file persistence and errors when generating images programmatically is using a unified interface that handles API integration, error management, and saves output files automatically. This ensures consistent asset creation and reuse.