stt-simple

Simple local Speech-To-Text using Whisper. One-command install with auto model download. Supports 99+ languages.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stt-simple" with this command: npx skills add lkisme/stt-simple

Simple Local STT (Whisper)

一键安装本地语音识别,支持 99+ 语言。
One-click local speech recognition supporting 99+ languages.

🚀 快速开始 / Quick Start

安装(首次使用)/ Installation (First Time)

# 自动安装虚拟环境 + 依赖 + 模型
# Auto-installs virtual env + dependencies + model
/root/.openclaw/workspace/skills/stt-simple/install.sh

使用 / Usage

# 命令行转换 / Command line conversion
/root/.openclaw/venv/stt-simple/bin/whisper audio.ogg --model small --language Chinese

# Python API
/root/.openclaw/venv/stt-simple/bin/python \
  /root/.openclaw/workspace/skills/stt-simple/stt_simple.py \
  audio.ogg small zh

📦 安装脚本详解 / Install Script Details

install.sh 自动完成 / automatically completes:

  1. ✅ 创建虚拟环境 / Create virtual env: /root/.openclaw/venv/stt-simple/
  2. ✅ 安装 / Install: openai-whisper + ffmpeg
  3. ✅ 下载 Whisper small 模型(244MB)/ Download Whisper small model (244MB)
  4. ✅ 创建输出目录 / Create output directory

🎯 模型选择 / Model Selection

模型 / Model大小 / Size速度 / Speed精度 / Accuracy场景 / Use Case
tiny39MB⚡⚡⚡⭐⭐⭐快速测试 / Quick testing
base74MB⚡⚡⭐⭐⭐⭐日常使用 / Daily use
small244MB⭐⭐⭐⭐⭐推荐 / Recommended
medium769MB🐌⭐⭐⭐⭐⭐高精度 / High accuracy
large1.5GB🐌🐌⭐⭐⭐⭐⭐+最佳质量 / Best quality

🌍 语言代码 / Language Codes

  • 中文 / Chinese:zhChinese
  • 英文 / English:enEnglish
  • 日文 / Japanese:jaJapanese
  • 自动检测 / Auto-detect:省略 --language / omit --language

📁 输出格式 / Output Formats

  • .txt - 纯文本 / Plain text
  • .json - 完整结果(含时间戳)/ Full results (with timestamps)
  • .srt - 字幕格式 / Subtitle format
  • .vtt - WebVTT

🔧 故障排查 / Troubleshooting

# 检查安装 / Check installation
/root/.openclaw/venv/stt-simple/bin/whisper --version

# 重新安装 / Reinstall
rm -rf /root/.openclaw/venv/stt-simple
/root/.openclaw/workspace/skills/stt-simple/install.sh

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workout Readiness Check In

Create a same-day workout readiness decision card for users who planned to exercise today but feel tired, sore, stressed, underslept, ill, or uncertain. Use...

Registry SourceRecently Updated
General

URL to Markdown

Convert HTML web pages from HTTP/HTTPS URLs to clean, readable Markdown files with optional batch processing and formatting features.

Registry SourceRecently Updated
General

Appliance Manual Command Card

Assist in creating a one-page appliance command card for tracking maintenance, troubleshooting, warranty info, and repair preparation.

Registry SourceRecently Updated
General

Fireseed Writing Expert

全能小说写作专家,支持从零创作、DNA提取与克隆、风格仿写、一键发布到 fireseed.online。用户可以用自然语言描述需求,系统自动调度子技能完成科学、闭环的写作与发布流程。

Registry SourceRecently Updated