gen
Use Zero generation pipelines for images, video, voice, presentations, websites, reports, and designs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Zero generation pipelines for images, video, voice, presentations, websites, reports, and designs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create, edit, inspect, run, schedule, pause, or delete Zero workflows and automations.
Operate apps on the desktop host the user connected to Zero Computer Use, when APIs are not enough. Not for remote browser sessions, which are Zero Browser (`zero browser use`).
Google Slides API for reading and editing presentations and speaker notes. Use when user mentions "Google Slides", "slides", "presentation", "speaker notes", or shares a docs.google.com/presentation link.
Use vm0's managed banking gateway backed by Finicity to list enabled bank accounts, balances, and transactions. Use when the user mentions Finicity, connected bank accounts, banking balances, or bank transactions.
Reconcile accounts, ledgers, bank statements, subledgers, variances, and supporting schedules.
Quality-check data analysis for joins, metrics, denominators, date ranges, leakage, and statistical pitfalls.
| name | gen |
| description | Use Zero generation pipelines for images, video, voice, presentations, websites, reports, and designs. |
Use this skill to generate user-facing artifacts through the Zero CLI:
npx -p @vm0/cli zero generate -h
zero generate is the source of truth. Always inspect the current command help when exact flags, models, styles, or providers matter.
zero generate image - billed image file generation; supports built-in models, image editing/reference inputs, image style registry selection, and connector guidance.zero generate video - billed video file generation; supports built-in video models, first/last frames, reference media, audio controls, and connector guidance.zero generate voice - billed speech audio generation; supports built-in voices and connector guidance.zero generate presentation - returns an Open Design resource-selection packet for an HTML presentation that the agent authors and hosts.zero generate website - returns website authoring instructions / an Open Design packet that the agent uses to build and host a static site.zero generate report, docs-design, poster, dashboard-design, mobile-app-design - return Open Design resource-selection packets for static HTML artifacts.zero generate text, code, document, audio - list connector-backed options and print connector skill-invocation guidance; these do not have built-in vm0 pipelines unless the CLI help says otherwise.Run zero generate <type> with no prompt to list available providers for that artifact type. Add --all when unavailable or not-yet-authorized connectors are relevant.
Identify the artifact type from the user's request.
image for raster images, edits, references, thumbnails, icons, illustrations, and visual assets.video for generated motion, animated frames, product clips, or reference-driven video.voice for speech audio from text.Discover current capability before committing.
zero generate <type> -h for flags and built-in model support.zero generate <type> to see available providers.zero generate <type> --provider <name> to get invocation guidance, then follow that provider skill.Determine whether style discovery is needed.
zero generate image -h.--style <id>; the CLI returns the current resource-selection packet / metadata with the style locked in. Use that output instead of recreating the style from memory.--skip-style when the user explicitly wants no style, wants photorealism/model-native output, supplies a fully specified prompt, or no registry style is a good match.Decide provider and model.
--provider built-in when the user wants a direct artifact, does not name a connector, and the built-in pipeline supports the request.Build the prompt.
--style <id>.Execute and wait for completion.
zero generate <type> command.zero host./f/ file URLs, keep the URL and metadata for the user.zero doctor credit.zero doctor check-connector using the environment name or URL from the provider guidance.Deliver the result.
--skip-style, size/aspect ratio, duration, voice, or site slug.Ask the user before generation when:
Proceed without asking when:
List current providers:
npx -p @vm0/cli zero generate image
npx -p @vm0/cli zero generate video
npx -p @vm0/cli zero generate voice
Inspect current image styles and flags:
npx -p @vm0/cli zero generate image -h
Generate a styled image after selecting a live registry style:
npx -p @vm0/cli zero generate image --provider built-in --style "<style-id>" --prompt "<prompt>"
Generate an unstyled/model-native image:
npx -p @vm0/cli zero generate image --provider built-in --skip-style --prompt "<prompt>"
Use connector guidance instead of built-in generation:
npx -p @vm0/cli zero generate video --provider "<connector-name>"
Generate a static Open Design artifact:
npx -p @vm0/cli zero generate website --prompt "<brief>"
Then follow the returned packet to build and host the artifact.