generate-image

Generate images from text prompts via the Dashscope API.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill generate-image-openakita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-image
Source: https://github.com/openakita/openakita/tree/main/skills/system/generate-image
Command: npx skills add https://github.com/openakita/openakita --skill generate-image-openakita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of images directly from textual descriptions, eliminating the need for manual design or complex image editing software.

Core Features & Use Cases

  • Text-to-Image Generation: Utilizes advanced AI models (like Qwen-Image) to translate descriptive prompts into visual art.
  • Customizable Output: Allows specification of model, size, and stylistic elements through prompts.
  • Use Case: Generate a unique banner image for a blog post about "futuristic cities" or create a custom avatar based on a character description.

Quick Start

Use the generate-image skill to create an image of a serene mountain landscape at sunset.

Frequently Asked Questions about generate-image

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

FAQPage Schema
How do I generate images from text prompts using an AI model?

To generate images from text prompts, this Skill uses the Qwen-Image model via the Dashscope API to translate your descriptive prompts into visual art. It automates the creation process by sending your text to the model and retrieving the resulting image.

Do I need a DASHSCOPE_API_KEY to create images from text descriptions?

Yes, you need to configure the DASHSCOPE_API_KEY environment variable to create images from text descriptions. This API key is required to authenticate your requests to the Dashscope API and access the underlying Qwen-Image model.

Can I customize the image size or use negative prompts for text-to-image generation?

You can customize text-to-image generation by specifying image size, applying negative prompts to exclude unwanted elements, and toggling watermarks. These parameters are passed directly to the Qwen-Image model through the Dashscope API.

How are generated AI art images saved and accessed after creation?

Generated AI art images are saved as local PNG files on your system, and the Skill also provides temporary URLs for immediate access. This ensures you have both a persistent local copy and a quick way to view the output.