Local STT with selectable backends - Parakeet (best accuracy) or Whisper (fastest, multilingual).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install local-stt或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install local-stt⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/local-stt/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: local-stt description: Local STT with selectable backends - Parakeet (best accuracy) or Whisper (fastest, multilingual). metadata: {"openclaw":{"emoji":"🎙️","requires":{"bins":["ffmpeg"]}}} ---
Unified local speech-to-text using ONNX Runtime with int8 quantization. Choose your backend:
# Default: Parakeet v2 (best English accuracy)
~/.openclaw/skills/local-stt/scripts/local-stt.py audio.ogg
# Explicit backend selection
~/.openclaw/skills/local-stt/scripts/local-stt.py audio.ogg -b whisper
~/.openclaw/skills/local-stt/scripts/local-stt.py audio.ogg -b parakeet -m v3
# Quiet mode (suppress progress)
~/.openclaw/skills/local-stt/scripts/local-stt.py audio.ogg --quiet
-b/--backend: parakeet (default), whisper-m/--model: Model variant (see below)--no-int8: Disable int8 quantization-q/--quiet: Suppress progress--room-id: Matrix room ID for direct message| Model | Description | |-------|-------------| | v2 (default) | English only, best accuracy | | v3 | Multilingual |
| Model | Description | |-------|-------------| | tiny | Fastest, lower accuracy | | base (default) | Good balance | | small | Better accuracy | | large-v3-turbo | Best quality, slower |
| Backend/Model | Time | RTF | Notes | |---------------|------|-----|-------| | Whisper Base int8 | 0.43s | 0.018x | Fastest | | Parakeet v2 int8 | 0.60s | 0.025x | Best accuracy | | Parakeet v3 int8 | 0.63s | 0.026x | Multilingual |
{
"tools": {
"media": {
"audio": {
"enabled": true,
"models": [
{
"type": "cli",
"command": "~/.openclaw/skills/local-stt/scripts/local-stt.py",
"args": ["--quiet", "{{MediaPath}}"],
"timeoutSeconds": 30
}
]
}
}
}
}安装 Local STT (Nvidia Parakeet + Whisper Support) 后,可以对 AI 说这些话来触发它
Help me get started with Local STT (Nvidia Parakeet + Whisper Support)
Explains what Local STT (Nvidia Parakeet + Whisper Support) does, walks through the setup, and runs a quick demo based on your current project
Use Local STT (Nvidia Parakeet + Whisper Support) to local STT with selectable backends - Parakeet (best accuracy) or Wh...
Invokes Local STT (Nvidia Parakeet + Whisper Support) with the right parameters and returns the result directly in the conversation
What can I do with Local STT (Nvidia Parakeet + Whisper Support) in my design & creative workflow?
将技能文件夹放到 ~/.claude/skills/local-stt/ 目录(个人级,所有项目可用),或 .claude/skills/local-stt/(项目级)。重启 AI 客户端后,用 /local-stt 主动调用,或让 AI 根据上下文自动发现并使用。
Local STT (Nvidia Parakeet + Whisper Support) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Local STT (Nvidia Parakeet + Whisper Support) 可免费安装使用。请查阅仓库了解许可证信息。
Local STT with selectable backends - Parakeet (best accuracy) or Whisper (fastest, multilingual).
Lists the top use cases for Local STT (Nvidia Parakeet + Whisper Support), with example commands for each scenario
Automate my design & creative tasks using Local STT (Nvidia Parakeet + Whisper Support)
Identifies repetitive steps in your workflow and sets up Local STT (Nvidia Parakeet + Whisper Support) to handle them automatically
Local STT (Nvidia Parakeet + Whisper Support) 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。