Spotify는 최근 재생 기록을 짧은 기간만 보관해서, 실제 청취 이력은 조용히 사라집니다. 이 아카이버가 사라지기 전에 저장합니다.
sonnet2일Spotify Web APIOAuthGoogle SheetsPostgreSQL
Claude
84ROI
82Scale
$3.2k90Saved
ROI for
README.md
왜 이 서브에이전트인가
Spotify는 최근 재생 기록을 짧은 기간만 보관해서, 실제 청취 이력은 조용히 사라집니다. 이 아카이버가 사라지기 전에 저장합니다.
정해진 주기로 최근 재생 트랙을 가져오고, 중복을 제거하고, 모든 재생 기록을 직접 관리하는 데이터베이스에 저장합니다. 매달 깔끔한 스프레드시트로 내보내니까, 최근 50곡이 아니라 들었던 모든 것의 영구 기록을 남길 수 있습니다.
작동 방식
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.
이미 저장된 데이터와 중복을 제거해 각 청취 기록이 한 번만 기록되도록 합니다.
pending
트랙, 아티스트, 앨범, 타임스탬프를 Spotify의 짧은 기록 유지 기간보다 오래 지속되는 저장소에 저장합니다.
pending
월간 아카이브를 컴파일해 내가 소유한 스프레드시트로 내보냅니다.
pending
샘플 출력
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.