← 返回
效率工具 Key 中文

meeting-minutes-qa-tts

Read meeting minutes, produce a short summary with the current conversation model, save the meeting text and summary into local memory, answer follow-up ques...
阅读会议纪要,生成简短摘要,将文本和摘要保存至本地内存,并回答后续问题。
xiaocaijic
效率工具 clawhub v1.0.1 2 版本 100000 Key: 需要
★ 0
Stars
📥 530
下载
💾 35
安装
2
版本
#latest

概述

Meeting Minutes QA TTS

Use 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.

Trigger Rules

Use this skill when:

  • The user wants to read one meeting note, save it for follow-up questions, and hear the summary as audio.
  • The user wants both a text answer and an audio answer for a meeting-related question.
  • The user wants the meeting note remembered for follow-up questions in the same workflow.

Do not use this skill when:

  • The user only wants a one-shot summary audio without later Q and A.
  • The user wants general knowledge unrelated to the meeting text.
  • The user wants speech recognition from audio or video.

Workflow

  1. Look for one of these inputs in the conversation:
    • direct meeting text
    • a local text file path
    • a readable URL
  2. If none is available, ask for the meeting text or a local file path or URL first.
  3. First check whether SENSEAUDIO_API_KEY is configured in the environment and use it directly when present.
  4. If SENSEAUDIO_API_KEY is not configured, ask the user for a SenseAudio API key and point them to https://senseaudio.cn/docs/api-key.
  5. Before generating the initial summary audio, ask the user where the mp3 file should be saved.
  6. Read the meeting text from the provided source.
  7. Summarize the meeting text in the current conversation model with a short spoken-style Chinese summary.
  8. Use 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.
  9. When the user asks a follow-up question, answer using the saved meeting text and summary in the current conversation model.
  10. Output the text answer first in OpenClaw.
  11. Before generating the answer audio, ask the user where the answer mp3 file should be saved.
  12. Use scripts/create_meeting_answer_audio.py to convert the final answer text into an mp3.
  13. After the text answer, explicitly tell the user where the generated audio file was saved.

Rules

  • Keep the meeting memory local to this skill directory unless the user asks for a different path.
  • Prefer an in-memory or local-JSON flow; do not require a database.
  • Output the text answer first, then the generated audio file location.
  • Ask for an output path before generating any mp3.
  • Use the current conversation model for summarization and question answering.
  • Use SenseAudio only for TTS.
  • Accept a user-provided output path and write the mp3 there when requested.
  • Standardize the environment variable name as SENSEAUDIO_API_KEY for all Python skill calls.
  • Prefer SENSEAUDIO_API_KEY automatically, and only ask the user for the API key when it is not available.

Resource

  • Memory helper: scripts/meeting_memory.py relative to this skill directory
  • Memory saver: scripts/save_meeting_memory.py relative to this skill directory
  • Summary session creator: scripts/create_meeting_summary_audio_session.py relative to this skill directory
  • Answer audio creator: scripts/create_meeting_answer_audio.py relative to this skill directory
  • Answer-to-audio script: scripts/answer_meeting_question_audio.py relative to this skill directory
  • Summary-to-TTS script: scripts/generate_summary_audio.py relative to this skill directory
  • Product brief: PRD.md relative to this skill directory

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-03-30 07:40 安全 安全
  • v1.0.0
    2026-03-20 06:36

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,300
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,758
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,153