Install
openclaw skills install meeting-assistant用于构建和排查 SenseAudio 会议助手,覆盖实时会议转写、说话人区分、实时翻译、会议纪要生成、行动项提取与转录导出。Build and troubleshoot SenseAudio meeting assistants for live meeting transcription, speaker-aware records, realtime translation, meeting note generation, action item extraction, and transcript export.
openclaw skills install meeting-assistant使用这个 skill 来构建基于 SenseAudio ASR 的会议类工作流。 Use this skill to build meeting-focused workflows on top of SenseAudio ASR.
references/realtime-workflow.md - 实时会议的 WebSocket 转写流程 / realtime WebSocket transcription flow for live meetingsreferences/offline-meeting-transcription.md - 录音文件的 HTTP 转写、说话人分离、时间戳与翻译 / HTTP transcription with diarization, timestamps, sentiment, and translationreferences/note-generation.md - 如何把转写结果整理成会议纪要、决策与行动项 / how to turn transcripts into structured meeting notes, decisions, and action itemsreferences/examples.md - 常见会议助手场景的最小实现示例 / minimal examples for common meeting assistant tasks按用户需求只加载必要的参考文件,不要一次性全读。 Load only the reference file(s) needed for the user's request.
当用户需要以下能力时,使用这个 skill: Use this skill when the user wants any of the following:
优先选择满足需求的最小实现。 Choose the smallest implementation that satisfies the request.
references/realtime-workflow.mdreferences/offline-meeting-transcription.mdreferences/note-generation.mdsense-asr-pro:默认首选,适合会议场景,支持说话人分离、时间戳、情感与翻译 / best default for meetings needing diarization, timestamps, sentiment, and translationsense-asr:适合需要翻译但对会议增强能力要求较轻的场景 / useful when translation is needed but meeting constraints are lightersense-asr-deepthink:适合实时 WebSocket 或更偏翻译理解的场景 / suitable for realtime WebSocket or translation-heavy semantic cleanupAuthorization: Bearer <SENSEAUDIO_API_KEY>SENSEAUDIO_API_KEY 读取。Do not hardcode secrets; read SENSEAUDIO_API_KEY from environment variables.pcm、16000Hz、单声道、16-bit little-endian。For realtime streaming, enforce pcm, 16000Hz, mono, signed 16-bit little-endian.response_format=verbose_json,保留会议所需元数据。For recorded meetings, prefer response_format=verbose_json.max_speakers 仅适用于 sense-asr-pro。Use diarization only with supported models; max_speakers is only for sense-asr-pro.sense-asr-deepthink 时不要传 language,只使用 target_language。Do not send language with sense-asr-deepthink; use target_language only.当你给出实现方案时,至少包含: When producing implementation output, include:
enable_speaker_diarization=true,并使用 sense-asr 或 sense-asr-protimestamp_granularities[]=wordwav/mp3 容器字节language 或其他不兼容参数segments 总结,不要只对整段纯文本做摘要