image-generation-advanced

Generate and edit images from text prompts and source images.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill image-generation-advanced
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generation-advanced
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/image-generation-advanced
Command: npx skills add https://github.com/qq5855144/GitHubM --skill image-generation-advanced

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of generating and editing images through asynchronous APIs, platform-specific quirks, and temporary CDN links, so you can focus on the creative result instead of the workflow.

Core Features & Use Cases

  • Text-to-Image Generation: Turn a written prompt into a new image with a submitted task and polling-based completion flow.
  • Image-to-Image Editing: Use one source image plus a prompt to restyle, refine, or transform the original image.
  • Multi-Image Composition: Combine multiple input images and instructions into a single synthesized output.
  • Platform-Aware Delivery: Handles Web, MiniProgram, and App differences, including query-method fallbacks and persistent storage transfer for generated results.

Quick Start

Generate a cinematic neon-style illustration of a futuristic bicycle and save the completed image path for review.

Frequently Asked Questions about image-generation-advanced

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

FAQPage Schema
How do I handle asynchronous image generation APIs with temporary URLs?

Asynchronous image generation requires submitting a task, polling for completion, downloading from a temporary URL, and persistently storing the final output. This workflow manages platform-specific query handling and temporary CDN links automatically.

Can I use multiple reference images for a single composition?

Multi-image composition combines multiple input images and text instructions into a single synthesized output. It allows you to merge various source visuals into one cohesive generated image seamlessly.

How do I perform style transfer using an image-to-image workflow?

Style transfer uses image-to-image editing by providing one source image plus a text prompt to restyle, refine, or transform the original image. The submitted task processes the visual transformation asynchronously.

Does asynchronous text-to-image generation work across web, mini program, and app environments?

Platform-aware delivery handles Web, MiniProgram, and App environments for text-to-image generation. It manages platform-specific query-method fallbacks and persistent storage transfer to ensure generated results are accessible.

Why does my generated image link expire after downloading?

Generated images are served via temporary CDN links that expire after a set duration. The workflow requires polling for task completion, downloading the temporary URL, and transferring the file to persistent storage.

What is the best way to manage async image editing tasks?

Managing async image editing requires submitting a task, polling for completion, downloading the temporary result URL, and storing the output persistently. This approach removes workflow friction across web, mini program, and app platforms.