← 返回 Skills 市场
freedompixels

Cn Meeting Minutes

作者 freedompixels · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
126
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install cn-meeting-minutes
功能描述
会议纪要生成工具。输入会议录音文件,自动生成结构化纪要文档,包含关键讨论点、决策结论、待办事项,输出Markdown格式。
使用说明 (SKILL.md)

功能

  • 结构化纪要生成(主题+讨论点+决策+待办)
  • 关键词密度分析提取讨论点
  • 正则匹配提取待办事项(责任人+截止日期)
  • 正则匹配提取决策结论
  • Markdown格式输出
  • 支持MP3/WAV/M4A音频格式

使用方法

python3 scripts/meeting_minutes.py \x3C音频文件路径> -o \x3C输出文件>

依赖

  • Python 3.7+
  • requests

权限声明

  • 读取本地音频文件
  • 生成Markdown纪要文件

使用场景

  • 周会/站会纪要整理
  • 客户会议记录与跟进
  • 培训课程内容整理
  • 面试/调研录音文字化
安全使用建议
This skill appears coherent and non-malicious, but note these points before installing or using it: - The transcription function is currently a mock: it prints a simulated transcription and returns fake segments. It will not transcribe real audio until you (or the author) integrate a real ASR provider. Don't rely on it for production meeting transcripts until that's implemented and tested. - The script imports 'requests' and includes a save_to_feishu() function, but that function is a simulated stub that does not perform network calls or require credentials. If you or a future version enable real Feishu or ASR integrations, expect to provide API keys/tokens—review any code changes that add network calls before supplying secrets. - The extraction uses simple regex/heuristics and may miss or mislabel items; verify extracted todos/decisions against the original audio/transcript for correctness. - Run the script in a controlled environment (or sandbox) when testing with sensitive audio, and inspect/adjust the code if you plan to connect it to a cloud ASR or document service.
功能分析
Type: OpenClaw Skill Name: cn-meeting-minutes Version: 1.2.0 The skill is a utility for generating structured meeting minutes from audio files. The Python script (scripts/meeting_minutes.py) uses regular expressions to extract discussion points, decisions, and tasks from transcribed text. While it imports the 'requests' library, the current implementation uses mock data for transcription and cloud synchronization (Feishu) and does not perform any actual network exfiltration or unauthorized file access. No malicious intent or high-risk vulnerabilities were identified.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the script reads local audio, extracts structured items (topic, key points, decisions, todos) using heuristics/regex, and writes a Markdown file. The declared dependency 'requests' aligns with a placeholder for remote sync, although network use is currently stubbed.
Instruction Scope
SKILL.md instructs running the included Python script and lists the same dependency. The runtime instructions and code stay within the stated scope (reading an audio file, generating Markdown). Important: the transcription function returns simulated/mock segments rather than calling an ASR API, so out-of-the-box this does not transcribe real audio—the README doesn't explicitly state the transcription is mocked, which could mislead users expecting a working cloud/local ASR integration.
Install Mechanism
No install spec; this is an instruction + script bundle with a lightweight Python dependency (requests). Nothing is downloaded or written by an installer, so there is low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The optional Feishu sync is a local stub that returns a mock URL and does not require or use tokens. If Feishu/network sync were implemented later, credentials would become necessary—but currently none are requested.
Persistence & Privilege
Skill does not request persistent or elevated privileges; always:false. It only reads the provided audio path and writes an output Markdown file in the current filesystem—behavior consistent with its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-meeting-minutes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-meeting-minutes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- Add version field ("1.2.0") to SKILL.md. - No functional or usage changes. - Documentation update only.
v1.1.0
v1.1.0: fix SKILL.md description format to proper double-quote string
v1.0.0
cn-meeting-minutes v1.0.0 - 首个版本发布,提供会议录音转写与纪要智能生成全流程支持 - 支持MP3/WAV/M4A录音,兼容飞书妙记、腾讯会议、本地文件 - 自动区分发言人,提炼讨论要点、决策,输出结构化Markdown纪要 - 自动提取会议待办事项,分配责任人和截止时间 - 一键同步纪要至飞书文档或钉钉文档(可选) - 支持多种ASR引擎(本地/火山引擎/SiliconFlow),配置灵活
元数据
Slug cn-meeting-minutes
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Cn Meeting Minutes 是什么?

会议纪要生成工具。输入会议录音文件,自动生成结构化纪要文档,包含关键讨论点、决策结论、待办事项,输出Markdown格式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 Cn Meeting Minutes?

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

Cn Meeting Minutes 是免费的吗?

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

Cn Meeting Minutes 支持哪些平台?

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

谁开发了 Cn Meeting Minutes?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.2.0。

💬 留言讨论