feat(skills): add use-local-whisper skill package (#702)
Thanks for the great contribution @glifocat! This is a really well-structured skill — clean package, thorough docs, and solid test coverage. Hope to see more skills like this from you!
This commit is contained in:
12
.claude/skills/use-local-whisper/manifest.yaml
Normal file
12
.claude/skills/use-local-whisper/manifest.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
skill: use-local-whisper
|
||||
version: 1.0.0
|
||||
description: "Switch voice transcription from OpenAI Whisper API to local whisper.cpp (WhatsApp only)"
|
||||
core_version: 0.1.0
|
||||
adds: []
|
||||
modifies:
|
||||
- src/transcription.ts
|
||||
structured: {}
|
||||
conflicts: []
|
||||
depends:
|
||||
- voice-transcription
|
||||
test: "npx vitest run src/channels/whatsapp.test.ts"
|
||||
Reference in New Issue
Block a user