← Back to Skills Marketplace
124
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install smart-meeting-notes
Description
Turn meeting transcripts or voice recordings into structured notes with action items, decisions, and owners. Use when the user shares a transcript, meeting r...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-meeting-notes - After installation, invoke the skill by name or use
/smart-meeting-notes - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install Smart Meeting Notes?
Run "/install smart-meeting-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smart Meeting Notes free?
Yes, Smart Meeting Notes is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Smart Meeting Notes support?
Smart Meeting Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smart Meeting Notes?
It is built and maintained by Ha Le (@vanthienha199); the current version is v1.0.0.
More Skills