← Back to Skills Marketplace
138
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-meeting-minutes-pro
Description
AI 会议纪要生成器 - 自动整理会议录音或文字记录,生成结构化会议纪要。支持提取待办事项、决策点、关键结论,输出专业格式的会议文档。
README (SKILL.md)
AI 会议纪要生成器
自动整理会议内容,生成专业会议纪要。
功能特点
- 🎙️ 语音转文字 - 支持会议录音转录
- 📝 智能摘要 - 自动生成会议摘要
- ✅ 待办提取 - 自动识别并提取待办事项
- 🎯 决策记录 - 标记会议中的关键决策
- 📄 多格式输出 - 支持 Markdown/Word/PDF
使用方法
从文字生成纪要
node scripts/minutes.mjs --input ./meeting.txt --output ./minutes.md
从录音生成纪要
node scripts/minutes.mjs --audio ./meeting.mp3 --output ./minutes.md
License
MIT
Usage Guidance
Do not install or run this skill until you verify the missing pieces. Ask the publisher for the actual scripts (scripts/minutes.mjs) and a clear explanation of which external services (Whisper, OpenAI GPT, or others) are called and what credentials they require. Do not supply API keys or secrets until you confirm the code and endpoints. If you must test it, run it in an isolated environment and inspect the scripts for network calls and where data is sent. If the author intends the skill to call external APIs, they should declare required environment variables (API keys) and include or point to the code; the current mismatch is suspicious.
Capability Analysis
Type: OpenClaw Skill
Name: ai-meeting-minutes-pro
Version: 1.0.0
The provided files consist solely of metadata and documentation (SKILL.md, README.md) for an AI meeting minutes generator. The documentation describes standard, non-malicious functionality such as transcription and summarization using Whisper and GPT APIs. No malicious instructions, prompt injections, or suspicious code patterns are present in the provided text, although the actual implementation script (scripts/minutes.mjs) mentioned in the documentation was not included in the bundle for analysis.
Capability Assessment
Purpose & Capability
The skill describes running node scripts (scripts/minutes.mjs) and using Whisper and GPT APIs. The manifest requires only 'node' and there are no code files included. Requiring node without including the scripts (or instructions to fetch them) is inconsistent with the stated functionality.
Instruction Scope
SKILL.md shows example CLI invocations (node scripts/minutes.mjs --audio/--input) that are narrowly scoped to processing local files. It does not instruct reading unrelated system files or env vars. However README states external services (Whisper/GPT) will be used but provides no details on endpoints, credentials, or what data is sent to those services.
Install Mechanism
No install spec and no code files — instruction-only — so nothing will be downloaded or written during install. This is the lowest install risk, but also means required runtime artifacts are missing.
Credentials
The README lists Whisper API and GPT API as components, which normally require API keys or credentials, but the skill declares no required environment variables or primary credential. Missing declared credentials is disproportionate and unexplained.
Persistence & Privilege
always is false and there are no config paths or persistence requests. The skill does not request elevated or permanent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-meeting-minutes-pro - After installation, invoke the skill by name or use
/ai-meeting-minutes-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: AI meeting minutes with action items and todo extraction
Metadata
Frequently Asked Questions
What is AI会议纪要生成器Pro?
AI 会议纪要生成器 - 自动整理会议录音或文字记录,生成结构化会议纪要。支持提取待办事项、决策点、关键结论,输出专业格式的会议文档。 It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install AI会议纪要生成器Pro?
Run "/install ai-meeting-minutes-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI会议纪要生成器Pro free?
Yes, AI会议纪要生成器Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI会议纪要生成器Pro support?
AI会议纪要生成器Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI会议纪要生成器Pro?
It is built and maintained by ryan-wuxl (@ryan-wuxl); the current version is v1.0.0.
More Skills