spotify-player

Automate Spotify playback, playlist management, and music discovery via the Spotify Web API.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/framersai/agentos-skills --skill spotify-player-framersai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spotify-player
Source: https://github.com/framersai/agentos-skills/tree/main/registry/curated/spotify-player
Command: npx skills add https://github.com/framersai/agentos-skills --skill spotify-player-framersai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes control of Spotify playback, playlist management, and music discovery via the Spotify Web API, reducing manual navigation across apps.

Core Features & Use Cases

  • Playback Control: Play, pause, skip, seek, adjust volume, shuffle, and repeat on the active device.
  • Playlist & Library Management: Create, modify, reorder, and curate playlists; add or remove tracks from the library.
  • Music Discovery: Search tracks, albums, and artists and fetch recommendations based on seed attributes.

Quick Start

Play tracks from a chosen Spotify playlist to start playback immediately.

Frequently Asked Questions about spotify-player

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

FAQPage Schema
How do I automate Spotify playback control across my devices?

Automate Spotify playback control by issuing commands through the Spotify Web API to play, pause, skip, seek, adjust volume, shuffle, and repeat tracks on your active device. The system verifies an active Spotify device is present before executing playback commands.

What OAuth scopes do I need to manage Spotify playlists via API?

Managing Spotify playlists via API requires the playlist-modify-public and playlist-modify-private OAuth scopes to create, modify, reorder, and curate playlists, while playback control requires user-modify-playback-state and user-read-playback-state scopes.

Can I search for music and get recommendations using the Spotify Web API?

Search for music and get recommendations using the Spotify Web API by querying tracks, albums, and artists, and fetching recommendations based on seed attributes to automate music discovery within your personal listening sessions.

Does Spotify API automation work if no active playback device is detected?

Spotify API automation does not work without an active device; the system ensures an active Spotify device is present before issuing playback commands and handles API rate limits to maintain session stability.

How do I add or remove tracks from my Spotify library using an API?

Add or remove tracks from your Spotify library using the API by requesting the user-library-read OAuth scope, which enables library management alongside playlist curation and playback control automation.

What is the best way to centralize Spotify music discovery and playlist curation?

The best way to centralize Spotify music discovery and playlist curation is via the Spotify Web API, which reduces manual navigation across apps by automating search, playlist management, and playback control in one interface.