Tom Granot
1f8cd26a83
Add voice transcription skill using OpenAI Whisper API (#77)
New skill `/add-voice-transcription` that guides users through adding
automatic voice message transcription to NanoClaw.
Features:
- Uses OpenAI Whisper API for transcription (~$0.006/min)
- Provider-agnostic architecture (supports future Groq/Deepgram/local)
- Secure API key storage in gitignored config file
- Graceful fallback when transcription unavailable
- Voice messages stored as `[Voice: <transcript>]` in database
The skill includes:
- Step-by-step implementation guide
- Database and message handler integration
- Configuration options (enable/disable, fallback message)
- Troubleshooting section
- Security notes and cost management tips
- Removal instructions
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 13:03:50 +02:00
..
2026-02-01 23:52:05 +02:00
2026-02-02 13:23:28 +02:00
2026-02-04 13:03:50 +02:00
2026-02-02 13:35:27 +02:00
2026-02-01 17:35:03 +02:00
2026-02-02 00:07:59 +02:00
2026-02-03 21:03:35 +02:00
2026-02-04 00:27:04 +02:00