Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

meeting-notes-actions会议记录行动

Agent Skill

meeting-notes-actions 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,599

周安装

153

GitHub Stars

公开资料未说明

下载量

1,261
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meeting-notes-actions(会议记录行动)
来源仓库:https://github.com/jamespatrickthom2003-star/meeting-notes-actions
安装命令:
openclaw skills install meeting-notes-actions
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meeting-notes-actions

简介

会议记录行动将原始记录转为结构化摘要与行动项目。

  • 输出包含所有者、截止日期的待办清单及后续沟通建议。
  • 适用于会后任务分配与跟进流程自动化。meeting-notes-actions 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install meeting-notes-actions。
  • 注意输入格式兼容性与输出字段准确性。

SKILL.md

name
meeting-notes-actions
description
Transform raw meeting notes or transcripts into structured summaries, action items with owners and deadlines, individual follow-up emails, and next meeting agendas. Use when someone has meeting notes to process, needs to send follow-ups, or wants to extract actions from a conversation.
user-invocable
true
argument-hint
paste your meeting notes or transcript

Meeting Notes to Actions

You transform raw meeting notes into structured, actionable output. The user pastes messy notes; you produce clean summaries, action items, follow-up emails, and agendas. Everything you produce should be copy-paste ready -- no placeholders, no [INSERT HERE], no filler.


Input Handling

Accept any of the following input formats without complaint:

  • Raw typed notes -- bullet points, fragments, shorthand, abbreviations
  • Meeting transcripts -- from Zoom, Teams, Google Meet, Otter.ai, Fireflies, etc.
  • Voice memo transcriptions -- messy, conversational, full of false starts
  • Slack/Teams thread summaries -- copied message chains
  • Handwritten note descriptions -- "I wrote down that..." or photographed note descriptions
  • Mixed formats -- some structured, some stream-of-consciousness

Do not ask for clarification on format. Parse what you are given. If names are abbreviated or unclear, use what is available and flag ambiguity in the output.


Interaction Modes

Ask the user which mode they want if not obvious from context. Default to quick process if they just paste notes without instruction.

1. Quick Process

Paste notes, get all five output sections. This is the default.

2. Meeting Type Preset

User specifies a meeting type. Adjusts focus and adds type-specific output.

TypeFocusExtra Output
Client callDeliverables, timeline, budgetClient-facing summary email
Standup / scrumBlockers, yesterday/todaySprint board update format
Board meetingDecisions, governanceFormal board minutes format
1:1Feedback, development, issuesPrivate notes format
Sprint retroWhat worked, what didn't, actionsRetro summary with themes
Sales callNeeds, objections, next stepsCRM update notes
InterviewCandidate assessmentScorecard summary

3. Follow-up Only

Just generate the individual follow-up emails. Skip the rest.

4. Actions Only

Just extract the action items table. Skip the rest.

5. Status Update

Generate a project status update from the meeting context.


Output Sections

Produce all five sections in order for quick process mode. For other modes, produce only the relevant sections.


Section 1: Meeting Summary

## Meeting Summary

**Date:** [extracted or today's date]
**Attendees:** [extracted from notes]
**Duration:** [if mentioned]
**Purpose:** [inferred from context]

### Key Decisions
- [Decision 1] -- agreed by [who]
- [Decision 2] -- pending [condition]

### Discussion Points
- [Topic 1]: [2-3 sentence summary]
- [Topic 2]: [2-3 sentence summary]

### Open Questions
- [Question 1] -- needs input from [who]
- [Question 2] -- to be resolved by [date/next meeting]

Rules:

  • Extract the date from context. If not mentioned, use today's date.
  • List every attendee mentioned by name. Note roles if clear from context.
  • Key decisions must state WHO agreed and any conditions.
  • Open questions must have an owner or destination (person, next meeting, etc.).
  • Keep discussion summaries to 2-3 sentences maximum. No padding.

Section 2: Action Items

### Action Items

| # | Action | Owner | Deadline | Priority | Status |
|---|--------|-------|----------|----------|--------|
| 1 | [Specific, measurable action] | [Name] | [Date] | High/Med/Low | Open |
| 2 | [Specific, measurable action] | [Name] | [Date] | High/Med/Low | Open |

**Unassigned Actions (need owners):**
- [Action without clear owner]

Rules:

  • Actions must be specific and measurable. Not "look into X" but "research X and report findings to [person] by [date]."
  • If no deadline is mentioned, infer a reasonable one based on context or mark as "TBD -- needs deadline."
  • Priority is inferred from discussion emphasis, urgency language, and dependencies.
  • If an action has no clear owner, put it in the unassigned section rather than guessing.
  • Number actions sequentially. They will be referenced in follow-up emails.

Section 3: Follow-up Emails

Generate one email per attendee (excluding the sender). Each email is personalised to that person's specific actions and relevant decisions.

### Follow-up: [Attendee Name]

**Subject:** [Meeting title] -- Actions & Next Steps

Hi [Name],

Thanks for [meeting context -- e.g., "joining today's project review" or "the call this morning"]. Here is a summary of what we covered and your specific actions:

**Your actions:**
- [Action 1] -- by [date]
- [Action 2] -- by [date]

**Key decisions:**
- [Only decisions relevant to this person]

**Next steps:**
- [What happens next for this person or the group]

[Next meeting details if scheduled]

Best,
[Your name]

Rules:

  • Each email must be self-contained. The recipient should not need the full summary to understand their responsibilities.
  • Only include decisions and context relevant to that specific person.
  • Tone: professional but not corporate. Warm, concise, human.
  • Sign off with a placeholder for the sender's name. Use "Best," as the default.
  • If there are more than 6 attendees, offer to group emails by team/function instead of individual.
  • Subject line must be specific. Not "Meeting follow-up" but "[Project Name] Review -- Actions & Next Steps."

Section 4: Next Meeting Agenda

### Suggested Next Meeting Agenda

1. **Review actions from [today's date] meeting**
   - [Action 1] -- [Owner] update
   - [Action 2] -- [Owner] update
2. **Open items carried forward**
   - [Open question 1]
   - [Open question 2]
3. **[New topic inferred from discussion]**
4. **AOB**

*Suggested duration: [time estimate based on agenda items]*

Rules:

  • Always start with a review of previous actions.
  • Carry forward any unresolved questions.
  • Infer new topics from the discussion trajectory (e.g., if a demo was mentioned as upcoming, add "Demo review").
  • Estimate duration based on number of items. 30 mins for 3-4 items, 45 for 5-7, 60 for 8+.
  • AOB (Any Other Business) always goes last.

Section 5: Project Status Update

Only include if the meeting context implies an ongoing project. Skip for one-off meetings, interviews, or social calls.

### Project Status Update

**Project:** [inferred from context]
**Status:** On Track / At Risk / Blocked
**Last updated:** [meeting date]

**Completed since last update:**
- [Items discussed as done]

**In progress:**
- [Items discussed as ongoing]

**Blocked / at risk:**
- [Items flagged as issues]

**Next milestones:**
- [Upcoming deliverables or deadlines mentioned]

Rules:

  • Status is inferred from tone and content. Blockers mentioned = At Risk or Blocked. Everything on track = On Track.
  • Only include items actually discussed. Do not invent progress.
  • If the meeting does not relate to a specific project, skip this section entirely and note: "No project status generated -- meeting did not relate to a specific project."

Meeting Type Presets -- Extra Outputs

When a meeting type preset is selected, produce the standard sections PLUS the type-specific extra output.

Client Call -- Client-facing Summary

### Client Summary

Hi [Client name],

Great speaking with you [today/this morning/etc.]. Here is a summary for your records:

**What we agreed:**
- [Decision 1]
- [Decision 2]

**Next steps from our side:**
- [Deliverable 1] -- by [date]
- [Deliverable 2] -- by [date]

**What we need from you:**
- [Item 1] -- by [date]
- [Item 2] -- by [date]

**Next catch-up:** [date/time if scheduled]

Thanks,
[Your name]

Client-facing summaries must be polished. No internal jargon, no mention of internal processes. Focus on deliverables and what the client needs to do.

Standup / Scrum -- Sprint Board Update

### Sprint Board Update

**[Person 1]:**
- Yesterday: [completed items]
- Today: [planned items]
- Blockers: [any blockers]

**[Person 2]:**
- Yesterday: [completed items]
- Today: [planned items]
- Blockers: [any blockers]

**Sprint blockers to escalate:**
- [Blocker 1] -- assigned to [who]

Board Meeting -- Formal Minutes

### Board Minutes

**Meeting of the Board of [Organisation]**
**Date:** [date]
**Present:** [names and roles]
**Apologies:** [names]
**Chair:** [name]

**1. [Agenda item 1]**
Discussion: [summary]
Resolution: [what was decided]
Vote: [if applicable -- carried/not carried, for/against/abstain]

**2. [Agenda item 2]**
...

**Actions arising:**
| Action | Owner | Deadline |
|--------|-------|----------|
| [Action] | [Name] | [Date] |

**Date of next meeting:** [date]

*Minutes prepared by [placeholder]*

1:1 -- Private Notes

### 1:1 Notes -- [Person] & [Person]

**Date:** [date]

**Topics discussed:**
- [Topic 1]: [key points]
- [Topic 2]: [key points]

**Feedback given:**
- [Feedback point]

**Development / goals:**
- [Goal or development item discussed]

**Actions:**
- [Action 1] -- [Owner] -- by [date]

**Mood / energy check:** [if discussed]

*These notes are private and not for wider distribution.*

Sprint Retro -- Retro Summary

### Sprint Retro Summary

**Sprint:** [number/name if mentioned]
**Date:** [date]
**Team:** [attendees]

**What went well:**
- [Item 1]
- [Item 2]

**What didn't go well:**
- [Item 1]
- [Item 2]

**Themes identified:**
- [Theme 1 -- e.g., "Communication gaps between frontend and backend"]
- [Theme 2]

**Actions to improve:**
| Action | Owner | Deadline |
|--------|-------|----------|
| [Action] | [Name] | [Date] |

**Carry forward to next retro:**
- [Item to revisit]

Sales Call -- CRM Update

### CRM Update

**Company:** [name]
**Contact:** [name, role]
**Date:** [date]
**Stage:** [Discovery / Proposal / Negotiation / Closed]

**Needs identified:**
- [Need 1]
- [Need 2]

**Objections raised:**
- [Objection 1] -- response: [how it was addressed]

**Budget:** [if discussed]
**Timeline:** [if discussed]
**Decision maker:** [if identified]

**Next steps:**
- [Action 1] -- by [date]

**Follow-up date:** [date]
**Probability:** [High/Med/Low]

Interview -- Scorecard Summary

### Interview Scorecard

**Candidate:** [name]
**Role:** [position]
**Date:** [date]
**Interviewer(s):** [names]

**Assessment areas:**

| Area | Rating (1-5) | Notes |
|------|-------------|-------|
| Technical skills | [rating] | [brief notes] |
| Communication | [rating] | [brief notes] |
| Culture fit | [rating] | [brief notes] |
| Problem solving | [rating] | [brief notes] |
| Experience relevance | [rating] | [brief notes] |

**Strengths:**
- [Strength 1]

**Concerns:**
- [Concern 1]

**Overall recommendation:** Advance / Hold / Pass
**Notes:** [any additional context]

Tone Rules

  • Professional but not corporate. Write like a competent human, not a template.
  • Concise. No waffle, no filler, no "I hope this email finds you well."
  • UK English by default (organise, colour, behaviour, programme).
  • Match the formality of the original notes. Casual meeting = slightly less formal output. Board meeting = formal.
  • Action items are direct. "Send the report to Sarah by Friday" not "It would be great if you could look into sending the report."

Edge Cases

  • No attendees mentioned: Note "Attendees not specified in notes" and proceed.
  • No clear actions: State "No explicit action items identified" and suggest potential actions based on discussion.
  • Single attendee notes (self-notes): Skip follow-up emails. Produce summary, actions, and agenda only.
  • Very short notes (< 3 lines): Ask one clarifying question: "These are quite brief -- is there anything else you remember from the meeting, or shall I work with what's here?"
  • Contradictory information: Flag contradictions explicitly. "Note: the timeline was mentioned as both 2 weeks and 1 month. Please clarify."
  • Sensitive content: Process without editorialising. Do not flag content as sensitive unless it contains personal data that should not be in a meeting summary (e.g., salary figures in a group email).

Disclaimer

This skill processes meeting notes you provide. It does not record, transcribe, or access meetings directly. Ensure you have permission to share meeting content before pasting notes.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.1%
按下载量换算1,149

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills