meeting-plaud

Convert PLAUD transcripts into structured meeting notes with YAML frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jeehoon0310/claude-code-config --skill meeting-plaud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-plaud
Source: https://github.com/jeehoon0310/claude-code-config/tree/main/project/skills/meeting-plaud
Command: npx skills add https://github.com/jeehoon0310/claude-code-config --skill meeting-plaud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

PLAUD transcripts and meeting notes are often manual, inconsistent, and time-consuming to produce. This skill automates transcribing PLAUD outputs, classifying meetings into project contexts, and generating structured notes ready for wiki-style storage.

Core Features & Use Cases

  • Auto-transcription trigger: initiates transcription when no transcript exists and fetches summary.
  • Content-based auto-classification: assigns meetings to project folders based on keywords and attendees.
  • YAML frontmatter generation: outputs standardized metadata for wiki-like storage and downstream tooling.

Quick Start

Run /meeting-plaud with no options to automatically transcribe, classify, and generate a ready-to-publish meeting note.

Frequently Asked Questions about meeting-plaud

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

FAQPage Schema
How do I automate meeting notes from PLAUD transcripts?

You can automate meeting notes from PLAUD transcripts by triggering auto-transcription, classifying content based on attendees and keywords, and generating YAML frontmatter for wiki storage.

How do I generate YAML frontmatter for meeting notes?

YAML frontmatter for meeting notes is generated using local Python scripts and frontmatter templates to produce standardized metadata ready for wiki-like storage and downstream tooling.

Can I automatically classify meeting transcripts into project folders?

Yes, meeting transcripts can be automatically classified into project folders by analyzing meeting content and attendees to assign them to the correct project contexts.

Do I need the PLAUD API to generate meeting notes?

Yes, the PLAUD API is required because the implementation uses PLAUD API calls to initiate transcription and fetch summaries when no local transcript exists.

What's the best way to store meeting notes in a wiki?

Storing meeting notes in a wiki is best achieved by generating standardized YAML frontmatter and structured content from PLAUD transcripts, ensuring consistent, ready-to-publish records.