Communityv1.0.0

Voice2text

Offline speech-to-text conversion using Vosk local model; input audio file path, output transcript text.

611downloads6active installsgs431047
View on ClawHubBack to Skills

Skill Details

Slug
voice2text
Latest Version
1.0.0
Author
gs431047
Published
Mar 1, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Voice2text.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of offline voice-to-text skill with Vosk. - Converts audio files (.wav) to text using the Vosk local model. - Usage via `main.py` with `run(params)` interface. - Simple input/output: provide audio path, receive text transcript. - Includes installation and usage examples. - Depends on `vosk` and `pytest`.