AI Agent Hub
Back to skills
dLazy Veo 3.1 Video Generation icon

dLazy Veo 3.1 Video Generation

Design & Media Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_f95f21b8/dlazy-veo-3-1 by following https://skillhub.cn/install/skillhub.md.

About this skill

Problem This Skill Solves

This skill is for engineers who need to turn text, images, or mixed media inputs into usable video clips. The core problem is not local rendering; it is how to call Google Veo 3.1 through a stable interface while handling cloud credentials, file uploads, async tasks, and structured errors. It wraps the dLazy hosted API as a CLI workflow, making it easier to reuse in automation scripts, agent toolchains, or content pipelines.

How It Works

The skill is a thin client over the dLazy hosted API. When invoked, prompts and generation parameters are sent to the dLazy API for inference. If inputs include local image, video, or audio paths, the CLI uploads them to dLazy media storage so the model can read them. Generated results are typically returned as hosted URLs. It supports synchronous waiting and --no-wait async mode, where the response includes a task ID and status for later polling. API keys can be scoped to a dLazy organization, supplied via environment variables, and rotated or revoked from the dashboard. Common failures include missing credentials, missing required parameters, local file read errors, insufficient balance, and async task failures.

Boundaries and Cautions

The skill depends on an external SaaS service, so it is not suitable for offline generation, strict data-residency constraints, or private model deployments. Local files pass through dLazy media storage, and output URLs are hosted remotely. Before production use, review service terms, source materials, safety policies, and credit management.

Use Cases

  • Type a shot brief into the dLazy CLI and generate a preview-ready Veo 3.1 cinematic clip.
  • Upload a local poster image with a prompt to create a promotional video with product motion.
  • Use --no-wait in automation to start generation, then poll task status and collect output URLs.
  • Debug 401, insufficient_balance, and other responses by guiding users to set keys or recharge.

Best For

  • Video marketing operations owners who need to turn briefs or posters into publish-ready short clips.
  • Backend engineers integrating a generation API and wrapping text/image-to-video with async task handling.
  • Agent developers building automation that calls the dLazy CLI and parses error codes.
  • Platform owners managing generation budgets and diagnosing balance or credential failures.