·speech-to-text
""

speech-to-text

Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.

39Installs·1Trend·@connorads

Installation

$npx skills add https://github.com/connorads/dotfiles --skill speech-to-text

How to Install speech-to-text

Quickly install speech-to-text AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/connorads/dotfiles --skill speech-to-text
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: connorads/dotfiles.

SKILL.md

View raw

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 |

Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content. Source: connorads/dotfiles.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/connorads/dotfiles --skill speech-to-text
Category
""Writing
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from connorads/dotfiles

Quick answers

What is speech-to-text?

Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content. Source: connorads/dotfiles.

How do I install speech-to-text?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/connorads/dotfiles --skill speech-to-text Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/connorads/dotfiles