Original Reddit post

Been wanting Claude Code to produce something I could actually listen to away from the laptop, and Spotify shipping Personal Podcasts this week made the idea work. Disclosure: I work on the team that built this at Spotify. Shipped with the Personal Podcasts launch. It’s a CLI + .claude/skills/ manifest. Install using: curl -fsSL https://saveto.spotify.com/install.sh | bash Then prompt the agent: “summarize today’s standups and PRs as a 5-minute audio briefing” . Claude Code drafts the script, calls the CLI, episode lands in your Spotify library a minute later. You listen on the commute. Some flows we actually use:

  • daily standup + PR digest
  • weekly recap of Slack threads I missed
  • spaced-repetition language drills
  • meeting recaps from a transcript Repo is open source https://github.com/spotify/save-to-spotify . Curious what other flows you’d add. The install script’s error messages still aren’t great, so file an issue if you hit something weird. submitted by /u/laytoun

Originally posted by u/laytoun on r/ClaudeCode