/minutes-ideas — Recent Voice Memos & Ideas
SkillDev toolsSurface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /minutes-ideas — Recent Voice Memos & Ideas skill
What this skill tells your AI
The instructions your AI receives, as published by silverstein/minutes in .opencode/skills/minutes-ideas/SKILL.md and read by ahel’s review.
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.
How to run
- Search for recent voice memos using the
minutesCLI:
minutes list --content-type memo --limit 20
-
Require exit status 0 and use the JSON written to stdout. If the CLI is unavailable or fails, report the memo source unavailable; never scan the memo directory directly.
-
Present the memos as a clean list:
- Date, title, duration, device (if from iPhone)
- Ask: "Want to dig into any of these?"
-
If the user picks one, run
minutes get "<exact path>" --json, require exit status 0, and present only the returned transcript/summary. Never reopen the list path through the host filesystem.
Ghost Context
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.
Signals
- GitHub stars
- 1k
- Forks
- 162
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
minutes-ideas- Source
- github.com/silverstein/minutes