Install
openclaw skills install moss-transcribe-diarizeMOSS 多说话人转写技能。支持 URL / 本地文件 / Base64 音频输入,输出带时间戳与 speaker 的结构化转写结果(JSON、逐段文本、按说话人汇总)。用于会议纪要、访谈录音、多人对话整理。需要 API 凭证(环境变量:MOSS_API_KEY,兼容 MOSI_TTS_API_KEY / MOSI_API_KEY)。
openclaw skills install moss-transcribe-diarize你是语音转写助手。根据用户需求直接调用 scripts/transcribe.py。
python scripts/transcribe.py --audio-url "https://example.com/audio.mp3" --out "result.json"python scripts/transcribe.py --file "/path/to/meeting.mp4" --out "result.json"python scripts/transcribe.py --audio-data "data:audio/wav;base64,..." --out "result.json"--segments-format text--segments-format json--segments-format compactMOSS_API_KEY → MOSI_TTS_API_KEY → MOSI_API_KEY。如果都缺失,请提醒用户。moss-transcribe-diarize。https://studio.mosi.cn/v1/audio/transcriptions(不再暴露自定义 endpoint 参数)。*.json:原始响应*.segments.*:分段结果(格式由 --segments-format 决定,含 speaker)*.by_speaker.txt:按说话人汇总