speech-to-text이란?
ElevenLabs Scribe v2를 사용하여 오디오를 텍스트로 변환합니다. 오디오/비디오를 텍스트로 변환하거나, 자막을 생성하거나, 회의 내용을 기록하거나, 음성 콘텐츠를 처리할 때 사용합니다. 출처: connorads/dotfiles.
ElevenLabs Scribe v2를 사용하여 오디오를 텍스트로 변환합니다. 오디오/비디오를 텍스트로 변환하거나, 자막을 생성하거나, 회의 내용을 기록하거나, 음성 콘텐츠를 처리할 때 사용합니다.
명령줄에서 speech-to-text AI 스킬을 개발 환경에 빠르게 설치
출처: connorads/dotfiles.
Transcribe audio to text with Scribe v2 - supports 90+ languages, speaker diarization, and word-level timestamps.
Setup: See Installation Guide. For JavaScript, use @elevenlabs/ packages only.
| scribev2 | State-of-the-art accuracy, 90+ languages | Batch transcription, subtitles, long-form audio | | scribev2realtime | Low latency (150ms) | Live transcription, voice agents |
ElevenLabs Scribe v2를 사용하여 오디오를 텍스트로 변환합니다. 오디오/비디오를 텍스트로 변환하거나, 자막을 생성하거나, 회의 내용을 기록하거나, 음성 콘텐츠를 처리할 때 사용합니다. 출처: connorads/dotfiles.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/connorads/dotfiles --skill speech-to-textElevenLabs Scribe v2를 사용하여 오디오를 텍스트로 변환합니다. 오디오/비디오를 텍스트로 변환하거나, 자막을 생성하거나, 회의 내용을 기록하거나, 음성 콘텐츠를 처리할 때 사용합니다. 출처: connorads/dotfiles.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/connorads/dotfiles --skill speech-to-text 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/connorads/dotfiles