会议纪要助手。自动整理会议内容、提取关键讨论点、生成结构化会议纪要、识别待办事项并支持多渠道推送。当用户需要:记录会议、整理会议纪要、提取会议待办、生成会议摘要、将纪要推送到企业微信/飞书/钉钉时使用此技能。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill meeting-minutes-assistant --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Meeting Minutes Assistant?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-meeting-minutes-assistant)More formats (shields.io, HTML) on the badges page.
---
name: meeting-minutes-assistant
description: 会议纪要助手。自动整理会议内容、提取关键讨论点、生成结构化会议纪要、识别待办事项并支持多渠道推送。当用户需要:记录会议、整理会议纪要、提取会议待办、生成会议摘要、将纪要推送到企业微信/飞书/钉钉时使用此技能。
---
# Meeting Minutes Assistant
会议纪要助手。自动整理会议记录,生成结构化纪要,提取待办事项。
## 核心能力
1. **内容整理** — 将零散会议记录组织成结构化文档
2. **摘要生成** — 提取关键讨论点和决议
3. **待办提取** — 自动识别指派的任务、截止时间、责任方
4. **多渠道推送** — 支持企业微信、飞书、钉钉推送
## 快速开始
### 整理会议记录
```bash
python3 scripts/extract_minutes.py --input ./meeting_notes.txt --output ./minutes.md
```
### 生成待办清单
```bash
python3 scripts/extract_todos.py --input ./minutes.md --format markdown
```
### 推送纪要
```bash
python3 scripts/push_minutes.py --file ./minutes.md --channel wecom
```
## 脚本说明
### scripts/extract_minutes.py
将原始会议记录整理为结构化纪要。
```bash
python3 scripts/extract_minutes.py --input <文件> --output <输出> [--format md|html]
```
### scripts/extract_todos.py
从会议纪要中提取待办事项。
```bash
python3 scripts/extract_todos.py --input <纪要文件> --format <md|json>
```
### scripts/push_minutes.py
推送会议纪要到指定渠道。
```bash
python3 scripts/push_minutes.py --file <文件> --channel <wecom|feishu|ddingtalk>
```
## 输出格式
```markdown
# 会议纪要 — [主题]
## 基本信息
- 时间:
- 参会人:
- 记录人:
## 议程
1.
## 讨论要点
-
## 决议
-
## 待办事项
| 事项 | 负责人 | 截止时间 | 状态 |
|------|--------|----------|------|
| | | | 待领取 |
---
*由 meeting-minutes-assistant 生成*
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.
A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling