Files
clawdbot/skills/openai-whisper/SKILL.md
2025-12-20 12:22:38 +01:00

16 lines
324 B
Markdown

---
name: openai-whisper
description: Local speech-to-text using OpenAI Whisper CLI.
metadata: {"clawdis":{"requires":{"bins":["whisper"]}}}
---
# OpenAI Whisper (CLI)
Use `whisper` for local speech-to-text. Start with:
```bash
whisper --help
```
Prefer small files first; keep outputs in the current working directory.