Files
theplasmak__faster-whisper/skill.json
T
ThePlasmak 8605de9b3a fix: add requires.bins to skill.json, update moltbot→openclaw metadata
- skill.json: added requires.bins (python3, ffmpeg) and platforms field
- SKILL.md: updated metadata key from moltbot to openclaw
- Bumped version to 1.0.5
2026-02-14 23:31:58 +08:00

20 lines
466 B
JSON

{
"name": "faster-whisper",
"version": "1.0.5",
"description": "Local speech-to-text using faster-whisper with 4-6x speed boost over OpenAI Whisper. GPU acceleration enables ~20x realtime transcription.",
"author": "Sarah Mak",
"tags": [
"whisper",
"transcription",
"speech-to-text",
"gpu",
"cuda",
"audio",
"ml"
],
"requires": {
"bins": ["python3", "ffmpeg"]
},
"platforms": ["windows", "linux", "macos", "wsl2"]
}