Openai Whisper Api
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.
Run in terminal (recommended)
claude mcp add thinkfleetai-openai-whisper-api npx -- -y @trustedskills/thinkfleetai-openai-whisper-api
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.