← 返回 Skills 市场
MeetingClaw - Intelligent Meeting Minutes Assistant
作者
MaginaAa2023
· GitHub ↗
· v1.0.0
· MIT-0
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-claw
功能描述
智能会议纪要生成工具,支持火山引擎录音文件识别2.0,自动生成结构化会议纪要。使用场景:(1) 上传音频文件生成会议纪要;(2) 语音转文字并智能总结;(3) 提取待办事项和核心观点;(4) 支持2小时以内音频处理。
安全使用建议
Key things to check before installing:
- Metadata mismatch: the skill metadata claims no required env vars, but SKILL.md and scripts require VOLC_ACCESS_KEY and VOLC_SECRET_KEY. Confirm the registry entry is accurate and the publisher can be trusted.
- Data flows: audio is uploaded to Volcengine (official service) and transcripts are sent to the OpenClaw model API — if meetings contain sensitive data, ensure you are comfortable with those external services and their privacy terms.
- Path & retention: the code saves audio and minutes under ~/.openclaw/workspace/MeetingClaw/YYYYMMDD and automatically deletes files older than 30 days. SKILL.md documents a different path; confirm where files will actually be stored and that retention meets your policy.
- Dependencies: the script imports 'volcengine' and 'openclaw' but provides no install instructions; ensure these packages are installed from trusted sources and inspect them if needed.
- Unimplemented standard mode: the 'standard' (TOS upload) flow is described in docs but not implemented in the script — treat that as incomplete functionality, not a feature.
- Source trust: source/homepage unknown. Prefer skills with an identified publisher or open-source repo you can audit.
If you decide to proceed, supply only credentials scoped to the minimal permissions required (audio transcription and TOS access if/when used), and consider testing with non-sensitive audio first.
能力评估
Purpose & Capability
The skill's name/description (meeting minutes from audio using 火山引擎) align with the code: it sends audio to Volcengine and calls a large model to generate minutes. However the registry metadata states "Required env vars: none" while SKILL.md and the script require VOLC_ACCESS_KEY and VOLC_SECRET_KEY — this is an important mismatch.
Instruction Scope
SKILL.md and the script instruct the agent to: accept an uploaded audio file, save it under a workspace path, send audio binary to Volcengine async transcribe API, then send the transcript to an OpenClaw model. SKILL.md claims audio and data are only sent to local and official servers, which is consistent with using Volcengine and OpenClaw, but SKILL.md also says the local path is '~/workspace/MeetingClaw/YYYYMMDD/' while the code writes to '~/.openclaw/workspace/MeetingClaw/YYYYMMDD' — a documentation/code mismatch. The standard (TOS) flow is documented but not implemented in code (standard mode raises '暂未实现').
Install Mechanism
No install spec (instruction-only + included script). That minimizes installer risk. The script imports 'volcengine' and 'openclaw' Python modules but no install instructions are provided — confirm those dependencies exist in runtime.
Credentials
The script legitimately requires VOLC_ACCESS_KEY and VOLC_SECRET_KEY to call Volcengine, which matches the purpose. The registry metadata incorrectly lists no required env vars; this discrepancy is suspicious and should be resolved. No other unrelated secrets are requested.
Persistence & Privilege
The skill does persist files locally under a user workspace (~/.openclaw/workspace/MeetingClaw) and has a 30-day retention/cleanup. always is false and the skill does not request elevated privileges or modify other skills. Writing into the user's home directory is expected but you should verify the path is acceptable for your environment.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-claw - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-claw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of meeting-claw – an intelligent meeting minutes generation tool.
- Supports audio file transcription via Volcengine (two modes: Fast and Standard)
- Automatically generates structured meeting minutes, including themes, summaries, action items, and key points
- Handles audio recordings up to 2 hours (mp3/wav/m4a formats)
- Saves both original audio and generated notes, organized by date
- Requires Volcengine API keys and service activation
- Ensures local and secure handling of all files, with privacy protections
元数据
常见问题
MeetingClaw - Intelligent Meeting Minutes Assistant 是什么?
智能会议纪要生成工具,支持火山引擎录音文件识别2.0,自动生成结构化会议纪要。使用场景:(1) 上传音频文件生成会议纪要;(2) 语音转文字并智能总结;(3) 提取待办事项和核心观点;(4) 支持2小时以内音频处理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 MeetingClaw - Intelligent Meeting Minutes Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-claw」即可一键安装,无需额外配置。
MeetingClaw - Intelligent Meeting Minutes Assistant 是免费的吗?
是的,MeetingClaw - Intelligent Meeting Minutes Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MeetingClaw - Intelligent Meeting Minutes Assistant 支持哪些平台?
MeetingClaw - Intelligent Meeting Minutes Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MeetingClaw - Intelligent Meeting Minutes Assistant?
由 MaginaAa2023(@maginaaa2023)开发并维护,当前版本 v1.0.0。
推荐 Skills