← 返回 Skills 市场
maxceem

Transcribe audio via Groq API (~10x cheaper than OpenAI API)

作者 maxceem · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
429
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install groq-whisper-api
功能描述
Transcribe audio via Groq Automatic Speech Recognition (ASR) Models (Whisper).
使用说明 (SKILL.md)

Groq Whisper API (curl)

Transcribe an audio file via Groq’s OpenAI-compatible /openai/v1/audio/transcriptions endpoint.

Quick start

{baseDir}/scripts/transcribe.sh /path/to/audio.m4a

Defaults:

  • Model: whisper-large-v3-turbo
  • Output: \x3Cinput>.txt

Useful flags

{baseDir}/scripts/transcribe.sh /path/to/audio.ogg --model whisper-large-v3 --out /tmp/transcript.txt
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --language en
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel"
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json

API key

Set GROQ_API_KEY, or configure it in ~/.openclaw/openclaw.json:

{
  skills: {
    "groq-whisper-api": {
      apiKey: "GROQ_KEY_HERE",
    },
  },
}
安全使用建议
This skill appears to do exactly what it says: it uploads audio to Groq's transcription endpoint and saves the transcript locally. Before installing, confirm you trust Groq to process your audio (sensitive audio will be sent off-host). Protect your GROQ_API_KEY (store it in a secure place, use least-privilege/rotating keys if possible) and be cautious about putting the key into files like ~/.openclaw/openclaw.json unless that file is secured. If you do not want the agent to call this skill autonomously, restrict autonomous invocation in your agent settings. Otherwise this skill is coherent and proportional for the stated purpose.
功能分析
Type: OpenClaw Skill Name: groq-whisper-api Version: 1.0.0 The skill bundle provides a standard implementation for transcribing audio files using the Groq Whisper API. The core logic in `scripts/transcribe.sh` uses `curl` to interact with the official Groq endpoint (api.groq.com) and correctly handles the GROQ_API_KEY via environment variables. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binary (curl), and required env var (GROQ_API_KEY) align with a simple ASR transcription helper. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and the included script only read the provided audio file, the GROQ_API_KEY environment variable, and write the transcript output. The script POSTs the file to https://api.groq.com/openai/v1/audio/transcriptions (the documented Groq endpoint). It does not read other system files or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec; this is instruction-only with an included shell script. No downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
Only GROQ_API_KEY (primary credential) is required, which is appropriate for calling Groq's API. The README shows an optional place to store the key (~/.openclaw/openclaw.json) — this is a convenience tip, not a hidden requirement; users should still secure that file if used.
Persistence & Privilege
always is false and the skill does not request or modify other skills or system-wide config. It can be invoked autonomously (platform default), which is expected for a callable skill but not otherwise problematic here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install groq-whisper-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /groq-whisper-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of groq-whisper-api as a clone of a built-in openai-whisper-api skill (but 10x cheaper than OpenAI API). - Transcribe audio files using Groq's Whisper ASR model via simple shell scripts - Supports model selection, language specification, custom prompts, and output formatting (plain text or JSON) - Requires curl and a GROQ_API_KEY for authentication - Easy configuration via environment variable or config file
元数据
Slug groq-whisper-api
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Transcribe audio via Groq API (~10x cheaper than OpenAI API) 是什么?

Transcribe audio via Groq Automatic Speech Recognition (ASR) Models (Whisper). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 429 次。

如何安装 Transcribe audio via Groq API (~10x cheaper than OpenAI API)?

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

Transcribe audio via Groq API (~10x cheaper than OpenAI API) 是免费的吗?

是的,Transcribe audio via Groq API (~10x cheaper than OpenAI API) 完全免费(开源免费),可自由下载、安装和使用。

Transcribe audio via Groq API (~10x cheaper than OpenAI API) 支持哪些平台?

Transcribe audio via Groq API (~10x cheaper than OpenAI API) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Transcribe audio via Groq API (~10x cheaper than OpenAI API)?

由 maxceem(@maxceem)开发并维护,当前版本 v1.0.0。

💬 留言讨论