AI Agent Hub
Back to skills
Jimeng First Frame to Video icon

Jimeng First Frame to Video

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 to install @user_f95f21b8/dlazy-jimeng-i2v-first.

About this skill

Problem

When you already have a first-frame image and want to extend it into a dynamic video, calling the Jimeng image-to-video API directly can involve managing API keys, parameter uploads, async task polling, and error handling. This skill collapses that workflow into a single dlazy jimeng-i2v-first command, which is useful for scripts, automation pipelines, and agent flows that need consistent output.

How It Works

  • Input: Provide a first-frame image and text prompt. Local files are uploaded to dLazy media storage so the backend model can read them.
  • Invocation: The skill acts as a thin client for the dLazy hosted API, sending the prompt and parameters to api.dlazy.com for inference.
  • Output: Synchronous calls return results; async mode returns a task.generateId field for continued status polling.
  • Error handling: It distinguishes missing API key, missing parameters, local file read failures, insufficient balance, server errors, and content-policy blocks, which helps automation branches handle each case.

Boundaries

This skill wraps a remote generation service rather than running local inference or offline processing. It involves cloud file uploads and hosted output URLs, so service terms, balance, and API key permissions matter. For sensitive assets, evaluate upload compliance first and verify that the generated output meets content policies.

Use Cases

  • Turn an existing first-frame image into a short video asset with `jimeng i2v first`.
  • Pass upstream values such as `@N.path` into a video prompt in an agent workflow.
  • Debug `insufficient_balance`, missing API key, or async task failures in i2v calls.

Best For

  • Media engineers turning first-frame designs into dynamic video
  • Agent developers orchestrating Jimeng video generation tasks
  • Platform integrators debugging dLazy balance, auth, and async task status