minutes-list

List recent meeting and voice memo recordings with type filters and JSON output.

1.4k|146|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/silverstein/minutes --skill minutes-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minutes-list
Source: https://github.com/silverstein/minutes/tree/main/tooling/skills/sources/minutes-list
Command: npx skills add https://github.com/silverstein/minutes --skill minutes-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a quick, browsable history of recorded conversations so users can recall recent meetings or voice memos without manual file search or remembering exact keywords.

Core Features & Use Cases

  • List recent recordings sorted newest-first with an adjustable limit.
  • Filter by content type (meeting or memo) to narrow results when browsing.
  • Emit human-readable summaries to stderr and a machine-readable JSON array to stdout for scripting and agent consumption.
  • Use the returned path field to open or read a full transcript for a specific meeting.

Quick Start

List your last ten recordings and review their paths to open the transcript.

Frequently Asked Questions about minutes-list

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

FAQPage Schema
How do I list recent meetings and voice memos from local recordings?

To list recent meetings and voice memos, this Skill scans local repositories and outputs a browsable history of recorded conversations sorted newest-first. It emits human-readable summaries to stderr and machine-readable JSON arrays to stdout.

Can I filter recorded transcripts by content type when browsing?

Yes, you can filter recorded transcripts by content type to narrow results when browsing. This Skill supports filtering by meeting or voice memo, allowing you to quickly locate specific recordings without manual file search.

How do I find the file path for a specific meeting transcript?

Finding the file path for a specific meeting transcript is done by listing recent recordings, which returns a path field for each item. You can use this path field to open or read the full transcript for that specific meeting.

Does this meeting history tool output JSON for scripting and agent consumption?

Yes, this meeting history tool outputs a machine-readable JSON array to stdout specifically for scripting and agent consumption. It simultaneously provides human-readable summaries to stderr for direct terminal review.

How are recent voice memos and meetings sorted for recall?

Recent voice memos and meetings are sorted newest-first for recall by relying on meeting frontmatter dates. This ensures your browsable history displays the most recent recorded conversations at the top of the list.

What is the best way to limit the number of recordings listed in my history?

The best way to limit the number of recordings listed in your history is to use the adjustable limit feature. This allows you to list your last ten recordings or any specified number, preventing an overwhelming terminal output.