image-generation

Generates images from text prompts via z-ai- web-dev-sdk API with backend-only execution.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/AshesOfTheUndead/rezurxlib --skill image-generation-ashesoftheundead
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generation
Source: https://github.com/AshesOfTheUndead/rezurxlib/tree/main/skills/image-generation
Command: npx skills add https://github.com/AshesOfTheUndead/rezurxlib --skill image-generation-ashesoftheundead

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

This skill solves the challenge of generating custom visual assets, artwork, and design elements programmatically, eliminating the need for manual image creation or external design tools for standard tasks.

Core Features & Use Cases

  • AI-Powered Generation: Create high-quality images from descriptive text prompts using the z-ai-web-dev-sdk.
  • Flexible Output: Supports multiple aspect ratios and sizes, including square, portrait, landscape, and wide formats.
  • Use Case: Developers can use this to automatically generate website hero banners, blog post illustrations, or social media content directly from their backend services.

Quick Start

Use the image generation skill to create a high-quality image of a futuristic city with flying cars and save it as city.png.

Frequently Asked Questions about image-generation

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

FAQPage Schema
How do I generate AI images from text prompts in my backend service?

You can generate AI images from text prompts by using this skill's backend execution logic, which leverages the z-ai-web-dev-sdk to produce high-quality visual content. It handles base64 image decoding and saves the files directly to your system.

Can I use this AI image generation API to create website assets and marketing materials?

Yes, this AI image generation API is designed for diverse application scenarios including website asset creation, marketing material production, and game asset design. It programmatically generates custom visual elements without requiring external design tools.

What aspect ratios and sizes are supported when generating images from text?

Generating images from text supports flexible output formats, including square, portrait, landscape, and wide aspect ratios. This allows developers to create appropriately sized visual assets like website hero banners or social media content.

Do I need a backend environment to handle AI image generation and file saving?

Yes, you need a backend-only execution environment to handle AI image generation and file system persistence. This requirement ensures secure base64 image decoding and reliable saving of the generated visual assets.

What's the best way to automate visual asset creation for blog post illustrations?

The best way to automate visual asset creation for blog post illustrations is using this skill's text-to-image API. It programmatically generates high-quality artwork from descriptive prompts, eliminating manual image creation for standard development tasks.

Why does the AI image generation process require base64 decoding?

The AI image generation process requires base64 decoding because the z-ai-web-dev-sdk returns image data in this format. The skill automatically decodes this data and persists the resulting files directly to your local file system.