From smart-home
Render a timestamped Typst PDF of the current Spotify playback network topology
npx claudepluginhub danielrosehill/claude-code-plugins --plugin smart-home# /generate-network-map Produce a human-readable PDF of the current topology, saved with a timestamp so historical snapshots accumulate. ## Procedure 1. Read `network/topology.yaml`. Halt if absent. 2. Generate a Typst document at `network/maps/YYYY-MM-DD-HHMM-network-map.typ` containing: - Title: "Spotify Playback Network — <generated timestamp>" - Subtitle: subnet, last scan timestamp, total hosts. - A table of hosts: device name, IP, role, player, speaker, DSP preset, OS. - A grouped section highlighting the Snapcast topology (server + clients) if present. - A notes blo...
Share bugs, ideas, or general feedback.
Produce a human-readable PDF of the current topology, saved with a timestamp so historical snapshots accumulate.
network/topology.yaml. Halt if absent.network/maps/YYYY-MM-DD-HHMM-network-map.typ containing:
context/from-human/household-access.md if it exists.typst compile <file>.typ → .pdf in the same folder..typ source alongside the .pdf so the user can tweak styling later.network/maps/2026-04-18-1430-network-map.pdf. One timestamp = one snapshot; never overwrite.