← 返回 Skills 市场
341
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install groq-voice-transcriber
功能描述
Automatically transcribes Telegram voice messages using Groq Whisper API and replies with text generated by an LLM.
使用说明 (SKILL.md)
groq-voice-transcriber
Автоматическая расшифровка голосовых сообщений через Groq Whisper API.
Что делает
- Перехватывает входящие аудио из Telegram
- Расшифровывает через Groq Whisper API
- Отправляет текст в LLM для ответа
- Возвращает ответ пользователю
Настройка
- Установи зависимости:
pip install -r requirements.txt - Создай
.envсGROQ_API_KEY - Установи навык:
clawhub install ./skills/groq-voice-transcriber
Автор
Создано для Андрея (Tr0n2321)
安全使用建议
This skill does what it says (sends audio to Groq for transcription and to an LLM for reply), but it contains a hardcoded Groq API key in handler.py and will use that key if you don't set GROQ_API_KEY — that can cause your audio to be processed under someone else's account, lead to privacy concerns, and allow the author to incur or track usage. Before installing: (1) Inspect and remove the hardcoded key or require the skill to raise an error if GROQ_API_KEY is missing; (2) Preferably replace the default with no fallback and set your own GROQ_API_KEY in a secure env/store; (3) If you accidentally used the embedded key for testing, assume it is compromised and do not send sensitive audio; (4) Check Groq account logs/billing for unexpected activity and rotate any keys that were exposed; (5) Consider running the skill in a sandboxed environment and review network traffic if you need higher assurance. If the author cannot justify why a default key is embedded, treat that as a blocker to trusting this skill.
功能分析
Type: OpenClaw Skill
Name: groq-voice-transcriber
Version: 1.0.0
The skill contains a hardcoded Groq API key in handler.py ('gsk_vXSZ...'), which is a significant security vulnerability involving credential exposure. While the code logic and SKILL.md instructions appear to align with the stated purpose of transcribing Telegram voice messages, the inclusion of a plaintext secret is a high-risk practice that could lead to unauthorized API usage or account compromise.
能力评估
Purpose & Capability
Name/description (Telegram voice → Groq Whisper → LLM reply) aligns with the code and config: the handler reads an audio file, sends it to Groq for transcription and to Groq chat for a reply. The declared required env var (GROQ_API_KEY) is also appropriate for the stated purpose — however the code ships with a hardcoded API key fallback, which contradicts the declared requirement and the SKILL.md instructions.
Instruction Scope
SKILL.md instructs installing requirements and creating a .env with GROQ_API_KEY. The code, however, will ignore a missing env var and use a bundled API key instead, meaning the skill may send user audio and derived text to the author's Groq account if the user doesn't explicitly set their own key. That behavior is not documented in SKILL.md and is scope-creep from a transparency/consent perspective.
Install Mechanism
No custom install script or third‑party download URLs; dependencies are via pip (groq>=0.4.0) which is standard for Python. This is a normal, low-to-moderate risk install mechanism.
Credentials
Only GROQ_API_KEY is required which is proportionate — but the handler embeds a plaintext default API key in code. That hardcoded credential is inconsistent with 'required' env behavior, may leak the author's key, and could result in unexpected use/billing of that account. Hardcoded secrets in distributed code are a significant red flag.
Persistence & Privilege
Skill is not always: true and does not request system-wide config or modify other skills. No elevated persistence or unusual privileges requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install groq-voice-transcriber - 安装完成后,直接呼叫该 Skill 的名称或使用
/groq-voice-transcriber触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of groq-voice-transcriber.
- Automatically transcribes incoming voice messages from Telegram using the Groq Whisper API.
- Sends recognized text to an LLM and returns responses to the user.
- Includes setup instructions and dependency management.
元数据
常见问题
Groq Voice Transcriber 是什么?
Automatically transcribes Telegram voice messages using Groq Whisper API and replies with text generated by an LLM. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。
如何安装 Groq Voice Transcriber?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install groq-voice-transcriber」即可一键安装,无需额外配置。
Groq Voice Transcriber 是免费的吗?
是的,Groq Voice Transcriber 完全免费(开源免费),可自由下载、安装和使用。
Groq Voice Transcriber 支持哪些平台?
Groq Voice Transcriber 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Groq Voice Transcriber?
由 Iosif2321(@iosif2321)开发并维护,当前版本 v1.0.0。
推荐 Skills