Install
openclaw skills install @xiaocaijic/meeting-minutes-qa-ttsRead meeting minutes, produce a short summary with the current conversation model, save the meeting text and summary into local memory, answer follow-up ques...
openclaw skills install @xiaocaijic/meeting-minutes-qa-ttsUse this skill to read one meeting note, summarize it, save it to local memory, answer follow-up questions about that meeting, and convert both the initial summary and later answers into local audio files.
Use this skill when:
Do not use this skill when:
SENSEAUDIO_API_KEY is configured in the environment and use it directly when present.SENSEAUDIO_API_KEY is not configured, ask the user for a SenseAudio API key and point them to https://senseaudio.cn/docs/api-key.scripts/create_meeting_summary_audio_session.py to save the source location, meeting text, and summary into local memory and generate the summary mp3 at the requested path.scripts/create_meeting_answer_audio.py to convert the final answer text into an mp3.SENSEAUDIO_API_KEY for all Python skill calls.SENSEAUDIO_API_KEY automatically, and only ask the user for the API key when it is not available.scripts/meeting_memory.py relative to this skill directoryscripts/save_meeting_memory.py relative to this skill directoryscripts/create_meeting_summary_audio_session.py relative to this skill directoryscripts/create_meeting_answer_audio.py relative to this skill directoryscripts/answer_meeting_question_audio.py relative to this skill directoryscripts/generate_summary_audio.py relative to this skill directoryPRD.md relative to this skill directory