O
openai-whisper
by @steipetev
4.8(21)
Whisper CLIを使用してローカルで音声認識を行い、APIキーなしでオフライン音声認識を実現します。
インストール方法
npx skills add steipete/clawdis --skill openai-whispercompare_arrows
Before / After 効果比較
1 组使用前
オンラインAPIに依存した音声認識は、ネットワーク遅延、プライバシー、費用といった問題があります。
使用後
ローカルのWhisper CLIを使用することで、APIキー不要で安全かつ効率的に音声認識が可能です。
description SKILL.md
name: openai-whisper description: Local speech-to-text with the Whisper CLI (no API key). homepage: https://openai.com/research/whisper metadata: { "openclaw": { "emoji": "🎤", "requires": { "bins": ["whisper"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "openai-whisper", "bins": ["whisper"], "label": "Install OpenAI Whisper (brew)", }, ], }, }
Whisper (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.
forumユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数646
評価4.8 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件
ユーザー評価
4.8(21)
5
0%
4
0%
3
0%
2
0%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年3月16日