From minutes
Runs health check on Minutes setup: binary, Whisper model, directories, stale PID, mic access (macOS), config. Outputs pass/fail with fixes.
npx claudepluginhub silverstein/minutes --plugin minutesThis skill uses the workspace's default tool permissions.
Run a health check on the Minutes installation to confirm everything is working.
Guides first-time Minutes setup: verifies state, builds Rust binary, downloads Whisper model, creates directories, configures macOS audio with BlackHole, tests recording.
Provides production readiness checklist for Speak language learning API integrations: auth, audio pipeline with ffmpeg, rate limiting, monitoring, compliance. For prod setups and troubleshooting.
Guides incident response for TwinMind failures: transcription startup, audio capture, sync issues, calendar disconnects. Includes API verification, setup, and error handling for meeting AI operations.
Share bugs, ideas, or general feedback.
Run a health check on the Minutes installation to confirm everything is working.
Run the verification script included with this skill:
bash "${CLAUDE_PLUGIN_ROOT}/skills/minutes-verify/scripts/verify-setup.sh"
The script checks each component and outputs a pass/fail status for each. Read the output and report results to the user.
| Check | What it verifies |
|---|---|
| Binary | minutes command exists on PATH |
| Model | At least one whisper model downloaded in ~/.minutes/models/ or ~/.cache/whisper/ |
| Meetings dir | ~/meetings/ directory exists |
| Memos dir | ~/meetings/memos/ directory exists |
| PID state | No stale PID file in ~/.minutes/recording.pid |
| Audio input | At least one audio input device available (macOS only) |
| Config | ~/.config/minutes/config.toml exists (optional — defaults work fine) |
If any checks fail, tell the user exactly what to do:
cargo build --release in the minutes repo, then add to PATHminutes setup --model small (recommended) or --model tiny (faster, lower quality)mkdir -p ~/meetings/memos — will also be created on first recordingrm ~/.minutes/recording.pid — previous recording crashed without cleanupsystem_profiler). On Linux, that check will be skipped.minutes setup after building.~/.config/minutes/config.toml doesn't exist, that's fine. Minutes uses compiled defaults. Only flag it as "not configured" (informational), not as an error.