Spotify Api

🌐Community
by fabioc-aloha · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add spotify-api npx -- -y @trustedskills/spotify-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "spotify-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/spotify-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The Spotify API skill enables AI agents to interact directly with a user's Spotify account, allowing them to manage music playback and access personal library data. It serves as a bridge between conversational interfaces and Spotify's backend services for real-time control.

When to use it

  • Automating daily listening routines by having an agent start specific playlists or artists at scheduled times.
  • Querying a user's current listening habits to recommend similar tracks based on historical data.
  • Controlling playback state (play, pause, skip) through natural language commands in smart home environments.
  • Retrieving track metadata such as album art, artist names, and song titles for display in chat interfaces.

Key capabilities

  • Playback control (play, pause, next, previous).
  • Library access to retrieve saved songs and playlists.
  • Search functionality for finding specific tracks or artists.
  • Current playback status reporting.

Example prompts

  • "Play my 'Chill Vibes' playlist."
  • "What song is currently playing?"
  • "Search for new jazz albums by Miles Davis."

Tips & gotchas

Ensure the AI agent has explicit permission to access your Spotify account before attempting playback commands. Note that search results depend on the specific data available in the user's connected library and Spotify's public catalog at that moment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
fabioc-aloha
Installs
48

🌐 Community

Passed automated security scans.