Speech To Text

🏢Official
by elevenlabs · vlatest · Repository

Converts spoken audio into written text instantly, boosting accessibility and streamlining transcription workflows for various applications.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add speech-to-text npx -- -y @trustedskills/speech-to-text
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "speech-to-text": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/speech-to-text"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to convert spoken language into written text with high accuracy. It supports multiple languages and can be used in real-time or on pre-recorded audio, making it ideal for transcription, voice command processing, and accessibility tools.

When to use it

  • Transcribing interviews or meetings for documentation
  • Creating subtitles for videos or podcasts
  • Developing voice-controlled applications or smart assistants
  • Enhancing accessibility features for users with hearing impairments

Key capabilities

  • Real-time speech recognition
  • Multi-language support
  • High accuracy in noisy environments
  • Compatibility with various audio formats

Example prompts

  • "Transcribe this audio file into text."
  • "Convert the spoken words from the video into written form."
  • "Generate a summary of the conversation from the recorded speech."

Tips & gotchas

  • Ensure the audio is clear and well-recorded for optimal results.
  • Some languages may require additional configuration or training data for best performance.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
elevenlabs
Installs
1.1k

🏢 Official

Published by the company or team that built the technology.