Use when validating or documenting a multi-stage KrillinAI CLI output plan; the current pipeline command supports dry-run planning only, not end-to-end execution.
Use this skill to validate a requested stage plan. Run real work through the individual stage commands because non-dry-run pipeline execution returns unsupported_command.
(cd "$KRILLINAI_CWD" && "$KRILLINAI_CLI" pipeline \
--outputs "subtitle,tts,vertical-bilingual" \
--dry-run)| Output | Stage |
|---|---|
subtitle | Generate subtitle files |
tts | Generate dubbing |
horizontal-bilingual | Render landscape bilingual video |
horizontal-dubbed | Render landscape dubbed video |
vertical-bilingual | Render portrait bilingual video |
vertical-dubbed | Render portrait dubbed video |
cover | Generate cover |
The dry-run validates output names and returns a successful pipeline-stage JSON response. It does not execute stages or write a task manifest.
Map the validated outputs to subtitle, tts, render-horizontal, render-vertical, and cover. Run each required command independently and use the same absolute --workdir.
subtitle succeeds and render fails, rerun only render with the same --workdir.tts after fixing provider config.krillinai_manifest.json before rerunning to avoid repeating expensive work."ok": true for dry-run validation.skills/krillinai-cli/references/cli-contract.md.b4d0373
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.