office-meeting-minutes

Extract and summarize key information and action items from DOCX meeting files.

11|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/didclawapp-ai/zagens --skill office-meeting-minutes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-meeting-minutes
Source: https://github.com/didclawapp-ai/zagens/tree/main/crates/runtime-server/assets/skills/office-meeting-minutes
Command: npx skills add https://github.com/didclawapp-ai/zagens --skill office-meeting-minutes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating meeting minutes from DOCX files, automatically extracting and formatting information.

Core Features & Use Cases

  • Automated Summarization: Summarizes the key points of a meeting.
  • Action Item Extraction: Identifies and extracts action items from the meeting.
  • Output Formatting: Outputs the minutes in a structured DOCX format.
  • Use Case: Quickly generate meeting minutes from a DOCX file, including details such as agenda, discussion points, and action items.

Quick Start

Use the office-meeting-minutes skill to process the meeting minutes from 'meeting-minutes.docx'.

Frequently Asked Questions about office-meeting-minutes

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

FAQPage Schema
How do I extract action items from DOCX meeting notes?

Extracting action items from DOCX meeting notes involves using Python scripts to parse the document text, identify specific tasks, and format them into structured meeting minutes. The tool isolates action items from general discussion points.

What is the best way to summarize meeting minutes from a DOCX file?

Summarizing meeting minutes from a DOCX file is best handled by automated text processing scripts that extract key points and agenda items. This approach formats the summarized content into a clean, structured DOCX output for office workflows.

Does this meeting minutes summarization tool work without external dependencies?

Yes, this meeting minutes summarization tool operates without external dependencies. It utilizes internal Python scripts for text processing and DOCX manipulation, requiring no additional libraries or complex environment setups to function.

Can I automatically format extracted meeting summaries into a DOCX output?

Yes, you can automatically format extracted meeting summaries into a DOCX output. The tool processes the input document, applies text summarization and action item extraction, and outputs the final structured minutes directly in DOCX format.

What are the limitations of using Python scripts for DOCX meeting minutes processing?

Using Python scripts for DOCX meeting minutes processing means the tool requires structured text input to effectively extract action items and summarize points. Highly unformatted documents or scanned image PDFs may not be parsed correctly by the text processing logic.