AI Agent Hub
Back to skills
PixVerse C1 Video Generation icon

PixVerse C1 Video Generation

Design & Media Updated 2026.08.29

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

Please follow https://skillhub.cn/install/skillhub.md and install @user_f95f21b8/dlazy-pixverse-c1.

About this skill

Problem It Addresses

pixverse-c1 targets workflows that call the PixVerse C1 video model to generate video output: provide a prompt, or upload an image, first/last frames, or reference assets, then retrieve downloadable video results. It does not change the underlying model capability; it wraps the dLazy hosted API as a CLI-style invocation path so scripts or agents can run text-to-video, image-to-video, first/last-frame-to-video, and reference-to-video generation with structured parameters.

How It Works

The skill behaves as a thin client over the dLazy CLI. Key steps include:

  • Authenticate with a dLazy API key, stored in the user config directory or supplied per invocation via DLAZY_API_KEY.
  • Send parameters such as prompt, image, video, or audio to api.dlazy.com for inference.
  • When local file paths are provided, the files are uploaded to dLazy media storage so the model can read them.
  • The API returns hosted output URLs; for asynchronous jobs, a generateId can be used to query task status later.

Boundaries And Caveats

It depends on an external cloud service and local CLI, not pure on-device inference. Pay attention to API key scope, account balance, file upload destination, and service terms. Common failure modes include unauthorized access, missing required parameters, local file read errors, insufficient balance, and backend asynchronous task failures. If the result returns insufficient_balance or unauthorized, guide the user to top up credits or configure an API key instead of blindly retrying.

Use Cases

  • When a product brief must become short video assets quickly, submit a prompt to generate PixVerse C1 clips and collect result links.
  • When a designer has product photos and needs matching motion shots, use image-to-video to turn stills into short review clips.
  • When an editor needs a transition between a given first frame and last frame, generate the intermediate motion asset with first/last-frame-to-video.
  • When a creator has a reference video for style or motion, generate similar shots using reference-to-video and download the output.

Best For

  • Marketing operations staff who need to turn campaign copy into short video asset drafts
  • Social media video editors who need product images turned into motion shots for review
  • AI application engineers who need to test PixVerse C1 output through the dLazy API
  • Designers who need first/last-frame transitions generated before entering the editing pipeline