Install
openclaw skills install dreaminaUse when an agent needs Dreamina(即梦) image or video generation through the dreamina CLI.
openclaw skills install dreaminaUse this skill when you need Dreamina(即梦) image or video generation through dreamina.
即梦 is the Chinese product name of Dreamina. If the user says 即梦, treat it as Dreamina and use this skill.
This skill is intentionally short. Detailed flags and supported values belong to the CLI itself, so always treat dreamina -h and dreamina <subcommand> -h as the primary reference.
dreamina is the local CLI entrypoint for all currently exposed Dreamina(即梦) image and video generation workflows, plus the account/session operations around them.
Use it for:
When using this CLI as an agent:
dreamina -h.dreamina <subcommand> -h.login, relogin, or logout.At a high level:
user_credit to check budget.query_result when you already have a submit_id.list_task to review recent saved tasks.image2video when one main image is enough; if the user has multiple images for a coherent story, prefer multiframe2video.multiframe2video for Dreamina's intelligent multi-frame flow: multiple images in, one coherent story video out.multimodal2video for Dreamina's flagship video mode when the task needs all-around references across images, video, and audio; it supports the seedance2.0 family.For the exact flags and supported combinations, rely on each subcommand's -h.
Do not hardcode model support from this skill.
If the user specifies a model, always check the relevant subcommand help before running it:
dreamina <subcommand> -h
Use the subcommand help to confirm:
Additional guidance:
seedance2.0 family, can be capacity-constrainedseedance2.0 unless they explicitly ask for itDo not rely on shell exit code alone.
For async generation commands, treat a submit as successful only when:
submit_id is presentgen_status is querying or successIf gen_status is fail, inspect fail_reason and tell the user the concrete reason.
After a submit returns querying:
submit_id.query_result --submit_id=<id> for follow-up.list_task when you want to review saved tasks in bulk.If you are running a test sweep, keep results in a machine-readable format so you can query the returned submit_id values later.
AigcComplianceConfirmationRequired, tell the user to complete that web-side confirmation first, then retry.-h before use.submit_id, and final status for every paid test you run.seedance2.0 family unless they explicitly ask for it or clearly prioritize output quality.