Spotify Automation
Automate Spotify workflows including playlist management, music search, playback control, and user profile access via Composio
npx skills add ComposioHQ/awesome-claude-skills --skill spotify-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Spotify Automation Automate Spotify operations -- manage playlists, search the music catalog, control playback, browse albums and tracks, and access user profiles -- all orchestrated through the Composio MCP integration. **Toolkit docs:** [composio.dev/toolkits/spotify](https://composio.dev/toolkits/spotify) --- ## Setup 1. Connect your Spotify account through the Composio MCP server at `https://rube.app/mcp` 2. The agent will prompt you with an authentication link if no active connection exists 3. Once connected, all `SPOTIFY_*` tools become available for execution 4. **Note:** Some features (playback control) require a Spotify Premium subscription --- ## Core Workflows ### 1. Get Current User Profile Retrieve comprehensive profile information for the authenticated Spotify user. **Tool:** `SPOTIFY_GET_CURRENT_USER_S_PROFILE` ``` No parameters required. Returns: display name, email, country, subscription level (premium/free), explicit content settings, profile images, follower count, and Spotify URIs. Required scopes: user-read-private, user-read-email. ``` --- ### 2. Search the Spotify Catalog Find albums, artists, playlists, tracks, shows, episodes, or audiobooks by keyword. **
- Setup
- Core Workflows
- 1. Get Current User Profile
- 2. Search the Spotify Catalog
- 3. Manage Playlists
- 4. Browse Playlist Items & Add Tracks
- 5. Get Track & Album Details
- 6. Control Playback
- Known Pitfalls
- Quick Reference
What does the Spotify Automation skill do?
Automate Spotify workflows including playlist management, music search, playback control, and user profile access via Composio
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill spotify-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
