ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Voice2Text

Skill by gs431047

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gs431047/voice2text
Or

voice2text

slug: voice2text title: Voice to Text description: Offline speech-to-text skill using Vosk local model. author: lxxtad license: MIT

入口: main.py implements run(params) – pass {"audio":"path/to.wav"} and get {"text":"transcript"}.

依赖: vosk, pytest.

使用示例:

clawhub install voice2text
clawhub run voice2text '{"audio":"sample.wav"}'

Metadata

Author@gs431047
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gs431047-voice2text": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.