Tts Korean banner
YawnsDuzin YawnsDuzin

Tts Korean

Development community

Description

--- name: tts-korean description: 한국어 음성합성을 calculateMetadata에서 호출해 public/audio/에 저장 install_to: .claude/skills/ version: 0.1.0 depends_on: [remotion-composition, data-fetch] --- # Korean TTS 스킬 ## 목적 스크립트(텍스트)를 받아 한국어 음성 mp3로 합성하고 컴포지션에 주입한다. 호출은 `calculateMetadata`에서, 결과는 `public/audio/`에 저장. ## 지원 백엔드 | Provider | env 키 | 추천 voice | |---|---|---| | Naver CLOVA Voice | `CLOVA_VOICE_ID`, `CLOVA_VOICE_SECRET` | `nara` (여성), `jinho` (남성) | | Typecast | `TYPECAST_API_KEY` | `tc_default_kr_ko

Installation

Installs to ~/.claude/skills/yawnsduzin-remotion-skills-playground-tts-korean/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yawnsduzin-remotion-skills-playground-tts-korean && curl -fsSL https://raw.githubusercontent.com/YawnsDuzin/remotion-skills-playground/HEAD/skills/tts-korean.md -o ~/.claude/skills/yawnsduzin-remotion-skills-playground-tts-korean/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository