Openai Whisper Api

🌐Community
by thinkfleetai Β· vlatest Β· Repository

Helps with OpenAI, API as part of building AI and machine learning applications workflows.

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

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

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

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

About This Skill

What it does

This skill leverages the OpenAI Whisper API to transcribe audio into text. It can handle various audio formats and languages, providing accurate transcriptions for a wide range of applications. The transcription output is then presented as plain text, enabling further processing or analysis by other AI agent skills.

When to use it

  • Transcribing meeting recordings for note-taking and action item extraction.
  • Converting voice memos into written documents.
  • Generating captions for videos in different languages.
  • Analyzing spoken conversations for sentiment or keyword identification.
  • Creating searchable transcripts of podcasts or audiobooks.

Key capabilities

  • Audio transcription
  • Support for multiple languages
  • Output as plain text
  • Utilizes the OpenAI Whisper API

Example prompts

  • "Transcribe this audio file: [audio_file_path]"
  • "What was said in this recording? [audio_file_path]"
  • β€œCan you give me a transcript of this meeting?”

Tips & gotchas

  • Requires an OpenAI API key to function. Ensure the key is properly configured within the AI agent environment.

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.