← 返回 Skills 市场
qiaotucodes

Whisper Stt

作者 魏然 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
441
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-whisper-stt
功能描述
语音转文字 - 使用OpenAI Whisper将音频文件识别为文字
安全使用建议
This package is a simple, local Whisper-based transcription script — safe in the sense it only transcribes local files — but the documentation claims automatic processing and sending results to Feishu even though the code doesn't implement that. Before installing or enabling automated runs: 1) Confirm whether you want automatic network posting; if so, require the author to implement it and declare what env vars/tokens will be needed. 2) Expect large model downloads (1–10GB) and significant CPU/RAM or GPU needs; ensure sufficient disk space and bandwidth. 3) If running in a hosted agent, limit network/file permissions (run in isolated environment) until the Feishu/integration behavior is clarified. 4) Note the README/author metadata includes an obfuscated-looking identity string in the script — not proof of malice but worth verifying the source if you require provenance.
功能分析
Type: OpenClaw Skill Name: openclaw-skill-whisper-stt Version: 0.1.0 The OpenClaw skill 'whisper-stt' is designed for speech-to-text conversion using OpenAI's Whisper model. The `SKILL.md` provides clear, non-malicious instructions for the AI agent to process audio and send the transcribed text to Feishu, which is a legitimate function for such a skill. The `transcribe.py` script correctly implements this functionality, handling audio input and text output without any signs of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts. All dependencies and operations are standard for an STT tool.
能力评估
Purpose & Capability
The README and SKILL.md describe automatic handling of incoming audio and sending transcriptions to Feishu, but the included code (transcribe.py) is a simple CLI that only loads Whisper and writes output locally. No Feishu integration, webhooks, or required credentials are declared — inconsistent claims vs. implementation.
Instruction Scope
SKILL.md recommends 'automatic processing' and explicitly says transcriptions are sent to Feishu. The runtime instructions do not document how the agent will receive audio, authenticate to Feishu, or where credentials would come from. The actual code only processes local files and does not reference external endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a small Python script). Dependencies are typical (openai-whisper, PyTorch, ffmpeg). Be aware model downloads (1–10GB) happen at first run and require network and disk space.
Credentials
The skill declares no required environment variables or credentials, yet SKILL.md describes sending results to Feishu (which would require tokens). The absence of declared env vars for any external service is inconsistent with the described automatic-sending behavior.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system settings. It runs locally as a CLI script; autonomous invocation is allowed by default but not unusual here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-skill-whisper-stt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-skill-whisper-stt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of whisper-stt skill: - Converts audio/voice files to text using OpenAI Whisper. - Automatically processes audio files sent by users and sends recognized text to Feishu. - Supports a wide range of audio formats, including MP3, WAV, M4A, OGG, FLAC, and WebM. - Offers multiple Whisper models for flexible trade-offs between speed, size, and accuracy. - Requires Python 3.8+, PyTorch, openai-whisper, and ffmpeg.
元数据
Slug openclaw-skill-whisper-stt
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Whisper Stt 是什么?

语音转文字 - 使用OpenAI Whisper将音频文件识别为文字. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 441 次。

如何安装 Whisper Stt?

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

Whisper Stt 是免费的吗?

是的,Whisper Stt 完全免费(开源免费),可自由下载、安装和使用。

Whisper Stt 支持哪些平台?

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

谁开发了 Whisper Stt?

由 魏然(@qiaotucodes)开发并维护,当前版本 v0.1.0。

💬 留言讨论