SkillAgentSearch skills...

krillinai-pipeline

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.

Install / Use

npx skills add krillinai/OpenCreator --skill krillinai-pipeline

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

81/100

Category

Automation

Supported Platforms

Universal

Tags

Our assessment of krillinai-pipeline

krillinai-pipeline scores 81/100 on our quality scale, 933rd of 1,335 Automation skills we index.

Its SKILL.md is 1.9 KB long, split into 6 sections with 1 code example: moderately detailed.

With 12,288 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
15/20
Description
15/15
Adoption
17/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated yesterday, so krillinai-pipeline is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

krillinai-pipeline compared with similar skills

All 4 of these similar skills score higher than krillinai-pipeline; compare them before choosing.

SkillScoreStarsUpdatedFormat
krillinai-pipeline (this skill)by krillinai8112.3k1d agoSKILL.md
Agent-Reachby Panniantong10085.5k10d agoCLAUDE.md
rufloby ruvnet10073.3k1d agoCLAUDE.md
Scraplingby D4Vinci10083.7ktodayMCP Server
algorithmic-artby anthropics100177.9k3d agoSKILL.md

Frequently asked questions

How do I install krillinai-pipeline?
Run npx skills add krillinai/OpenCreator --skill krillinai-pipeline. The install tabs above show the steps for each supported agent.
Which AI agents does krillinai-pipeline work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is krillinai-pipeline safe to use?
It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is krillinai-pipeline still maintained?
The repository was last updated yesterday, so krillinai-pipeline is actively maintained.

name: krillinai-pipeline description: 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.

KrillinAI Pipeline

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.

Plan Validation

(cd "$KRILLINAI_CWD" && "$KRILLINAI_CLI" pipeline \
  --outputs "subtitle,tts,vertical-bilingual" \
  --dry-run)

Outputs Values

| 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.

Execute The Plan

Map the validated outputs to subtitle, tts, render-horizontal, render-vertical, and cover. Run each required command independently and use the same absolute --workdir.

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

  • Require terminal JSON with "ok": true for dry-run validation.
  • For real work, confirm every independently executed stage succeeded.
  • Confirm manifest stages and requested output files, not just the plan response.
  • Inspect final requested media/cover files, not only intermediate outputs.
  • For shared CLI details, read skills/krillinai-cli/references/cli-contract.md.

Related Skills

View on GitHub
GitHub Stars12.3k
CategoryAutomation
Updated1d ago
Forks1.3k

Languages

TypeScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions