← 返回 Skills 市场
273
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install speech-recognition-local
功能描述
本地语音转文字 / Local Speech-to-Text. 使用 faster-whisper 在本地运行 Whisper 模型,无需 API 费用,完全免费。收到语音消息(.ogg .m4a .mp3)自动触发转录,支持中文/英文/日语/自动检测。| Free local STT/TTS alternati...
安全使用建议
This skill is generally coherent with its stated purpose (local STT using faster-whisper) but check a few things before installing: 1) The script imports faster_whisper but does not install it for you — install faster-whisper (and its dependencies) in your environment first. 2) The first run will typically download model weights from the internet (Hugging Face or the library's source), so it is not strictly 'fully offline' until you pre-download and cache the model; expect bandwidth and storage usage. 3) Review available disk space and the 25MB per-file limit. 4) If privacy is critical, pre-download model files manually in a controlled environment so the runtime doesn't fetch them from external servers. 5) If you want automated dependency installation, consider adding a vetted install step (pip/conda) or run in an isolated virtualenv. These mismatches look like sloppy documentation rather than malicious intent, but verify dependencies and initial model download behavior before trusting with sensitive audio.
功能分析
Type: OpenClaw Skill
Name: speech-recognition-local
Version: 1.0.3
The skill provides local speech-to-text functionality using the legitimate faster-whisper library. The Python script (scripts/transcribe.py) implements standard file validation and transcription logic without any indicators of data exfiltration, malicious execution, or prompt injection. All operations are performed locally as described in SKILL.md.
能力评估
Purpose & Capability
Name/description match the code: a local transcription script using faster-whisper. However the description's 'fully offline' claim conflicts with the documented '首次使用自动下载' (first-use auto-download) behavior — initial model download requires network access.
Instruction Scope
SKILL.md instructs the agent to run a single local script with an audio file and optional language. The script only reads the provided audio file and model artifacts; it does not reference unrelated system files, environment variables, or external endpoints in its code. No data exfiltration is present.
Install Mechanism
There is no install spec (low installation risk). SKILL.md says 'faster-whisper(首次使用自动安装)', but the script contains no auto-install logic (it simply imports faster_whisper). That mismatch means the user/agent must ensure faster-whisper and model artifacts are present; otherwise the script will fail and the model download will be triggered by the library at runtime.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or elevated access.
Persistence & Privilege
The skill does not request permanent presence (always=false) and does not modify other skills or system-wide agent settings. It caches the model in memory during a run, which is expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install speech-recognition-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/speech-recognition-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Fix English recognition: default to auto language detection, increase beam_size to 5 for better accuracy
v1.0.2
Optimized bilingual SEO description, added feature highlights and use cases
v1.0.1
1.0.1: 修复目录结构 + 模型缓存 + 错误处理 + 多语言支持
元数据
常见问题
Speech Recognition Local 是什么?
本地语音转文字 / Local Speech-to-Text. 使用 faster-whisper 在本地运行 Whisper 模型,无需 API 费用,完全免费。收到语音消息(.ogg .m4a .mp3)自动触发转录,支持中文/英文/日语/自动检测。| Free local STT/TTS alternati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。
如何安装 Speech Recognition Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install speech-recognition-local」即可一键安装,无需额外配置。
Speech Recognition Local 是免费的吗?
是的,Speech Recognition Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Speech Recognition Local 支持哪些平台?
Speech Recognition Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Speech Recognition Local?
由 lllleo(@zktufo)开发并维护,当前版本 v1.0.3。
推荐 Skills