meeting_notes

Parse raw meeting notes into structured minutes with decisions and action items.

1.4k|169|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/siddsachar/row-bot --skill meeting-notes-siddsachar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting_notes
Source: https://github.com/siddsachar/row-bot/tree/main/bundled_skills/meeting_notes
Command: npx skills add https://github.com/siddsachar/row-bot --skill meeting-notes-siddsachar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Raw meeting notes are often unstructured and hard to search or act on. This Skill transforms them into structured minutes with clear attendees, decisions, and actionable follow-ups, saving time and reducing missed tasks.

Core Features & Use Cases

  • Parse input notes or transcripts to extract attendees, topics, decisions, and actions.
  • Structure minutes with the standard sections: Meeting Title & Date, Attendees, Key Discussion Points, Decisions Made, and Action Items.
  • Persist items to memory/knowledge graph and surface follow-ups or calendar reminders.

Quick Start

Provide raw meeting notes or transcript to generate structured minutes.

Frequently Asked Questions about meeting_notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn raw meeting notes into structured minutes with action items?

You can turn raw meeting notes into structured minutes by providing the unstructured text or transcript to generate formatted sections, including Meeting Title, Attendees, Decisions Made, and Action Items.

What is the best way to extract attendees and follow-ups from a meeting transcript?

Extracting attendees and follow-ups from a transcript is done by parsing the input text to identify participants and tasks, then storing these action items in memory to surface later as reminders.

Can I use this to summarize client calls and workshops?

Yes, you can summarize client calls and workshops because the processing logic applies to any context where concise minutes, attendees, decisions, and tasks must be captured from raw notes.

How do meeting minutes tools store action items for future reference?

Meeting minutes tools store action items by persisting extracted decisions and tasks to a memory system or knowledge graph, allowing you to retrieve follow-ups and schedule calendar reminders later.

Does this meeting summarizer require formatted input to create minutes?

No, the meeting summarizer does not require formatted input; it is designed to parse raw, messy notes or transcripts directly and structure them into clear, actionable minutes automatically.