kb-meeting-protocol

Generate meeting protocols and notes from voice recognition transcripts.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/kvcop/ai-kb-assistant --skill kb-meeting-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-meeting-protocol
Source: https://github.com/kvcop/ai-kb-assistant/tree/main/.codex/skills/kb-meeting-protocol
Command: npx skills add https://github.com/kvcop/ai-kb-assistant --skill kb-meeting-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kb.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of structured meeting protocols and notes from raw audio transcripts, streamlining documentation and knowledge capture.

Core Features & Use Cases

  • Transcript Processing: Validates and processes Voice Recognition and Kontur Talk transcripts.
  • Artifact Generation: Creates organized artifacts including raw and sorted transcriptions.
  • Meeting Note Creation: Generates a formatted meeting note with a copy-ready Russian protocol block.
  • Typo Correction: Updates a typo glossary with identified errors and corrections.
  • Use Case: After a client call, provide the raw transcript, and the skill will generate a formal meeting note, extract key discussion points, and list action items with owners and deadlines.

Quick Start

Use the kb-meeting-protocol skill to process the transcript file located in tmp/ for the meeting named 'Project Alpha Kickoff'.

Frequently Asked Questions about kb-meeting-protocol

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

FAQPage Schema
How do I generate meeting notes from a raw audio transcript?

To generate meeting notes from a transcript, the skill validates the input text, extracts unclear terms, and creates organized artifacts including a formatted meeting note with key discussion points and action items.

What is the best way to extract action items from voice recognition transcripts?

Extracting action items from voice recognition transcripts involves processing the text to identify tasks, owners, and deadlines, which is then formatted into a copy-ready protocol block within the generated meeting note.

Does this meeting protocol generator work with Kontur Talk transcripts?

Yes, the meeting protocol generator supports processing and validating both Voice Recognition and Kontur Talk transcripts to produce structured meeting notes and organized artifacts.

How do I correct typos and update a glossary during meeting protocol generation?

During protocol generation, the tool identifies spelling errors in the transcript and updates a dedicated typo glossary with the identified errors and corrections to maintain documentation accuracy.

Can I use this to index meeting outcomes into a knowledge base memory?

Yes, the skill supports integration with knowledge base memory to index meeting outcomes, allowing generated notes and action items to be stored and retrieved for ongoing knowledge management.

Why does my meeting protocol need input validation and artifact directory creation?

Input validation and artifact directory creation are required to ensure transcript data integrity and organize generated outputs, preventing processing errors and maintaining a structured knowledge base.