AI Agent Hub
Back to skills
Jimeng Text-to-Video CLI icon

Jimeng Text-to-Video CLI

Development Updated 2026.08.30

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

Please install @user_c1d16043/jimeng-cli-text2video according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem to solve

When an agent calls Jimeng text-to-video via CLI, failures often come from parameter and workflow mistakes rather than prompt quality: missing --video_resolution, using uppercase resolution tokens, selecting unsupported models or durations, and resubmitting while the task is still querying. This skill turns the Jimeng CLI text-to-video path into a repeatable execution workflow.

How it works

It first runs dreamina text2video -h, treating the help output as the source of truth for parameters, then follows three steps:
- Validate: check model, duration, ratio, and resolution compatibility; public text-to-video models are limited to the Seedance 2.0 family.
- Submit: explain credit consumption, prefer asynchronous submission, and save the submit_id.
- Close the loop: keep calling query_result until success or fail, report fail_reason when needed, and direct the user to Web authorization if AigcComplianceConfirmationRequired appears.

Key constraints include lowercase 720p, 1080p, and 4k; 1080p and 4k are available only for seedance2.0_vip; duration is 4–15 seconds, with seedance2.0fast as the default model. If polling times out but the status remains querying, do not immediately resubmit. This skill does not cover image-to-video, storyboards, or prompt creation.

Use Cases

  • Submit Jimeng text-to-video job, save ID
  • Poll query_result until success or fail
  • Validate model, duration, ratio, resolution
  • Report fail_reason or request web auth

Best For

  • Engineers building agent workflows that submit text-only Jimeng video jobs
  • Developers debugging CLI errors around resolution, model, and polling
  • Integration engineers submitting async video jobs and tracking status
  • AI app developers explaining credit use and compliance prompts