
Create polished audio content and save to Spotify. Produces episodes with TTS narration, a rich timeline (chapters plus in-player images, external links, and...
Security Analysis
medium confidenceThe skill is coherent for creating and saving audio to Spotify, but users should notice that it installs an external CLI, uses Spotify OAuth, and can create or delete Spotify shows and episodes.
The requested capabilities—generating audio, creating cover art and timelines, uploading to Spotify, and managing shows/episodes—fit the stated purpose, but they include account-changing actions.
The skill includes a mandatory user interview before production work, which is a useful control. Its CLI reference also documents destructive show/episode deletion commands, so users should require explicit confirmation for those operations.
There is no install spec, but the instructions tell the agent to install a remote CLI via a curl-to-bash command after user confirmation. This is disclosed and central to the skill, but the executable is not included in the reviewed artifacts.
Spotify OAuth and optional TTS/image-provider credentials are proportionate to the feature set and are disclosed in the references, though registry requirements list no required env vars or primary credential.
The CLI stores a Spotify token locally and the workflow writes generated audio, images, descriptions, and timelines to disk. This is expected for the workflow but should be understood before use.
Guidance
Before installing, confirm you trust the external `save-to-spotify` CLI source, review the Spotify OAuth permissions, and ask the agent to confirm before creating, deleting, or recreating any show or episode. For sensitive content, choose a local TTS/image provider rather than sending text or prompts to cloud services.
Latest Release
v0.1.1
save-to-spotify 0.1.1 - Updated reference documentation in cli-usage.md and timeline.md. - No changes to logic or functionality; this is a documentation update only.
More by @spotify
Published by @spotify on ClawHub