Groq Whisper
v1.0.1Transcribe audio files using Groq's Whisper API (whisper-large-v3). Fast cloud-based speech-to-text with no local model required. Use when receiving voice me...
⭐ 0· 51·0 current·0 all-time
byBrice Thrower@directorvector
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and instructions. Required tools (curl, jq) and the optional GROQ_API_KEY/credentials file are exactly what a cloud transcription helper needs.
Instruction Scope
Runtime instructions and the script only read the provided audio file and an optional credentials file (~/.config/groq/credentials.json). They post the audio to Groq's API and parse the JSON response; there is no unexpected file access or external endpoints beyond api.groq.com.
Install Mechanism
No install spec — instruction-only plus a small bundled bash script. Nothing is downloaded or executed from untrusted URLs and no archives are extracted.
Credentials
Only an optional GROQ_API_KEY (or local credentials file) is used, which is proportionate to the skill's purpose. No other secrets, unrelated credentials, or config paths are requested.
Persistence & Privilege
The skill does not request permanent/enforced presence (always:false) and does not modify agent or system-wide settings. It behaves as a normal invocation-only helper.
Assessment
This skill appears to do exactly what it says: it uploads a local audio file to Groq's transcription API and prints the returned text. Before installing, confirm you are comfortable sending audio to Groq (do not use for sensitive audio if that is a concern), keep your GROQ_API_KEY private (store it with strict file permissions or as an env var), and ensure curl and jq are installed. You can review the included scripts (transcribe.sh) yourself — it only reads the provided file and the optional credentials file and calls api.groq.com. Note the agent can call the skill autonomously (normal default) but the skill is not force-enabled (always:false). If you operate in a multi-user/shared environment, avoid placing keys in globally readable locations.Like a lobster shell, security has layers — review code before you run it.
audiovk97cwjp0y937wyzajp2re4cy9184g2xygroqvk97cwjp0y937wyzajp2re4cy9184g2xylatestvk97d9pps4tv2banfjaftqyeppd84kg70speech-to-textvk97cwjp0y937wyzajp2re4cy9184g2xytranscriptionvk97cwjp0y937wyzajp2re4cy9184g2xyvoicevk97cwjp0y937wyzajp2re4cy9184g2xywhispervk97cwjp0y937wyzajp2re4cy9184g2xy
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binscurl, jq
Environment variables
GROQ_API_KEYoptional— Groq API key. Alternatively store in ~/.config/groq/credentials.json as {"api_key":"gsk_..."}.