Language:JapaneseEnglish

save-to-spotify Claude Code Plugin

Author
Spotify
Category
Productivity
Topics
Design & Media Production · Documents & Content Creation · Claude Code Customization & Workflow
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-20 (UTC)
Source (GitHub) last updated
2026-07-20 (UTC) (38 days ago)

The explanation below is AI-generated. Please verify it against the sources.

save-to-spotify is a Claude Code plugin that packages a command-line tool for turning generated audio content into podcast episodes on Spotify. It does not synthesize speech itself; the user supplies a text-to-speech engine such as Kokoro, OpenAI TTS, or ElevenLabs, and the CLI handles uploading the resulting audio file, creating or selecting a show, and attaching metadata like titles, summaries, and cover images. It also supports a timeline feature that adds chapters, images, external links, and native Spotify entity references to an episode. Authentication is handled through an OAuth login flow that stores and refreshes an access token locally. The plugin is aimed at agent-driven workflows such as daily briefings, meeting recaps, or bedtime stories that end up alongside the user's other Spotify listening.

About the service

Spotify is a music and podcast streaming platform.

What you can do with save-to-spotify

  • Upload an audio file and create a Spotify episode in one command, with optional title, summary, cover image, and language code
  • Create, list, retrieve, and delete shows that act as containers for episodes
  • List episodes, create them from a file, check playback-readiness status, and delete them
  • Set or delete a timeline of chapters, images, external links, and Spotify entity references for an episode
  • Log in to Spotify via OAuth (browser-based or headless), check login status, and log out
  • Select a text-to-speech engine (Kokoro by default, or OpenAI TTS/ElevenLabs if configured) to generate the narration before uploading

Sources

Back to list