aj-openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aceundefeated/aj-openai-whisperWhisper (CLI)
Use whisper to transcribe audio locally.
Quick start
whisper /path/audio.mp3 --model medium --output_format txt --output_dir .whisper /path/audio.m4a --task translate --output_format srt
Notes
- Models download to
~/.cache/whisperon first run. --modeldefaults toturboon this install.- Use smaller models for speed, larger for accuracy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aceundefeated-aj-openai-whisper": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
aj-obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
aj-gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
aj-self-improving-agents
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
aj-github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.