image-generation

Generate images from text prompts via OpenAI or Stable Diffusion endpoints.

5|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/47network/Sven --skill image-generation-47network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generation
Source: https://github.com/47network/Sven/tree/main/skills/image-generation
Command: npx skills add https://github.com/47network/Sven --skill image-generation-47network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating high-quality visuals from simple text prompts eliminates manual design work and speeds up concept creation.

Core Features & Use Cases

  • OpenAI and Stable Diffusion endpoints for image generation
  • Flexible prompts with optional style modifiers and multiple outputs
  • Handles common creative workflows for design, marketing, and prototyping, producing readily renderable images

Quick Start

Provide a text prompt and optional provider, size, number of images, and style to generate visuals.

Frequently Asked Questions about image-generation

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

FAQPage Schema
How do I generate images from text prompts for design and marketing workflows?

Image generation from text prompts works by sending your descriptive text to either the OpenAI image generation API or a Stable Diffusion endpoint. It applies optional size, style, and quantity parameters to output readily renderable visuals for design or marketing workflows.

Do I need an OpenAI API key to generate AI images?

You need an OPENAI_API_KEY to generate AI images using OpenAI endpoints. Alternatively, you can configure a STABLE_DIFFUSION_URL to route text prompts through a Stable Diffusion endpoint instead.

Can I generate multiple AI images with custom sizes and styles in one request?

You can generate multiple AI images with custom sizes in one request. The generation process accepts optional style modifiers, image count, and size parameters to fit your specific creative and prototyping workflows.

What is the best way to use Stable Diffusion endpoints for visual content generation?

Visual content generation via Stable Diffusion endpoints works by sending text prompts to a configured STABLE_DIFFUSION_URL. It validates inputs and handles errors gracefully while applying optional style parameters to produce images.

Does AI image generation validate prompts and handle API errors gracefully?

AI image generation validates prompt inputs and handles API errors gracefully. This ensures automation workflows for creating visual content remain stable even if OpenAI or Stable Diffusion endpoints encounter issues.