Spotify Automation

Automate Spotify playback, playlist management, and audio analysis via the Spotify API.

368|75|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/claude-office-skills/skills --skill spotify-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Spotify Automation
Source: https://github.com/claude-office-skills/skills/tree/main/spotify-automation
Command: npx skills add https://github.com/claude-office-skills/skills --skill spotify-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates common Spotify tasks, allowing users to manage music playback, curate playlists, and discover new music programmatically.

Core Features & Use Cases

  • Playback Control: Play, pause, skip tracks, adjust volume, and manage shuffle/repeat modes.
  • Playlist Management: Create new playlists, add/remove tracks, and generate smart playlists based on audio features or genres.
  • Music Discovery: Get track recommendations based on seeds (tracks, artists, genres) and target audio features.
  • Audio Analysis: Retrieve detailed audio features for tracks to understand their characteristics (e.g., energy, danceability, valence).
  • Use Case: Automatically generate a "Focus Flow" playlist each morning with instrumental tracks that have high energy and low speechiness.

Quick Start

Use the Spotify Automation skill to play the track 'Bohemian Rhapsody' by Queen.

Frequently Asked Questions about Spotify Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Spotify playlist generation based on audio features?

You can automate Spotify playlist generation by using seed tracks, artists, or genres alongside target audio features like energy and danceability to programmatically curate and create new playlists.

Can I control Spotify music playback programmatically through an API?

Yes, you can control Spotify music playback programmatically to play, pause, skip tracks, adjust volume, and manage shuffle or repeat modes using integrated API tools.

How do I get music recommendations based on track energy and danceability?

Retrieve music recommendations by providing seed tracks or artists and targeting specific audio features such as energy, valence, or danceability to discover matching tracks.

Do I need Spotify API authentication to manage playlists and analyze audio?

Yes, Spotify API authentication and data access integration are required to manage playlists, control playback, and retrieve detailed audio feature analysis for tracks.

What is audio analysis for Spotify tracks and when do I need it?

Audio analysis retrieves detailed track characteristics like energy, danceability, and speechiness. You need it when building smart playlists or filtering music by specific acoustic attributes.

Are there limitations when using Spotify API for automated music discovery?

Limitations include dependency on Spotify API authentication and access permissions, meaning automated music discovery and playback control require valid API credentials to function correctly.