AI Agent Hub
Back to skills
Jimeng Dream Actor Action Video icon

Jimeng Dream Actor Action 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-dream-actor.

About this skill

Problem

jimeng dream actor targets workflows where a static character image needs to become a continuous action video. It does not require a local video-generation stack; instead, it sends the character image, prompt, and parameters to the dLazy hosted API and lets Jimeng Dream Actor generate the video. This fits designers and video teams that need to test character performance, camera movement, or motion assets quickly.

How it works

  • Input: a static character image plus prompt or parameters describing action, camera, pacing, and style.
  • Authentication: uses a dLazy API key. Keys are scoped to the dLazy organization and can be rotated or revoked from the dashboard.
  • Execution: the skill calls the dLazy CLI to submit the request. Local file paths passed for image, video, or audio fields are uploaded to dLazy media storage so the model can read them.
  • Output: returned video URLs are hosted by dLazy. Async tasks return a task status instead of an immediate result and require polling.
  • Errors: missing API key, missing required parameters, unreadable local files, insufficient balance, backend failures, and safety-policy rejections are reported with structured messages.

Boundaries

  • It is a cloud API client, not a local inference tool; assets and results pass through dLazy services.
  • Quality depends on the source image, completeness of the motion prompt, and backend model availability.
  • If the response returns insufficient_balance or unauthorized, resolve account credits or API key configuration before retrying.

Use Cases

  • During character short pre-viz, turn a single character image into motion previews with turns, gestures, or running shots.
  • For short-video asset creation, generate action clips from character images for editors to review and select.
  • For marketing visual motion, convert static character images into short action clips for display.
  • In CLI workflow testing, verify dLazy auth, file upload, and async task status polling.

Best For

  • Animation directors who need quick pre-viz checks on whether character movement works.
  • Video editors who need selectable action clips from a single character image.
  • Visual designers who want static marketing character art turned into motion display clips.
  • Engineers integrating dLazy CLI who need to test API key, upload, and async polling paths.