KrillinAI TTS
SkillSearchLets your agent generate dubbed audio and videos from SRT subtitles using text-to-speech.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the KrillinAI TTS skill
About this capability
Use when generating target-language dubbing with KrillinAI CLI from SRT subtitles, including TTS audio creation and optional dubbed video generation.
What this skill tells your AI
The instructions your AI receives, as published by krillinai/opencreator in skills/krillinai-tts/SKILL.md and read by ahel’s review.
Use this skill for the tts stage. Read skills/krillinai-cli/references/cli-contract.md first for binary location, execution working directory, configuration, and JSON behavior.
Command
(cd "$KRILLINAI_CWD" && "$KRILLINAI_CLI" tts \
--workdir "$WORKDIR" \
--input-srt "$WORKDIR/target_language_srt.srt" \
--line-mode target-only \
--video "$WORKDIR/origin_video.mp4")
Inputs
--input-srtis required. Usually usetarget_language_srt.srt.--videois optional but needed when generatingvideo_with_tts.mp4.- TTS provider must be configured in
<execution-cwd>/config/config.toml.
Important Flags
| Flag | Use |
|---|---|
--input-srt | SRT to synthesize |
--line-mode target-only | Use target-language lines only |
--line-mode bilingual-target-top | Bilingual mode with target on top |
--line-mode bilingual-target-bottom | Bilingual mode with target on bottom |
--voice | Provider-specific voice |
--voice-clone-source | Voice clone source audio URL/path when supported |
--dry-run | Validate command shape |
Outputs
Read paths from manifest:
tts_final_audio.wavvideo_with_tts.mp4when a video input is available
Verification
- Require terminal JSON with
"ok": true. - Confirm
tts_final_audio.wavexists and has non-zero size. - If
video_with_tts.mp4is produced, inspect duration and audio stream withffprobe. - For JSON/error contract, read
skills/krillinai-cli/references/cli-contract.md.
Signals
- GitHub stars
- 12k
- Forks
- 1k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
krillinai-tts- Source
- github.com/krillinai/opencreator