Language: 日本語English

save-to-spotify Plugin

Author
Spotify
Category
Productivity
Topics
Design & Media Production · Documents & Content Creation
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

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

save-to-spotify is a command-line tool (with an accompanying agent skill and Claude Code plugin) that uploads audio files and publishes them as episodes on Spotify, organized into shows. According to the README, it supports chapter markers, cover images, external links, and Spotify-native references via a per-episode 'timeline,' and offers --json output for scripting. It is built for agents and automation, so a single upload command can create a show, upload the file, and set episode metadata in one step. Installation is available via a curl-bash script, skills.sh, ClawHub/OpenClaw, the Claude Code plugin marketplace, or manual download, and authentication uses a one-time OAuth login with automatic token refresh. The README does not describe the tool itself generating TTS narration or cover images — those are supplied as existing local files by the user or agent, so that capability is unknown from this source.

Overview

save-to-spotify is a CLI tool (and agent skill/Claude Code plugin) published by spotify on GitHub for saving personal audio content to Spotify as podcast-style episodes.

What you can do with save-to-spotify

  • Upload audio files (.mp3, .m4a, .wav, .ogg) as Spotify episodes via save-to-spotify upload, with title, summary, cover image, and language options
  • Create, list, get, or delete shows (containers for episodes) via shows create/get/delete
  • Create, list, and delete episodes, and check readiness for playback via episodes create/status/delete
  • Set, get, or delete a per-episode timeline containing chapters, images, links, and spotify_entity references via timeline set/get/delete
  • List shows and episodes via list, manage login state via auth login/status/logout, and script workflows with the --json global flag
  • Install via curl-bash, npx skills add, ClawHub/OpenClaw, the Claude Code plugin marketplace, or manual binary download

Sources

Original description (English)

Create polished audio episodes with TTS narration, rich timelines, cover images, and save them to Spotify via the save-to-spotify CLI.

History of save-to-spotify

Back to list