会议记录整理与行动项提取

v1.0.0

Use when you need to organize meeting notes, extract action items, and generate structured summaries. Ideal for processing raw meeting transcripts or bullet...

0· 40·0 current·0 all-time
byHjs102468@goldath

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for goldath/meeting-notes-cn.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "会议记录整理与行动项提取" (goldath/meeting-notes-cn) from ClawHub.
Skill page: https://clawhub.ai/goldath/meeting-notes-cn
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install meeting-notes-cn

ClawHub CLI

Package manager switcher

npx clawhub@latest install meeting-notes-cn
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description match the instructions and included templates. It also contains integration examples (Feishu/Lark card JSON, Notion schema, Jira Python snippet) which are coherent with the stated purpose of syncing notes to third-party tools. Note: the skill does not declare any required environment variables or credentials even though the examples assume you will provide API tokens/config when performing integrations.
Instruction Scope
SKILL.md and reference files stay on-topic: collecting raw notes/transcripts, extracting action items, classifying priority, and formatting outputs. The instructions do not direct reading arbitrary local files or environment variables, nor do they include opaque or open-ended data collection steps. They do suggest distributing summaries and integrating with external services, but leave credential handling and actual network calls to the integrator.
Install Mechanism
No install spec and no code files to execute; this is instruction-only content. There is no download or package installation declared, so there is minimal installation risk.
Credentials
The skill declares no required env vars or credentials (none are listed), which is proportionate for an instruction-only template skill. However, the integration examples include usage of API tokens/config (e.g., jira_config['token'], {纪要链接}, placeholders for Feishu webhook/URL). If you plan to use the integration snippets you will need to supply those credentials — the skill does not request or store them itself.
Persistence & Privilege
always is false and the skill is user-invocable; there's no persistent installation or elevated platform privileges requested. The skill does not attempt to modify other skills or system-wide settings.
Assessment
This skill is a collection of templates and instructions for extracting action items and optionally syncing them to tools (Feishu/Lark, Notion, Jira). It does not ask for credentials by default, but the provided integration examples assume you will supply API tokens/URLs when you actually wire it up. Before using integrations or pasting meeting transcripts: (1) avoid including highly sensitive data in transcripts you paste to third-party services; (2) only provide API tokens to trusted integrations and store them securely; (3) review assigned owners and inferred deadlines — the rules may auto-assign 'TBD' or propose owners based on heuristics and should be human-verified; (4) if you want automated posting, implement the integration code in a secure environment (not pasted into public chat) and limit token scopes.

Like a lobster shell, security has layers — review code before you run it.

latestvk972c09jyfqmjgd6vadb51wmq585nxw5
40downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

Meeting Notes Organizer & Action Item Extractor

Transform raw meeting notes into structured, actionable summaries.

When to Use

  • After any meeting to create a clean summary
  • Processing audio transcripts from Zoom/Teams/飞书
  • Weekly standups, sprint reviews, project kick-offs
  • Turning messy notes into shareable team documents

Core Workflow

Step 1: Input Collection

Provide any of:

  • Raw bullet-point notes
  • Audio transcript text
  • Voice memo content
  • Email thread summary

Step 2: Meeting Structure Template

## 会议纪要 | Meeting Summary

**会议主题 / Topic:** [填写]
**日期 / Date:** YYYY-MM-DD
**参会人 / Attendees:** [姓名列表]
**主持人 / Facilitator:** [姓名]
**记录人 / Note-taker:** [姓名]

---

## 议题讨论 | Discussion Points

### 1. [议题标题]
- **背景:** 简要说明
- **讨论内容:** 关键讨论点
- **结论/决议:** 明确的决定

### 2. [议题标题]
...

---

## 行动项 | Action Items

| # | 任务 | 负责人 | 截止日期 | 优先级 | 状态 |
|---|------|--------|----------|--------|------|
| 1 | [任务描述] | @姓名 | MM-DD | 高/中/低 | 待开始 |
| 2 | | | | | |

---

## 待确认事项 | Open Questions

- [ ] [问题1] — 负责跟进:@姓名
- [ ] [问题2]

---

## 下次会议 | Next Meeting

**时间:** [日期时间]
**议题预告:** [下次讨论的主要议题]

Step 3: Action Item Extraction Rules

When extracting action items, look for:

  • 动词短语: "需要"、"要"、"将"、"负责"、"跟进"
  • English triggers: "will", "need to", "action:", "owner:", "TODO"
  • Implicit owners: If someone proposed something, they likely own it
  • Deadlines: Extract explicit dates; if none, flag as "TBD"

Step 4: Priority Classification

高优先级 (High): 影响下次会议、有明确截止日期、阻塞其他任务
中优先级 (Medium): 本周内需完成、依赖关系中等
低优先级 (Low): 长期改进、无明确截止日期

Step 5: Distribution Checklist

  • 发送给所有参会人
  • 同步到项目管理工具(Jira/飞书/Notion)
  • 在下次会议前 review 行动项完成情况
  • 未完成项自动滚动到下次会议

Output Formats

Slack/飞书快速摘要:

📋 [会议主题] 纪要 - YYYY-MM-DD
✅ 决议:[1-2句核心决定]
📌 行动项(共N项):
  · @张三 - [任务] - 截止 MM-DD
  · @李四 - [任务] - 截止 MM-DD
❓ 待确认:[未解决问题数]
完整纪要:[链接]

Pro Tips

  1. 会议开始前 明确记录人,确保覆盖所有行动项
  2. 实时确认 行动项负责人,不要会后猜测
  3. 48小时原则 会议结束48小时内发出纪要
  4. 版本控制 大型会议纪要建议保存版本历史

Comments

Loading comments...