Install
openclaw skills install meeting-minutes-cnGenerate structured meeting minutes from templates, sync to Feishu, and track action items. Use when the user asks to create meeting notes (会议纪要/会议记录), summarize a meeting, or generate minutes from discussion context.
openclaw skills install meeting-minutes-cnGenerate structured meeting minutes, sync to Feishu, and track action items.
references/template.md — fill in all {{placeholders}}See references/template.md for the full template with placeholders.
| Type | Chinese | Description |
|---|---|---|
| brainstorming | 头脑风暴 | Creative ideation, no decisions expected |
| planning | 规划会 | Goal setting, roadmap, resource allocation |
| review | 评审会 | Progress check, demo, feedback |
| retro | 复盘会 | Reflection, improvement identification |
python3 .claude/skills/feishu-doc/scripts/doc_ctl.py create "会议纪要 - {title} - {date}" --content "{minutes_content}"
If the feishu-doc skill is not available, output the minutes as markdown and inform the user.
After creating minutes, add action items to memory/YYYY-MM-DD.md:
### Action Items from: {meeting_title}
- [ ] {action_1} — @{{owner_1}} — due {{deadline_1}}
- [ ] {action_2} — @{{owner_2}} — due {{deadline_2}}
User: "帮我写今天产品评审会的纪要"
→ Fill template with inferred/provided info → Create Feishu doc → Log action items to daily memory → Reply with doc link