image-generation

Generate base64-encoded images from text prompts via CLI.

1|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/eskoNBG/UltiDB --skill image-generation-eskonbg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generation
Source: https://github.com/eskoNBG/UltiDB/tree/main/skills/image-generation
Command: npx skills add https://github.com/eskoNBG/UltiDB --skill image-generation-eskonbg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

AI-powered image creation from text prompts enables designers and developers to quickly produce visuals for apps, marketing, and assets without manual illustration.

Core Features & Use Cases

  • AI Image Generation: generate images from descriptive prompts in multiple sizes.
  • CLI Tool: quick generation from the command line for automation.
  • Examples: build UI illustrations, hero images, and product visuals.

Quick Start

Provide a text prompt and an optional size to generate an AI image and receive a base64-encoded result.

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 via a CLI?

Generate AI images by providing a descriptive text prompt and an optional output size to the CLI tool, which then returns a base64-encoded image file for immediate use.

Do I need the z-ai-web-dev-sdk to generate images from text?

Yes, the z-ai-web-dev-sdk is required on the backend to process text prompts and handle the base64-encoded image generation workflow.

What's the best way to automate batch AI image generation for app assets?

Automate batch AI image generation by integrating the CLI tool into your workflow, passing multiple descriptive text prompts and output sizes to produce base64-encoded visual assets.

Does this AI image generation tool support multiple output sizes?

Yes, the AI image generation tool supports multiple output sizes, allowing you to specify dimensions when providing a text prompt to receive a scaled base64-encoded result.

Can I use generated base64 images directly for UI illustrations and hero images?

Yes, you can use generated base64 images directly for UI illustrations and hero images by embedding the encoded string into your frontend application or marketing assets.

What are the limitations of generating images using the z-ai-web-dev-sdk?

Limitations include requiring the z-ai-web-dev-sdk on your backend and receiving base64-encoded outputs, meaning you must decode or embed them rather than getting direct image files.