Transcribe audio files to text using local Whisper (Docker). Use when receiving voice messages, audio files (.mp3, .m4a, .ogg, .wav, .webm), or when asked to transcribe audio content.
使用 Docker 中的 faster-whisper 进行本地音频转写。
bash
cd /path/to/skills/transcribe/scripts
chmod +x install.sh
./install.sh
此操作将构建 Docker 镜像 whisper:local 并安装 transcribe 命令行工具。
bash
transcribe /path/to/audio.mp3 [language]
bash
transcribe /tmp/voice.ogg # 西班牙语(默认)
transcribe /tmp/meeting.mp3 en # 英语
transcribe /tmp/audio.m4a auto # 自动检测
mp3、m4a、ogg、wav、webm、flac、aac
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 transcribe-1776380727 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 transcribe-1776380727 技能
skillhub install transcribe-1776380727
文件大小: 2.28 KB | 发布时间: 2026-4-17 16:18