返回 Skill 列表
效率工具入门
会议纪要自动化 Skill
录音/笔记→结构化纪要→提取待办→自动分发。
📋 SKILL.md 完整代码
--- name: meeting-notes-skill description: >- 录音/笔记→结构化纪要→提取待办→自动分发。 Use when working on meeting notes skill tasks. allowed-tools: Read,Write,Bash --- # 会议纪要自动化 Skill ## Quick Start 1. Save as `~/.claude/skills/meeting-notes-skill/SKILL.md` 2. Restart Claude Code 3. Type `/meeting-notes-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/meeting-notes-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /meeting-notes-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
三步流程
输入:粘贴会议录音文字或笔记。处理:AI 提取主题、参会人、讨论要点、决议、待办(含负责人+截止日)。输出:结构化纪要+任务清单+下次会议议程建议。可配置为自动发送到指定邮箱或 Slack 频道。