Meeting Summarizer
@mgreten/meeting-summarizerv2026.05.28.3
01README
Chunk a Whisper transcript and summarize it into a Granola-style meeting note via a local Ollama LLM. Handles long recordings with greedy segment-boundary chunking and an LLM merge pass. Pure TypeScript — no Python, no subprocess. Also provides combine_notes (merge handwritten + analysis) and write_note (write markdown to disk) for full pipeline workflows.
02Models
@mgreten/meeting-summarizerv2026.05.28.2meeting_summarizer.ts
fn summarize()
Chunk a Whisper transcript and summarize it into a Granola-style note via Ollama
fn combine_notes(title?: string)
Combine an existing handwritten Obsidian note with the automated analysis markdown
| Argument | Type | Description |
|---|---|---|
| title? | string | Title for the combined note |
fn write_note(markdown: string, outputDir: string, filename: string, instanceName?: string)
Write a meeting note markdown string to a file on disk
| Argument | Type | Description |
|---|---|---|
| markdown | string | Markdown content to write |
| outputDir | string | Directory to write the file (created if needed) |
| filename | string | Filename including .md extension |
| instanceName? | string | Resource instance name |
Resources
summary(infinite)— Granola-style meeting summary markdown
combined(infinite)— Combined handwritten + automated meeting notes markdown
noteFile(infinite)— Metadata for a meeting note written to disk
03Previous Versions
2026.05.28.2May 28, 2026
2026.05.28.1May 28, 2026
04Stats
A
100 / 100
Downloads
5
Archive size
9.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels