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

Imagine

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

Quick reference and safe non-interactive workflow for the vofy-cli to generate AI images and videos on Vofy.

About

Provides setup guidance, command syntax, and safe agent defaults for the vofy-cli image and video generation tool. A developer uses it to orient before creating AI media or to look up the right vofy command.

  • Non-interactive agent rules: add --yes to create commands and --plain to vofy tasks
  • Routes to sibling skills for prompts, models, create, and task management

Imagine 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

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

Quick reference and safe non-interactive workflow for the vofy-cli to generate AI images and videos on Vofy.

Files

SKILL.mdMarkdownGitHub ↗

Vofy CLI Quick Reference

Use vofy-cli to create and manage AI-generated images and videos on Vofy.

Fast Routing

  • Need setup, syntax, or safe defaults: stay in this skill.
  • Need to improve, rewrite, translate, or adapt a media prompt: load imagine-prompt.
  • Need to generate, edit, animate, transform, extend, or download media: load imagine-create.
  • Need model fit, limits, pricing, durations, ratios, or special flags: load imagine-models.
  • Need prior jobs, status, URLs, or downloads: load imagine-tasks.
  • Need exact CLI help text only: open commands-reference.md.

Non-Interactive Agent Rules

  • Verify setup with vofy status; do not run vofy login because it opens a browser.
  • Add --yes to every vofy image create or vofy video create command.
  • Add --plain to vofy tasks in agent workflows.
  • Add --download-to <dir> when the user needs local files; otherwise return result URLs from sync output.
  • Check vofy models <name> before using model-specific flags.

If vofy is missing, tell the user to run:

npm install -g vofy-cli@0.1.7
vofy login

Commands

CommandPurpose
vofy statusCheck auth, plan, and credits
vofy models [name]List models or inspect one model
vofy image createCreate image tasks
vofy video createCreate video tasks
vofy tasks --plainList recent tasks without the TTY browser
vofy task <id_or_prefix>Inspect, download, or print URLs for one task
vofy billing [plan]View pricing or switch plans

Minimal Create Pattern

vofy status
vofy image create --model seedream-4.5 --prompt "a cinematic mountain sunrise" --yes --download-to ./output

For video:

vofy status
vofy video create --model veo-3.1 --prompt "a drone shot over a forest at sunrise" --duration 6 --yes --download-to ./output

Inspect models only when the request names a model-specific feature, strict limit, pricing concern, or a flag that may be unsupported.

Related skills

This week in AI coding

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

unsubscribe anytime.