风险评分

94/100 (Very Low)

OpenClaw: benign
VirusTotal: benign
StaticScan: unknown

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

作者: maxceem
Slug:groq-whisper-api
版本:1.0.0
更新时间:2026-03-07 21:10:24
风险信息

OpenClaw: benign

查看 OpenClaw 分析摘要
The skill's requests and instructions match its stated purpose: it needs curl and a GROQ_API_KEY and simply uploads an audio file to Groq's transcription endpoint and writes the transcript locally.

VirusTotal: benign VT 报告

静态扫描: unknown

README

README 未提供

文件列表

无文件信息

下载
下载官方 ZIP
原始 JSON 数据
{
    "latestVersion": {
        "_creationTime": 1772880108737,
        "_id": "k9754rqa1z1g3hhs58hsp7h7nx82fat8",
        "changelog": "Initial release of groq-whisper-api as a clone of a built-in openai-whisper-api skill (but 10x cheaper than OpenAI API).\n\n- Transcribe audio files using Groq's Whisper ASR model via simple shell scripts\n- Supports model selection, language specification, custom prompts, and output formatting (plain text or JSON)\n- Requires curl and a GROQ_API_KEY for authentication\n- Easy configuration via environment variable or config file",
        "changelogSource": "user",
        "createdAt": 1772880108737,
        "parsed": {
            "clawdis": {
                "emoji": "☁️",
                "primaryEnv": "GROQ_API_KEY",
                "requires": {
                    "bins": [
                        "curl"
                    ],
                    "env": [
                        "GROQ_API_KEY"
                    ]
                }
            }
        },
        "version": "1.0.0"
    },
    "owner": {
        "_creationTime": 0,
        "_id": "publishers:missing",
        "displayName": "maxceem",
        "handle": "maxceem",
        "image": "https:\/\/avatars.githubusercontent.com\/u\/146016?v=4",
        "kind": "user",
        "linkedUserId": "kn75242rprcnrn59j85jp63q2d82fbej"
    },
    "ownerHandle": "maxceem",
    "skill": {
        "_creationTime": 1772880108737,
        "_id": "kd7bgn4x21hfzge41nectj7g5h82f68e",
        "badges": [],
        "createdAt": 1772880108737,
        "displayName": "Transcribe audio via Groq API (~10x cheaper than OpenAI API)",
        "latestVersionId": "k9754rqa1z1g3hhs58hsp7h7nx82fat8",
        "ownerUserId": "kn75242rprcnrn59j85jp63q2d82fbej",
        "slug": "groq-whisper-api",
        "stats": {
            "comments": 0,
            "downloads": 239,
            "installsAllTime": 2,
            "installsCurrent": 2,
            "stars": 1,
            "versions": 1
        },
        "summary": "Transcribe audio via Groq Automatic Speech Recognition (ASR) Models (Whisper).",
        "tags": {
            "latest": "k9754rqa1z1g3hhs58hsp7h7nx82fat8"
        },
        "updatedAt": 1772889024892
    }
}