transcribe

Speech-to-text using Groq Whisper API.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "transcribe" with this command: npx skills add aviz85/claude-skills-library/aviz85-claude-skills-library-transcribe

Transcribe

Speech-to-text using Groq Whisper API.

Setup

The script needs GROQ_API_KEY environment variable. Check if already set:

echo $GROQ_API_KEY

If not set, guide the user through setup:

  • Ask if they have a Groq API key

  • If not, have them sign up at https://console.groq.com/ and create an API key

  • Have them add to their shell profile (~/.zshrc or ~/.bashrc): export GROQ_API_KEY="<their-api-key>"

  • Then run source ~/.zshrc (or restart terminal)

Usage

{baseDir}/transcribe.sh <audio-file>

Supported Formats

  • m4a, mp3, wav, ogg, flac, webm

  • Max file size: 25MB

Output

Returns plain text transcription with punctuation and proper capitalization to stdout.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

html-to-pdf

No summary provided by upstream source.

Repository SourceNeeds Review
-493
aviz85
General

presentation-architect

No summary provided by upstream source.

Repository SourceNeeds Review
-186
aviz85
General

gh-pages-deploy

No summary provided by upstream source.

Repository SourceNeeds Review
-146
aviz85