image-gen

Generate custom images from text prompts via the MiniMax image-01 API.

94|7|Updated May 9, 2026
One-click install
npx skills add https://github.com/Sma1lboy/kobe --skill image-gen-sma1lboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-gen
Source: https://github.com/Sma1lboy/kobe/tree/main/.claude/skills/image-gen
Command: npx skills add https://github.com/Sma1lboy/kobe --skill image-gen-sma1lboy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the need for rapid, programmatic image generation directly from a terminal environment, eliminating the need to switch to external browser-based design tools.

Core Features & Use Cases

  • Text-to-Image Generation: Creates high-quality images using the MiniMax image-01 model based on descriptive text prompts.
  • Customizable Dimensions: Supports specific width and height requirements for consistent asset creation.
  • Use Case: Quickly generate UI icons, placeholder illustrations, or conceptual sketches for documentation and design prototypes without leaving your development workflow.

Quick Start

Use the image-gen skill to create a 512 by 512 pixel flat vector icon of a robot and save it as robot.png.

Frequently Asked Questions about image-gen

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

FAQPage Schema
How do I generate custom images from text prompts in an automated workflow?

You generate custom images from text prompts programmatically by sending descriptive text to the MiniMax image-01 API, which returns high-quality visual assets decoded as files using the requests library.

Can I generate UI icons and illustrations without leaving my terminal environment?

Yes, you can generate UI icons and illustrations without leaving your terminal. It processes text prompts to create visual assets like flat vector icons directly within automated design or documentation workflows.

Do I need the requests library to handle API communication for text-to-image generation?

Yes, the requests library is required to handle API communication and base64 decoding for file output when generating custom images from text prompts using the MiniMax image-01 model.

Does this text-to-image generation tool support customizable width and height dimensions?

Yes, the text-to-image generation process supports specific customizable width and height dimensions, allowing you to create consistently sized visual assets for design prototypes and documentation.

What is the best way to create placeholder illustrations for documentation programmatically?

The best way to programmatically create placeholder illustrations for documentation is using the MiniMax image-01 API to generate conceptual sketches from text prompts and decode the output as image files.

Why does programmatic image generation eliminate the need for browser-based design tools?

Programmatic image generation eliminates browser-based design tools by allowing you to generate custom images from text prompts directly from your terminal, integrating seamlessly into automated development workflows.