Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

meeting-minutes-qa-tts会议记录 qa tts

Agent Skill

meeting-minutes-qa-tts 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,350

周安装

270

GitHub Stars

公开资料未说明

下载量

2,225
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meeting-minutes-qa-tts(会议记录 qa tts)
来源仓库:https://github.com/xiaocaijic/meeting-minutes-qa-tts
安装命令:
openclaw skills install meeting-minutes-qa-tts
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meeting-minutes-qa-tts

简介

会议记录 qa tts 读取纪要并生成摘要,支持后续问答与语音播报。

  • 将会议文本存入本地内存,便于 Agent 回答相关问题。
  • 可用于会议回顾、知识沉淀与语音输出场景。
  • 安装命令:openclaw skills install meeting-minutes-qa-tts。
  • 需关注本地文件读写权限与 TTS 功能依赖。

SKILL.md

name
meeting-minutes-qa-tts
description
Read meeting minutes, produce a short summary with the current conversation model, save the meeting text and summary into local memory, answer follow-up questions about that same meeting in the current conversation model, and generate spoken audio for both the initial summary and later answers with the SenseAudio TTS API. Use when the user wants to ask detailed follow-up questions about one meeting note after it has been read and remembered, and wants both a text answer and an mp3 answer. If no meeting source is available, ask for a local file path or URL first. Before asking the user for a SenseAudio API key, first check whether SENSEAUDIO_API_KEY is already configured in the environment and use it directly when present. Before any audio generation, ask the user where the mp3 should be saved.

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

  1. If none is available, ask for the meeting text or a local file path or URL first.
  2. First check whether SENSEAUDIO_API_KEY is configured in the environment and use it directly when present.
  3. 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.
  4. Before generating the initial summary audio, ask the user where the mp3 file should be saved.
  5. Read the meeting text from the provided source.
  6. Summarize the meeting text in the current conversation model with a short spoken-style Chinese summary.
  7. 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.
  8. When the user asks a follow-up question, answer using the saved meeting text and summary in the current conversation model.
  9. Output the text answer first in OpenClaw.
  10. Before generating the answer audio, ask the user where the answer mp3 file should be saved.
  11. Use scripts/create_meeting_answer_audio.py to convert the final answer text into an mp3.
  12. 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.87%
按下载量换算2,111

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills