spotify

Control Spotify playback and retrieve current track information via the Spotify Web API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill spotify-knsiuss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spotify
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/spotify
Command: npx skills add https://github.com/knsiuss/orion --skill spotify-knsiuss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to control their Spotify playback directly through natural language commands, eliminating the need to switch applications or use manual controls.

Core Features & Use Cases

  • Playback Control: Play, pause, skip tracks, and adjust volume.
  • Music Discovery: Search for songs, artists, and albums.
  • Playlist Management: Queue tracks and play specific playlists.
  • Use Case: "Play 'Bohemian Rhapsody' by Queen on Spotify." or "What's currently playing?"

Quick Start

Use the spotify skill to play the song 'Stairway to Heaven' by Led Zeppelin.

Frequently Asked Questions about spotify

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

FAQPage Schema
How do I control Spotify playback using natural language commands?

You can control Spotify playback by issuing natural language commands to play specific tracks, albums, or playlists. The Skill interfaces with the Spotify Web API to execute functions like play, pause, skip, and volume adjustment.

Can I search for music and artists directly without opening the Spotify app?

Yes, you can search for songs, artists, and albums directly. The Skill manages music discovery and playback by interfacing with the Spotify Web API, eliminating the need to switch applications or use manual controls.

How do I manage Spotify playlists and queue tracks via voice or text commands?

Managing Spotify playlists involves using natural language commands to queue tracks and play specific playlists. The Skill translates these commands into Spotify Web API requests to control your playlist playback sequence.

What is the best way to check what track is currently playing on Spotify?

To check the currently playing track, simply ask what is currently playing. The Skill retrieves real-time playback information by querying the Spotify Web API and returns the details of the active track.

Does this Spotify control method require navigating the Spotify Web API directly?

No, you do not need to navigate the Spotify Web API directly. The Skill abstracts the API interactions, allowing you to trigger playback control, search, and playlist management through simple natural language inputs.