بنقرة واحدة
transcribe
Speech-to-text transcription using Groq Whisper API. Supports m4a, mp3, wav, ogg, flac, webm.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Speech-to-text transcription using Groq Whisper API. Supports m4a, mp3, wav, ogg, flac, webm.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
استنادا إلى تصنيف SOC المهني
| name | transcribe |
| description | Speech-to-text transcription using Groq Whisper API. Supports m4a, mp3, wav, ogg, flac, webm. |
Speech-to-text using Groq Whisper API.
The script needs GROQ_API_KEY environment variable. Check if already set:
echo $GROQ_API_KEY
If not set, guide the user through setup:
export GROQ_API_KEY="<their-api-key>"
source ~/.zshrc (or restart terminal){baseDir}/transcribe.sh <audio-file>
Returns plain text transcription with punctuation and proper capitalization to stdout.