speech-to-text
Installation
SKILL.md
Speech-to-Text Transcription
You can transcribe audio files to text using the OpenAI Whisper CLI tool.
Prerequisites
The following must be installed on the system:
- openai-whisper:
pip install openai-whisper - ffmpeg:
brew install ffmpeg(macOS) orapt install ffmpeg(Linux)
Verify installation: whisper --help
Usage
To transcribe an audio file:
Related skills
More from waltersumbon/better-claw
peekaboo
macOS screen capture and GUI automation via Peekaboo MCP — take screenshots, read screen content, and interact with desktop applications.
1playwright
Browser automation via Playwright MCP — navigate pages, fill forms, take screenshots, and extract data from websites.
1skillset-authoring
Guide for authoring Better-Claw skill sets and skills — directory structure, SKILL.md/SKILLSET.md format, frontmatter fields, best practices, and testing methods.
1