← 返回 Skills 市场
directorvector

Groq Whisper

作者 Brice Thrower · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
186
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install groq-whisper
功能描述
Transcribe 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...
使用说明 (SKILL.md)

Groq Whisper

Cloud speech-to-text via Groq's Whisper API. No local model, no GPU, no fan spin.

Setup

  1. Get a free API key at console.groq.com
  2. Store it:
    mkdir -p ~/.config/groq
    echo '{"api_key":"gsk_your_key_here"}' > ~/.config/groq/credentials.json
    chmod 600 ~/.config/groq/credentials.json
    
    Or set GROQ_API_KEY env var.

Usage

# Transcribe an audio file
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg

# Specify language (default: en)
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg es

When to use

Call this script whenever you receive an audio/voice message attachment. Pass the file path directly — Groq handles ogg, mp3, wav, m4a, webm, and flac natively. No format conversion needed.

Details

  • Model: whisper-large-v3 (best accuracy)
  • Speed: Faster than real-time (typically \x3C2s for a 5-minute clip)
  • Cost: Free tier available, no credit card required
  • Privacy: Groq does not retain input data or train on it
  • Requires: curl, jq, Groq API key
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: groq-whisper Version: 1.0.1 The skill is a legitimate utility for transcribing audio files using the Groq Whisper API. The bash script (scripts/transcribe.sh) correctly handles API key retrieval from environment variables or a local config file and uses standard tools (curl, jq) to interact with the official Groq endpoint (api.groq.com). No malicious behavior, data exfiltration, or prompt injection attempts were found.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install groq-whisper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /groq-whisper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added declared dependencies (curl, jq) and GROQ_API_KEY env var to metadata for VirusTotal/ClawHub compliance
v1.0.0
Initial release: cloud speech-to-text via Groq Whisper API (whisper-large-v3), no local model required
元数据
Slug groq-whisper
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Groq Whisper 是什么?

Transcribe 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 186 次。

如何安装 Groq Whisper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install groq-whisper」即可一键安装,无需额外配置。

Groq Whisper 是免费的吗?

是的,Groq Whisper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Groq Whisper 支持哪些平台?

Groq Whisper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Groq Whisper?

由 Brice Thrower(@directorvector)开发并维护,当前版本 v1.0.1。

💬 留言讨论