image-gen

Generate a single image from a text prompt with specified dimensions and filename.

236|31|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/vibe-motion/auto-motion --skill image-gen-vibe-motion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-gen
Source: https://github.com/vibe-motion/auto-motion/tree/main/exampleFolder/.claude/skills/image-gen
Command: npx skills add https://github.com/vibe-motion/auto-motion --skill image-gen-vibe-motion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual overhead of creating a single generated image from text by handling prompt submission, size selection, and file output for you.

Core Features & Use Cases

  • Text-to-Image Generation: Create one image from a natural-language prompt with explicit width and height.
  • Deterministic Output Saving: Write the generated image directly to a chosen filename in the current working directory.
  • Use Case: Use it to produce a square app icon, a banner illustration, a poster concept, or any other single rendered image that needs a specific resolution.

Quick Start

Ask the skill to generate one image from your prompt with the exact width, height, and output filename you want.

Frequently Asked Questions about image-gen

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

FAQPage Schema
How do I generate an image from a text prompt with a specific resolution?

You can generate an image from a text prompt by providing the exact width and height up to 2048 pixels, which allows you to control the output resolution for your generated file.

What are the size limitations for AI art generated from text to image prompts?

The size limitations for text to image generation require width and height to be between 512 and 2048 pixels, and both dimensions must be specified in multiples of 8 to process correctly.

Can I save a generated image directly to a specific filename in my directory?

Yes, you can save a generated image directly to a specific filename by providing a writable output path, which writes the file straight into your current working directory.

What is the maximum length for a text to image prompt when creating visual design assets?

The maximum length for a text to image prompt is 1500 characters, providing sufficient space to define detailed visual design requirements for banners, posters, or illustrations.

Do I need the requests library to create one-off image generation tasks?

Yes, you need the requests library installed in your environment, as it is required to handle the prompt submission and image generation process for one-off creation tasks.