What problem does it solve?
This Skill confirms that a local Minutes installation is properly configured and ready to record by detecting missing binaries, missing models, absent directories, unavailable audio inputs, and stale PID state that can prevent recording or transcription.
Core Features & Use Cases
- Binary and model validation: checks that the minutes CLI is on PATH and that at least one whisper model is downloaded.
- Filesystem and PID checks: verifies ~/meetings and ~/meetings/memos exist and detects stale ~/.minutes/recording.pid files.
- Audio and config reporting: detects available audio input devices on macOS and reports whether an optional config file exists.
- Use case: run this after installation or when a user reports "minutes isn't working" to get clear, actionable remediation steps.
Quick Start
Run the verification script included with the skill by executing the verify-setup.sh script in the skill's scripts directory to check models, audio devices, directories, and PID state.