← 返回 Skills 市场
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-recorder-assistant
功能描述
Intelligent meeting recording and transcription assistant with automated minutes generation, action item extraction, and sentiment analysis. Supports audio t...
安全使用建议
This package contains plausible meeting-recording code but also some red flags you should consider before installing or running it:
- Feature mismatch: The description advertises speaker diarization and sentiment analysis, but the included Python files do not implement those features. Expect only basic recording, Google-based transcription, and regex-based minutes/action extraction.
- Unexpected dependency: requirements.txt lists openai even though none of the code uses it. That implies either leftover/unnecessary dependencies or hidden/unused code paths. Review and remove unused packages before installing to limit attack surface.
- External network/privacy: The transcription uses speech_recognition.recognize_google(), which sends audio to a Google speech API endpoint. If you will process sensitive audio, treat this as data exfiltration to an external service and get consent from participants or run a local/offline recognizer.
- Native deps and permissions: pyaudio requires platform native libraries and microphone access. Installing and running this skill may require elevated packaging steps and will access your microphone when recording; run in a controlled environment.
- Sanity checks to perform: inspect and/or remove the openai dependency; run the code in a disposable virtual environment; audit for any network calls (use network monitoring during a test run); confirm where transcripts are stored and that temporary paths (/tmp) are acceptable for your privacy requirements.
Overall: the code itself is not overtly malicious, but the mismatch between advertised features and actual implementation plus the unnecessary dependency create enough incoherence to warrant caution.
功能分析
Type: OpenClaw Skill
Name: meeting-recorder-assistant
Version: 1.0.0
The meeting-recorder-assistant skill bundle provides legitimate functionality for recording audio, transcribing speech to text, and generating meeting summaries. The implementation uses standard libraries such as SpeechRecognition and PyAudio for its core features, and the data extraction logic in scripts/meeting_minutes.py and scripts/action_extractor.py relies on simple regular expressions. No evidence of malicious intent, data exfiltration, or prompt injection was found across the code or documentation.
能力评估
Purpose & Capability
The name/description promise: recording, speaker diarization, sentiment analysis and automated minutes. The included code implements audio recording, basic Google-based transcription (speech_recognition), and regex-based summary/action extraction — but there is no speaker diarization, no sentiment-analysis code, and no use of OpenAI despite openai appearing in requirements.txt. The declared capabilities therefore overclaim what the code actually provides.
Instruction Scope
SKILL.md instructs the agent to import and call the included scripts (record, transcribe, generate minutes). It does not instruct reading unrelated files or environment variables. However, transcription uses speech_recognition.recognize_google which will send audio to an external Google recognition service (implicit network call) — SKILL.md does not disclose external services or privacy implications. Also the SKILL.md claims speaker identification and sentiment analysis but gives no runtime instructions or code paths implementing these features.
Install Mechanism
There is no install spec in the registry (instruction-only), but a requirements.txt is included recommending pip installs. That file references pyaudio and speechrecognition (expected) but also openai, which is not used in the code. No remote downloads or extraction from arbitrary URLs are present. Pyaudio can require system-level packages; the README suggests pip install -r requirements.txt but the skill does not supply platform-specific install steps.
Credentials
The skill declares no required environment variables or credentials, which is consistent with the code. However, requirements.txt includes the openai package (implying an OpenAI API key) even though the code never calls OpenAI. This is disproportionate and unexplained. Additionally, the transcription path uses Google’s recognizer (implicit network transmission of audio) without disclosing that external service or needing credentials, which has privacy implications.
Persistence & Privilege
The skill does not request persistent installation privileges (always: false), does not modify other skills or system-wide agent settings, and does not declare config paths. It runs as library code called by the agent — normal level of presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-recorder-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-recorder-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Meeting Recorder Assistant: an intelligent tool for meeting recording, transcription, and analysis.
- Supports audio recording with timestamps and speaker identification.
- Automatically generates meeting minutes and extracts action items from conversations.
- Provides sentiment analysis to assess meeting tone and engagement.
- Transcripts and meeting data available in JSON, Markdown, and TXT formats.
- Compatible with multiple audio formats, including WAV, MP3, M4A, and OGG.
元数据
常见问题
Meeting Recorder Assistant 是什么?
Intelligent meeting recording and transcription assistant with automated minutes generation, action item extraction, and sentiment analysis. Supports audio t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Meeting Recorder Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-recorder-assistant」即可一键安装,无需额外配置。
Meeting Recorder Assistant 是免费的吗?
是的,Meeting Recorder Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meeting Recorder Assistant 支持哪些平台?
Meeting Recorder Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meeting Recorder Assistant?
由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。
推荐 Skills