← Back to Skills Marketplace
219
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install 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 ques...
Usage Guidance
This skill appears to do what it says: summarize meeting text, store it locally, and generate mp3s via SenseAudio. Before installing or running it, consider the following: (1) the skill will read any local path or URL you provide — do not point it at sensitive files (e.g., private keys, system configs); (2) the SenseAudio API key (SENSEAUDIO_API_KEY) or a key you type will be sent to api.senseaudio.cn along with the text to produce audio — avoid sending confidential meeting text unless you trust that service and your account; (3) the runtime needs Python and the 'requests' library available (the skill does not include an install spec), so ensure your environment satisfies that; (4) the skill will write mp3 files to the output path you choose and will create directories as needed — avoid paths that could overwrite important files. If you want greater assurance, review the generate_meeting_audio.py and related scripts yourself or run them in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: meeting-minutes-qa-tts
Version: 1.0.1
The skill bundle provides legitimate functionality for summarizing meeting minutes and converting them to audio using the SenseAudio TTS API. The code in `scripts/generate_meeting_audio.py` and `scripts/read_meeting_text.py` facilitates reading from local files or URLs and writing MP3 files to user-specified paths, which are necessary for the stated purpose. While the ability to read arbitrary files or fetch URLs carries inherent risk in an agentic workflow, the implementation lacks any signs of malicious intent, obfuscation, or unauthorized data exfiltration. The instructions in `SKILL.md` are transparent and align with the provided Python logic.
Capability Assessment
Purpose & Capability
Name and description match the code and SKILL.md: the scripts read meeting text (local file or URL), save a JSON meeting memory under memory/, and call the SenseAudio TTS API (api.senseaudio.cn) to produce mp3 output. No unrelated cloud credentials, system-wide config paths, or extra services are requested.
Instruction Scope
SKILL.md narrowly instructs the agent to ask for a meeting text or path/URL and an output path, to prefer an existing SENSEAUDIO_API_KEY, and to keep memory local by default. The scripts follow this. Be aware the skill will read arbitrary local file paths or fetch arbitrary URLs if provided — this is expected for a 'read meeting note' skill but means the agent can be made (by user input) to read any file the runtime user can access.
Install Mechanism
This is instruction/code-only: no install spec is provided. The code uses the third-party 'requests' library but the skill does not declare any dependency metadata — the runtime must provide Python and requests. No remote archives or external installers are fetched by the skill itself.
Credentials
The only primary credential used is a SenseAudio API key (SENSEAUDIO_API_KEY), which is proportionate to TTS functionality. Minor inconsistency: generate_meeting_audio also reads optional env vars SENSEAUDIO_DEFAULT_VOICE and SENSEAUDIO_TTS_MAX_CHARS (seen in code) but those are not documented in SKILL.md's requires.env; SKILL.md documents SENSEAUDIO_API_KEY correctly.
Persistence & Privilege
The skill writes local JSON memory under its own memory/ directory by default and writes mp3 files to user-specified paths; always:false and it does not request permanent platform-level privileges or alter other skills. This is within expected scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meeting-minutes-qa-tts - After installation, invoke the skill by name or use
/meeting-minutes-qa-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Now checks if SENSEAUDIO_API_KEY is present in the environment before prompting the user for a SenseAudio API key.
- Standardizes usage of SENSEAUDIO_API_KEY across all Python-related calls in the skill.
- Added several test and cache files to improve coverage and stability.
- Removed unused files, including README.md and a temporary meeting text file.
v1.0.0
- Initial release of "meeting-minutes-qa-tts" skill.
- Reads a meeting note, generates a short summary using the current conversation model, and saves both text and summary locally.
- Answers follow-up questions about the same meeting, providing both text and audio (mp3) outputs.
- Integrates with the SenseAudio TTS API for speech synthesis.
- Prompts users for meeting source, SenseAudio API key, and mp3 output paths as needed.
- All audio files and meeting memories are managed locally within the skill directory by default.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.
How do I install meeting-minutes-qa-tts?
Run "/install meeting-minutes-qa-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is meeting-minutes-qa-tts free?
Yes, meeting-minutes-qa-tts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does meeting-minutes-qa-tts support?
meeting-minutes-qa-tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created meeting-minutes-qa-tts?
It is built and maintained by 曹广雨 (@xiaocaijic); the current version is v1.0.1.
More Skills