@codemo1991/voice-transcribe
ATranscribe voice/audio to text using Groq Whisper API
Install
agr install @codemo1991/voice-transcribe --target claudeWrites 1 file into .claude/skills/, pinned to git-a46936ad.
- .claude/skills/voice-transcribe/SKILL.md
Document
name: voice-transcribe description: "Transcribe voice/audio to text using Groq Whisper API" short_description: "Voice to text transcription" keywords: "voice, audio, transcription, whisper, speech to text" category: "utilities" metadata: {"nanobot":{"emoji":"๐ค"}}
Voice Transcription Skill
Receive voice/audio files and transcribe them to text using Groq Whisper API.
When to Use
Use voice-transcribe tool for:
- Voice message transcription - Convert voice messages to text
- Audio file transcription - Transcribe audio files (mp3, wav, m4a, etc.)
- Meeting recording transcription - Convert meeting recordings to text
Usage
The voice_transcribe tool handles the entire workflow:
- Receives the audio file
- Calls Groq Whisper API for transcription
- Returns the transcribed text
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| file_path | string | required | Path to the audio file to transcribe |
Examples
Transcribe a voice message
{
"file_path": "/path/to/voice message.m4a"
}
Transcribe an audio file
{
"file_path": "recordings/meeting_2024.wav"
}
Requirements
- Groq API key must be configured (GROQ_API_KEY environment variable)
- Supported audio formats: mp3, wav, m4a, ogg, webm, flac
Notes
- Transcription is performed using Groq's Whisper Large V3 model
- The API provides fast transcription with a generous free tier
- Maximum file size: 25MB
- Supports multiple languages (auto-detection)
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged โ not that the artifact is safe.
Versions
git-a46936adda932026-07-31