用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xuiltul/animaworks --skill transcribe-tool命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | transcribe-tool |
| description | 音声文字起こしツール。Whisperで音声ファイルをテキスト化し、必要に応じLLM後処理する。 Use when: 会議録音の転写、ポッドキャストの書き起こし、音声ファイルからテキスト抽出が必要なとき。 |
| tags | ["audio","transcription","whisper","external"] |
Whisper (faster-whisper) を使った音声文字起こしツール。
Bash: animaworks-tool transcribe transcribe <音声ファイル> [オプション] で実行
animaworks-tool transcribe transcribe audio_file.wav [-l ja] [-m large-v3-turbo]
| パラメータ | 型 | デフォルト | 説明 |
|---|---|---|---|
| audio_path | string | (必須) | 音声ファイルのパス |
| language | string | null | 言語コード (ja, en 等)。null で自動検出 |
| model | string | "large-v3-turbo" | Whisperモデル名 |
| raw | boolean | false | true の場合、LLM後処理をスキップ |
animaworks-tool transcribe transcribe audio_file.wav [-l ja] [-m large-v3-turbo]