Spotify only keeps a short window of your recent plays, so your real listening history quietly disappears. This archiver saves it before it does.
sonnet2 daysSpotify Web APIOAuthGoogle SheetsPostgreSQL
Claude
84ROI
82Scale
$3.2k90Saved
ROI for
README.md
Why this subagent
Spotify only keeps a short window of your recent plays, so your real listening history quietly disappears. This archiver saves it before it does.
It polls your recently played tracks on a schedule, deduplicates, and stores every play in a database you control. Once a month it exports a clean spreadsheet, so you keep a permanent record of everything you listened to, not just the last 50 songs.
How it runs
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Deduplicate against what you have already stored so each play is recorded once.
pending
Save track, artist, album, and timestamp to a durable store that outlives Spotify's short history window.
pending
Compile a monthly archive and export it to a spreadsheet you own.
pending
Sample output
json
// Sample output
// (generated when the pipeline finishes)
Fetch recently played Spotify tracks, deduplicate against stored history, and append new plays with track, artist, album, and timestamp; once a month export the full log to a sheet.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.