Generates multiple choice quiz questions based on current conversation context. Use when testing understanding, reviewing what was discussed, or wanting a knowledge check on the session.
Generate multiple choice questions testing understanding of the current conversation.
Analyze the conversation context for quizzable content:
Generate 3-10 questions with 4 options each (default 5, or as many as the user/arguments request)
Question Quality Guidelines
Write questions to file and launch external quiz runner:
date +%s via Bash/tmp/quiz_questions_$TIMESTAMP.json using the format belowpython3 ~/.claude/skills/quiz/quiz.py /tmp/quiz_questions_$TIMESTAMP.json/tmp/quiz_results_$TIMESTAMP.json (same timestamp, auto-derived from questions filename)/tmp/quiz_results_$TIMESTAMP.json[
{
"question": "What network mode allows containers to share the host's network namespace?",
"options": [
{"label": "bridge", "correct": false, "description": "Bridge creates an isolated network — containers get their own namespace"},
{"label": "host", "correct": true, "description": "Host mode removes network isolation — container shares the host's network stack"},
{"label": "overlay", "correct": false, "description": "Overlay enables multi-host networking, but still uses separate namespaces"},
{"label": "macvlan", "correct": false, "description": "Macvlan assigns a MAC address to the container — separate namespace with direct network access"}
]
}
]
"correct": truedescription field is NOT shown during the quiz — only used for post-quiz feedbackEdit PDFs with natural-language instructions using the nano-pdf CLI.
Control Sonos speakers (discover/status/play/volume/group).
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Capture frames or clips from RTSP/ONVIF cameras.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Category:tools