Generate a spoken audio summary of recent Claude Code activity
Generates spoken audio summaries of recent Claude Code activity for quick session catch-ups.
/plugin marketplace add GGPrompts/my-plugins/plugin install ggprompts-full-toolkit@GGPrompts/my-pluginsGenerate a spoken summary of recent Claude Code activity using Gemini 2.5 Flash. Perfect for catching up after a break or remembering what you were working on.
Use the AskUserQuestion tool to ask the user for their preferences:
Question 1: Time Range
Question 2: Output Mode
After getting answers, build and run the command:
| Time Selection | Command Flag |
|---|---|
| 5 minutes | --since "5 min" |
| 10 minutes | --since "10 min" |
| 30 minutes | --since "30 min" |
| 1 hour | --since "1 hour" |
| Output Selection | Command Flag |
|---|---|
| Speak aloud | --speak |
| Text only | (no flag) |
Example command: gemini-media brief --since "10 min" --speak
IMPORTANT: Run with run_in_background: true so audio doesn't block the chat:
Bash tool parameters:
- command: gemini-media brief --since "10 min" --speak
- run_in_background: true
After starting, tell the user "Summary generating - audio will play shortly!" and continue the conversation normally.