Openai Whisper

🌐Community
by thinkfleetai · vlatest · Repository

Transcribes audio into text using OpenAI's Whisper model, enabling automated analysis and understanding of spoken content.

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 thinkfleetai-openai-whisper npx -- -y @trustedskills/thinkfleetai-openai-whisper
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "thinkfleetai-openai-whisper": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/thinkfleetai-openai-whisper"
      ]
    }
  }
}

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

About This Skill

What it does

This skill leverages OpenAI's Whisper model to transcribe audio into text. It can handle various audio formats and languages, providing accurate transcriptions for meetings, lectures, or any spoken content. The resulting transcripts are useful for creating summaries, generating captions, or improving accessibility.

When to use it

  • Meeting Transcription: Automatically generate a written record of team meetings.
  • Lecture Note Taking: Create text-based notes from recorded lectures and presentations.
  • Podcast Summarization: Quickly summarize the key points discussed in podcast episodes.
  • Accessibility for Audio Content: Provide transcripts for audio files to improve accessibility for individuals who are deaf or hard of hearing.

Key capabilities

  • Audio transcription
  • Support for multiple languages
  • Handles various audio file formats

Example prompts

  • "Transcribe this audio file: [audio file]"
  • "What was said in the following recording? [audio file]"
  • “Generate a transcript of this meeting.” [audio file]

Tips & gotchas

  • The accuracy of transcription depends on the quality of the audio input. Clear audio with minimal background noise will yield better results.

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
thinkfleetai
Installs
2

🌐 Community

Passed automated security scans.