Audio & voiceGitHub source
Local Whisper
/local-whisperLocal speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
// skill content
Skill created by the community and listed at ClawHub. Canonical source: https://clawhub.ai/skills/local-whisper Version: 1.0.0 Source changelog: - Initial release of local-whisper: local speech-to-text using OpenAI Whisper, fully offline after model download. - Supports multiple model sizes for different speed/quality needs: tiny, base (default), small, turbo, large-v3. - Includes options for language selection, timestamps, "JSON" output, and quiet mode. - Provides clear setup instructions using a UV-managed Python virtual environment. - Requires FFmpeg for audio processing.
// original public source
https://clawhub.ai/skills/local-whisperLicense: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.