CtrlK
BlogDocsLog inGet started
Tessl Logo

krillinai-pipeline

Use when planning multi-stage KrillinAI CLI workflows such as subtitle plus TTS plus horizontal or vertical render; current pipeline execution is a reserved/planned surface unless implementation is wired in.

62

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/krillinai-pipeline/SKILL.md
SKILL.md
Quality
Evals
Security

KrillinAI Pipeline

Use this skill for end-to-end or multi-stage planning. In the current CLI, pipeline has output planning support but execution may not be wired in; prefer individual commands for real work unless verified.

Command

./build/krillinai-cli pipeline --outputs "subtitle,tts,vertical-bilingual"

Outputs Values

OutputStage
subtitleGenerate subtitle files
ttsGenerate dubbing
horizontal-bilingualRender landscape bilingual video
horizontal-dubbedRender landscape dubbed video
vertical-bilingualRender portrait bilingual video
vertical-dubbedRender portrait dubbed video
coverGenerate cover

When To Use Pipeline

Use pipeline when the user asks for a complete result and the CLI implementation supports executing it. Prefer individual commands now for real runs, debugging, testing, or recovering a failed stage.

Recovery Strategy

  • If subtitle succeeds and render fails, rerun only render with the same --workdir.
  • If TTS fails, keep subtitle outputs and rerun tts after fixing provider config.
  • Read krillinai_manifest.json before rerunning to avoid repeating expensive work.

Verification

  • If the command returns unsupported_command, run the stages individually.
  • Confirm stdout JSON success when pipeline execution is wired in.
  • Confirm manifest stages for requested outputs are marked successful.
  • Inspect final requested media/cover files, not only intermediate outputs.
  • For shared CLI details, read skills/krillinai-cli/references/cli-contract.md.
Repository
krillinai/KrillinAI
Last updated
First committed

Is this your skill?

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.