DR

dreamifly-batch

Automates the Dreamifly image and video generation pipeline with cost estimation and batch processing.

Install

mkdir -p .claude/skills/dreamifly-batch && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12053" && unzip -o skill.zip -d .claude/skills/dreamifly-batch && rm skill.zip

Installs to .claude/skills/dreamifly-batch

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Batch-generate Dreamifly images/videos from prompt queues. Use when the user asks to batch-generate images, edit images with references, create text-to-video or image-to-video, validate or estimate Dreamifly job cost, retry failed media jobs, or summarize Dreamifly outputs.
274 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Batch-generate Dreamifly images/videos from prompt queues
  • Validate Dreamifly job configurations
  • Estimate the cost of Dreamifly jobs
  • Retry failed media generation tasks
  • Summarize Dreamifly generation outputs

How it works

The skill processes prompt queues using Python scripts to validate, estimate, and execute Dreamifly generation jobs, and can retry failures or summarize results.

Inputs & outputs

You give it
Prompt files (`prompts.txt` or `jobs.jsonl`) for image/video generation
You get back
Generated Dreamifly images/videos, cost estimates, or job summaries

When to use dreamifly-batch

  • Batch generate images from prompts
  • Estimate job costs
  • Retry failed media jobs
  • Summarize generation outputs

About this skill

Dreamifly Batch

Quick Start

  1. Write real prompts to prompts.txt or provide --prompts jobs.jsonl.
  2. Run python3 dreamify.py --validate.
  3. Run python3 dreamify.py --estimate.
  4. Run python3 dreamify.py --dry-run.
  5. Run python3 dreamify.py --check.
  6. If any item costs 5+ credits, stop and ask for explicit confirmation before running.
  7. Run ./run.sh or python3 dreamify.py -n N.
  8. Report with python3 dreamify.py --summary; inspect results.jsonl and run.log only if needed.

Useful Commands

  • python3 dreamify.py --validate
  • python3 dreamify.py --estimate
  • python3 dreamify.py --summary
  • python3 dreamify.py --retry-failed
  • python3 dreamify.py --prompts jobs.jsonl --results-file results.jsonl

References

  • Model choice and cost rules: references/model-selection.md
  • Output and reporting contract: references/output-contract.md
  • Failure lessons and hard boundaries: references/gotchas.md
  • Trigger eval cases: references/evals.md
  • JSONL job examples: examples/prompts.jsonl

When not to use it

  • When the user wants to inspect or debug UI
  • When the user wants to troubleshoot generic MAUI build failures

Prerequisites

Python 3Network access to dreamifly.com

Limitations

  • Requires explicit user confirmation for high-cost models (5+ credits)
  • Relies on Python 3 and network access to dreamifly.com
  • Does not provide a full action library or full runtime automation

How it compares

This skill automates the batch generation of images and videos from prompt queues, including validation, cost estimation, and retry mechanisms, which is more efficient than submitting individual generation requests.

Compared to similar skills

dreamifly-batch side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
dreamifly-batch (this skill)01moNo flagsIntermediate
gemini-logo-remover98moReviewBeginner
slack-gif-creator63moReviewIntermediate
image-crop-rotate010moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry