feat: add managed skills gating
This commit is contained in:
15
skills/openai-whisper/SKILL.md
Normal file
15
skills/openai-whisper/SKILL.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: openai-whisper
|
||||
description: Local speech-to-text using OpenAI Whisper CLI.
|
||||
metadata: {"clawdis":{"requires":{"bins":["whisper"]}}}
|
||||
---
|
||||
|
||||
# OpenAI Whisper (CLI)
|
||||
|
||||
Use `whisper` for local speech-to-text. Start with:
|
||||
|
||||
```bash
|
||||
whisper --help
|
||||
```
|
||||
|
||||
Prefer small files first; keep outputs in the current working directory.
|
||||
Reference in New Issue
Block a user