From minutes
Surfaces recent voice memos from ~/meetings/memos/ using minutes CLI or file scan. Lists date/title/duration/device and reads selected transcripts.
npx claudepluginhub silverstein/minutes --plugin minutesThis skill is limited to using the following tools:
Surface voice memos and ideas captured from any device in the last 14 days.
Lists recent meetings and voice memos from ~/meetings/, sorted newest-first. Filter by type (memo/meeting) or limit. JSON to stdout; table to stderr for browsing transcripts.
Manages notes in self-hosted Memos service: create, list, search, update, delete, tag, attach files via bash API scripts. Activates on 'save to memos', note-taking, or knowledge management requests.
Share bugs, ideas, or general feedback.
Surface voice memos and ideas captured from any device in the last 14 days. This is the recall layer for the cross-device ghost context pipeline.
minutes CLI:minutes list --type memo --limit 20 --json 2>/dev/null
~/meetings/memos/ directly:ls -t ~/meetings/memos/*.md 2>/dev/null | head -20
head -20 "<path>"
Present the memos as a clean list:
If the user picks one, read the full file and present the transcript/summary.
These memos were captured on the user's phone (or Mac) and automatically transcribed by the Minutes watcher. They may contain ideas, thoughts, observations, or reminders that the user recorded while away from their desk.
When the user asks "what was that idea I had while walking?" — search these memos first, then broaden to full meeting search if needed.