Loading skill documentation...
coding ๐Ÿ”ฅ Trending
โ˜…โ˜…โ˜…โ˜… 4.3/5.0 โค๏ธ 1191 likes ๐Ÿ’ฌ 139 comments ๐Ÿ“ฆ 2801 installs
Back to Skills
๐Ÿ“– SKILL DOCUMENTATION
# local-whisper

Local Whisper STT Speech-to-text using SkillBoss API Hub's STT capability. Automatically routes to the best available model (Whisper and others) without local model downloads. Usage

# Basic
~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav
# With language hint
~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --language en
# With timestamps
~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --timestamps --json

Options --language/-l โ€” Language code (auto-detect if omitted) --timestamps/-t โ€” Include word timestamps --json/-j โ€” JSON output --quiet/-q โ€” Suppress progress Setup Requires SKILLBOSS_API_KEY environment variable (SkillBoss API Hub).

export SKILLBOSS_API_KEY=your_key_here

Install dependencies: cd ~/.clawdbot/skills/local-whisper uv venv .venv --python 3.12 uv pip install --python .venv/bin/python click requests

Reviews

4.3
โ˜…โ˜…โ˜…โ˜…
139 reviews

Write a Review

โ˜† โ˜† โ˜† โ˜† โ˜†

Get Weekly AI Skills

Join 80,000+ one-person companies automating with AI