← 返回 Skills 市场
vanthienha199

Smart Meeting Notes

作者 Ha Le · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
124
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-meeting-notes
功能描述
Turn meeting transcripts or voice recordings into structured notes with action items, decisions, and owners. Use when the user shares a transcript, meeting r...
安全使用建议
Before installing/using: be aware this skill will save meeting notes to ~/.openclaw/meetings/ (persistent local files). If you supply audio and choose the suggested OpenAI Whisper API option, audio will be sent to an external service (you'll need to provide API credentials and should confirm privacy/compliance). If you want to avoid external uploads, install a local whisper CLI beforehand. Consider whether automatic saving of potentially sensitive meeting content to your home directory is acceptable; if not, ask the skill to show you the notes first and/or disable autonomous invocation for this skill in your agent settings. Finally, review any saved notes for sensitive content and manage or encrypt the folder as needed.
功能分析
Type: OpenClaw Skill Name: smart-meeting-notes Version: 1.0.0 The skill provides meeting summarization and audio transcription capabilities, but it includes risky behaviors such as executing shell commands (`whisper [file]`) and reading/writing to the filesystem (`~/.openclaw/meetings/`). While these actions are aligned with the stated purpose, the use of unquoted/unsanitized placeholders in shell commands in SKILL.md presents a potential command injection vulnerability if the agent processes malicious filenames.
能力评估
Purpose & Capability
Name/description match the instructions: the skill parses transcripts or audio, extracts attendees/decisions/actions, supports standups, and stores notes. The requested capabilities are proportionate to the stated purpose.
Instruction Scope
Instructions read and write meeting files under ~/.openclaw/meetings/ (persistent local storage) and, for audio, prefer a local 'whisper' CLI if present. They also suggest using the OpenAI Whisper API as an alternative — which would send audio to an external service. This behavior is coherent with transcription functionality but has privacy implications the user should understand.
Install Mechanism
No install spec or downloaded code is included (instruction-only). The skill simply checks for an available 'whisper' binary and otherwise tells the user how to install or use an external API; there is no automatic installer or remote download.
Credentials
The skill declares no required environment variables or credentials, which is consistent with being instruction-only. However, it recommends using the OpenAI Whisper API as an option; that implies the need for API credentials (not declared) if the user elects that route. Also, it will read/write files in the user's home directory as part of normal operation.
Persistence & Privilege
The skill persists notes to ~/.openclaw/meetings/, and later commands read that directory to show history/overdue items. It does not request always:true and does not modify other skills. Be aware data will remain on disk unless you delete it.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-meeting-notes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-meeting-notes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- First release of smart-meeting-notes. - Automatically turns meeting transcripts or recordings into structured notes with attendees, decisions, action items (with owners and due dates), discussion points, and open questions. - Supports commands for extracting meeting notes, action items only, filtering by person, and following up on previous meetings. - Standup notes format included for quick daily updates. - Handles audio transcription using Whisper if available, with clear instructions if not. - Saves all notes to a consistent meeting log for easy retrieval and history tracking.
元数据
Slug smart-meeting-notes
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Smart Meeting Notes 是什么?

Turn meeting transcripts or voice recordings into structured notes with action items, decisions, and owners. Use when the user shares a transcript, meeting r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。

如何安装 Smart Meeting Notes?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-meeting-notes」即可一键安装,无需额外配置。

Smart Meeting Notes 是免费的吗?

是的,Smart Meeting Notes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Smart Meeting Notes 支持哪些平台?

Smart Meeting Notes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smart Meeting Notes?

由 Ha Le(@vanthienha199)开发并维护,当前版本 v1.0.0。

💬 留言讨论