← Back to Skills Marketplace
freedompixels

Cn Meeting Minutes

by freedompixels · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install cn-meeting-minutes
Description
会议纪要生成工具。输入会议录音文件,自动生成结构化纪要文档,包含关键讨论点、决策结论、待办事项,输出Markdown格式。
README (SKILL.md)

功能

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

使用方法

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

依赖

  • Python 3.7+
  • requests

权限声明

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

使用场景

  • 周会/站会纪要整理
  • 客户会议记录与跟进
  • 培训课程内容整理
  • 面试/调研录音文字化
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-meeting-minutes
  3. After installation, invoke the skill by name or use /cn-meeting-minutes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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),配置灵活
Metadata
Slug cn-meeting-minutes
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Cn Meeting Minutes?

会议纪要生成工具。输入会议录音文件,自动生成结构化纪要文档,包含关键讨论点、决策结论、待办事项,输出Markdown格式。 It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Cn Meeting Minutes?

Run "/install cn-meeting-minutes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cn Meeting Minutes free?

Yes, Cn Meeting Minutes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cn Meeting Minutes support?

Cn Meeting Minutes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cn Meeting Minutes?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.2.0.

💬 Comments