meeting-minutes

Generate structured meeting minutes from the Capture→Annotate→Share→Reuse productivity workflow. Use when the user wants to create meeting notes (会议纪要/会议记录/会议笔记), capture discussion outcomes, or sync minutes to Feishu. Integrates camera snapshots, canvas annotations, and Feishu document sharing.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "meeting-minutes" with this command: npx skills add terrycarter1985/meeting-minutes-workflow

Meeting Minutes

Structured meeting minutes generator aligned with the Capture → Annotate → Share → Reuse productivity workflow.

Workflow Alignment

StageTemplate SectionAction
CaptureMeeting Info + AttachmentsRecord metadata; attach camera snapshots of whiteboards
AnnotateKey Discussion PointsAdd structured notes, @mentions, canvas diagram links
ShareSync to FeishuUse feishu-doc skill to create/share the document
ReusePublish as skillTemplate lives in ClawHub for repeatable use

Template

The template is at references/template.md. It uses {{placeholder}} syntax for variable substitution.

Usage

1. Generate minutes from context

Fill in the template with meeting details:

# The agent reads references/template.md, substitutes placeholders with provided context,
# and outputs a completed meeting minutes document.

2. Attach camera snapshots

If a whiteboard or physical document was captured:

# Use the camsnap skill to take a snapshot, then reference the image URL
# in the Attachments section of the minutes.

3. Sync to Feishu

python3 ~/.openclaw/skills/feishu-doc/scripts/doc_ctl.py create "会议纪要 - {{title}}" --content "$(cat completed_minutes.md)"

Share with team:

python3 ~/.openclaw/skills/feishu-doc/scripts/doc_ctl.py create "会议纪要 - {{title}}" --content "$(cat completed_minutes.md)" --share ou_xxxxx

4. Track action items

Action items use a status system:

  • 🟡 Pending
  • 🔵 In Progress
  • ✅ Done
  • ⛔ Blocked

Template Variables

VariableDescriptionExample
{{title}}Meeting titleQ3 产品规划会
{{date}}Meeting date2026-05-04
{{attendees}}Attendee list张三, 李四, 王五
{{type}}Meeting typebrainstorming / planning / review / retro
{{facilitator}}Facilitator name张三
{{agenda_N}}Agenda items讨论Q3目标
{{action_N}}Action items完成需求文档
{{owner_N}}Action item owners李四
{{deadline_N}}Action item deadlines2026-05-11
{{snapshot_url}}Camera snapshot URL(from camsnap)
{{canvas_url}}Canvas diagram URL(from canvas skill)
{{next_meeting_date}}Next meeting date2026-05-11

Integration Points

  • camsnap: Capture whiteboard photos → {{snapshot_url}}
  • canvas: Create annotated diagrams → {{canvas_url}}
  • feishu-doc: Create, share, and manage the document in Feishu
  • clawhub: Publish this skill for team reuse

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Feishu Task Workbench

在单个 Feishu/OpenClaw 对话窗口中运行多任务工作台,让用户在一个窗口里完成任务新建、切换、继续、总结、关闭与归档,并通过 `sessions_spawn`、`sessions_send`、`sessions_history` 把每个任务路由到独立会话。**当用户发送“任务列表 / 新建任务 / 切到

Registry SourceRecently Updated
1650Profile unavailable
Automation

会议智脑(MeetingOS)

Auto meeting notes and action item execution loop. Trigger this skill whenever the user mentions meeting notes, meeting summary, action items, follow-up, tra...

Registry SourceRecently Updated
2080Profile unavailable
Automation

Meeting Notes Generator

AI-powered meeting notes generator - automatic transcription, summary, action items extraction, and task assignment. Turns meeting recordings or text into pr...

Registry SourceRecently Updated
3990Profile unavailable
General

会议纪要生成

会议纪要生成工具。输入会议录音文件,自动生成结构化纪要文档,包含关键讨论点、决策结论、待办事项,输出Markdown格式。

Registry SourceRecently Updated
1810Profile unavailable