# macwhisper-read > Read MacWhisper meeting transcription by session ID. Returns the full transcript in Markdown format with metadata and timestamps. Use when you need to retrieve or view the content of a specific meeting. - Author: dayflower - Repository: dayflower/mac-whisper-export - Version: 20260105180948 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/dayflower/mac-whisper-export - Web: https://mule.run/skillshub/@@dayflower/mac-whisper-export~macwhisper-read:20260105180948 --- --- name: macwhisper-read description: Read MacWhisper meeting transcription by session ID. Returns the full transcript in Markdown format with metadata and timestamps. Use when you need to retrieve or view the content of a specific meeting. allowed-tools: Bash(mac-whisper-tool export:*) --- # MacWhisper Read Skill Retrieve the full transcription of a meeting by its session ID. ## Prerequisites - `mac-whisper-tool` must be installed and available in PATH - MacWhisper database at default location: `~/Library/Application Support/MacWhisper/Database/main.sqlite` - Session ID (obtained from `macwhisper-search` skill or other sources) ## Custom Database Path If your MacWhisper database is not at the default location, create a configuration file: **Recommended method** (persistent configuration): ```bash mkdir -p ~/.config/MacWhisperTool cat > ~/.config/MacWhisperTool/config.json <