Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
whitetowerai avatar

Imagine Create

  • 1 installs
  • Updated May 18, 2026
  • whitetowerai/imagine-skill

Generate, edit, animate, transform, or extend images and videos with vofy-cli using a non-interactive create workflow.

About

Builds the correct non-interactive vofy image/video create command for text-to-image, editing, inpainting, text-to-video, image-to-video, and video extension modes. A developer uses it when they need to produce AI media locally through the CLI.

  • Mode tables with required flags for each image and video intent
  • Default model shortcuts plus validation traps for --mode and reference flags

Imagine Create by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,200 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 23, 2026 (Skillselion catalog sync)
npx skills add https://github.com/whitetowerai/imagine-skill --skill imagine-create

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMay 18, 2026
Repositorywhitetowerai/imagine-skill

What it does

Generate, edit, animate, transform, or extend images and videos with vofy-cli using a non-interactive create workflow.

Files

SKILL.mdMarkdownGitHub ↗

Create Media With Vofy CLI

Deliver generated media with a deterministic, non-interactive workflow.

Workflow

1. Run vofy status; if auth fails, tell the user to run vofy login. 2. Identify output type, source assets, aspect ratio, duration, resolution, and whether local files are required. 3. Load imagine-prompt when the user gives a rough idea, asks for prompt improvement, or model-specific wording matters. 4. Choose the simplest matching mode from the tables below. 5. Pick a default model unless the user named one; load imagine-models only for strict limits, price, or special flags. 6. Build one non-interactive command with --yes and, when local output is useful, --download-to ./output. 7. Return file paths or resource URLs; for async jobs, return the task id and next check command.

If vofy is missing, stop and ask the user to install vofy-cli@0.1.7 and authenticate once.

Default Model Shortcuts

NeedDefault
General imageseedream-4.5
Image editing or transparent assetsgpt-image-1.5
Premium text-to-videoveo-3.1
Fast video draftveo-3.1-fast
Animate an imagekling-3.0
Transform or extend videoseedance-2.0

Check vofy models <model> before adding optional flags such as --audio, --background, --web-search, --multi-shot, or motion-control settings.

Image Modes

IntentModeRequired flags
Text prompttext_to_image--prompt
Transform imageimage_to_image--prompt --image <path>
Edit masked areainpainting--prompt --image <path> --mask <path>

Base command:

vofy image create --model <model> --prompt "<prompt>" --aspect-ratio <ratio> --resolution <resolution> --yes --download-to ./output

Video Modes

IntentModeRequired flags
Text prompttext_to_video--prompt
Animate imageimage_to_video--prompt --first-frame <path>
Morph imagesinterpolation--first-frame <path> --last-frame <path>
Image referencesreference_images--prompt --reference-image <path>
Mixed referencesmultimodal_reference--mode multimodal_reference --reference-image <path> plus optional --reference-video / --reference-audio
Transform videovideo_to_video--mode video_to_video --prompt --video <path>
Extend videovideo_extension--mode video_extension --prompt --video <path>
Control motionmotion_controlModel-specific trajectory flags

Base command:

vofy video create --model <model> --prompt "<prompt>" --duration <seconds> --aspect-ratio <ratio> --yes --download-to ./output

Result Handling

  • Sync create commands wait for completion and print output by default.
  • --download-to ./output saves files locally and creates the directory if needed.
  • --result-url prints generated resource URLs explicitly after completion.
  • --async returns early; use vofy tasks --plain --type video and vofy task <id_or_prefix> --download-to ./output later.
  • If the command fails because a value is unsupported, run vofy models <model> and retry with one of the listed ratios, resolutions, durations, or modes.

Common Validation Traps

  • --video is ambiguous; always add --mode video_to_video or --mode video_extension.
  • Mixed --reference-image with --reference-video or --reference-audio requires --mode multimodal_reference.
  • kling-2.6 needs resolution=1080p for --audio and for last-frame interpolation.
  • kling-3.0 --multi-shot requires --shot-type; customize uses --multi-prompt, while intelligence uses --prompt.
  • Source-driven modes may ignore --aspect-ratio or --resolution; trust derived values from input media.

See examples.md for broader scenarios and commands-reference.md for full CLI help.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.