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-pipelineInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
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.
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.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| krillinai-pipeline (this skill)by krillinai | 81 | 12.3k | 1d ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.5k | 10d ago | CLAUDE.md |
| rufloby ruvnet | 100 | 73.3k | 1d ago | CLAUDE.md |
| Scraplingby D4Vinci | 100 | 83.7k | today | MCP Server |
| algorithmic-artby anthropics | 100 | 177.9k | 3d ago | SKILL.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.
Skill content
View source on GitHubname: 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
subtitlesucceeds and render fails, rerun only render with the same--workdir. - If TTS fails, keep subtitle outputs and rerun
ttsafter fixing provider config. - Read
krillinai_manifest.jsonbefore rerunning to avoid repeating expensive work.
Verification
- Require terminal JSON with
"ok": truefor 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
Agent-Reach
85.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.3k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Scrapling
83.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
