byjianshuo· 34 skills
Use when the user has a video + a target-language SRT and wants the video to actually speak that language — generates a time-aligned TTS voice dub. Routes by voice ID — Volcano (豆包) TTS for Chinese, edge-tts neural for any language. Defaults to one voice (single-speaker); opt-in multi-speaker via visual diarization. Outputs *_<lang>_dub.mp4 with the dub audio in place of the original. Final mixing (audio bed + burn-in) is handed off to /wjs-burning-subtitles. Triggers — "配音", "中文配音", "Chinese dub", "voice over this", "dub the video", "TTS this SRT", "different voice for each speaker".
$npx -y skills add jianshuo/claude-skills --skill wjs-dubbing-videoInstalls into the current project.
Run `npx skills use "https://github.com/jianshuo/claude-skills" --skill "jianshuo/claude-skills/wjs-dubbing-video"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jianshuo/claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/jianshuo/claude-skills"` and select the relevant skills, then follow their instructions.