Image Generation

Command Palette

Search for a command to run...

Back

Image Generation

v1.0.0Skill

Generate images, videos, and music from text descriptions

imagevideogenerationvisualcreative
Edit
Capabilities

Executes the defined skill capability

Content

Image Generation Skill

Purpose

Generate images, videos, and music from text descriptions using advanced multimodal AI models.

When to Use

  • User requests image generation
  • Video creation requests
  • Music/audio generation
  • Visualization of concepts
  • Design mockups needed

Capabilities

Image Generation

  • Text-to-image from descriptions
  • Image editing (modify existing)
  • Style transfer
  • Multi-image composition

Video Generation

  • Text-to-video
  • Image-to-video
  • Video editing/extension

Music Generation

  • Text-to-music
  • Genre and mood control
  • Instrument selection
  • Tempo specifications

Parameters

ParameterTypeRequiredDescription
typestringYes"image", "video", or "music"
promptstringYesDetailed description
stylestringNoArt style (realistic, cartoon, abstract, etc.)
durationnumberNoFor video/music in seconds

Example Usage

{
  "skill": "image_generation",
  "parameters": {
    "type": "image",
    "prompt": "a futuristic cityscape at sunset with flying cars",
    "style": "cyberpunk"
  }
}

Best Practices

  • Use detailed, specific prompts
  • Include style and mood descriptions
  • Specify key elements to include
  • Iterate if first result isn't satisfactory
Actions
Test in Playground