← 返回 Skills 市场
ryan-wuxl

AI会议纪要生成器

作者 ryan-wuxl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-meeting-minutes
功能描述
AI 会议纪要生成器 - 自动整理会议录音或文字记录,生成结构化会议纪要。支持提取待办事项、决策点、关键结论,输出专业格式的会议文档。
使用说明 (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

安全使用建议
Do not run node scripts from this package without first verifying the source code. Steps to take before using: 1) Visit the declared homepage (https://github.com/openclaw/ai-meeting-minutes) and confirm the repository contains the scripts/minutes.mjs and review them for network calls and unsafe behavior. 2) Verify how Whisper/GPT API keys are provided — avoid entering secrets into prompts; prefer documented environment variables or credentials stored securely. 3) If you must run the tool locally, fetch a released tarball or official package, inspect the code (especially network access and remote endpoints), and run it in a sandboxed environment with non-sensitive test data first. 4) If the package should have included scripts but did not, treat the omission as incomplete/possibly malicious and prefer obtaining the tool from a trusted release or maintainer. If you want, provide the repository URL or the missing scripts and I can inspect them for network endpoints, credential usage, and suspicious patterns.
功能分析
Type: OpenClaw Skill Name: ai-meeting-minutes Version: 1.0.0 The provided files consist of metadata and documentation for an AI meeting minutes generator. The documentation (SKILL.md and README.md) describes standard functionality such as speech-to-text and summarization using Node.js. No malicious code, suspicious instructions, or data exfiltration patterns are present in the provided content.
能力评估
Purpose & Capability
The skill claims transcription and GPT-based analysis and shows example commands that run node scripts (scripts/minutes.mjs), but the registry bundle contains only README.md and SKILL.md — the actual scripts are missing. The README also names external services (Whisper API, GPT API) while the skill declares no required env vars or credentials. This mismatch suggests the package is incomplete or is relying on external downloads/install steps that are not provided.
Instruction Scope
Runtime instructions are limited and explicit (run node scripts with an input file or audio), and do not instruct sweeping system access. However they are vague about how transcription and API calls are authenticated/performed. Because the referenced scripts are not included, the agent or user may attempt to fetch or install code from the homepage or other sources — that network activity and any data sent to external APIs is not specified in the SKILL.md.
Install Mechanism
There is no install spec (instruction-only), which is low-risk by itself, but the provided usage assumes local Node scripts exist. The lack of included code combined with no install instructions means a human or agent would need to fetch code from the homepage or elsewhere; fetching and executing external JS without review is risky.
Credentials
The README/architecture mention Whisper API and GPT API, which normally require API keys, but the skill declares no required environment variables or primary credential. This is inconsistent: either the skill does not actually call those services, or it expects credentials to be supplied out-of-band (not declared). Missing declared credentials is a red flag for completeness and for potential unexpected prompts to provide secrets at runtime.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always:false) and does not declare any config paths or privileged system changes. There is no evidence it modifies other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-meeting-minutes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-meeting-minutes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:支持会议文字整理、待办提取、决策记录
元数据
Slug ai-meeting-minutes
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI会议纪要生成器 是什么?

AI 会议纪要生成器 - 自动整理会议录音或文字记录,生成结构化会议纪要。支持提取待办事项、决策点、关键结论,输出专业格式的会议文档。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 AI会议纪要生成器?

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

AI会议纪要生成器 是免费的吗?

是的,AI会议纪要生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI会议纪要生成器 支持哪些平台?

AI会议纪要生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI会议纪要生成器?

由 ryan-wuxl(@ryan-wuxl)开发并维护,当前版本 v1.0.0。

💬 留言讨论