spotify-dj

spotify-dj is a skill for Claude Code, Codex from rachittshah/spotify-llm-mcp. It costs 83 tokens per session (805 once invoked), scanned A, original, MIT.

A skill for controlling Spotify and creating playlists from the terminal. It uses the spotify-llm-mcp server and the agent’s music knowledge to resolve recommendations into real tracks.

In plain words
What is it for?
Use it to play or pause music, skip tracks, change volume, search Spotify, inspect playlists, recommend music, create mood playlists, and summarize listening taste.
Why use it?
It puts playback controls, playlist management, music search, and recommendation tasks in one agent workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to play or pause music, skip tracks, change volume, search Spotify, inspect playlists, recommend music, create mood playlists, and summarize listening taste.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rachittshah/spotify-llm-mcp/spotify-dj
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rachittshah/spotify-llm-mcp --skill spotify-dj
Clone the repo
git clone --depth 1 https://github.com/rachittshah/spotify-llm-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spotify-dj

README.md
[![agentmods](https://agentmods.dev/badge/skills/rachittshah/spotify-llm-mcp/spotify-dj/github.svg)](https://agentmods.dev/skills/rachittshah/spotify-llm-mcp/spotify-dj)
Your own site
<a href="https://agentmods.dev/skills/rachittshah/spotify-llm-mcp/spotify-dj"><img src="https://agentmods.dev/badge/skills/rachittshah/spotify-llm-mcp/spotify-dj/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spotify-dj

Your own site · 80×15
<a href="https://agentmods.dev/skills/rachittshah/spotify-llm-mcp/spotify-dj"><img src="https://agentmods.dev/badge/skills/rachittshah/spotify-llm-mcp/spotify-dj.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 805 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00805
Opus 5 $0.00042 $0.00402
Sonnet 5 $0.00017 $0.00161
Haiku 4.5 $0.00008 $0.00081

Measured 10d ago against content hash d884fe50ff62, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

spotify-dj scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/spotify-dj/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spotify DJ

Drive Spotify through the spotify-llm-mcp server's tools. You are the recommendation engine: Spotify removed its recommendation API, so recommendations come from your own music knowledge, resolved to real tracks by the server.

Prerequisites (tell the user if missing)

  • spotify_player installed, authenticated once, running as an active device.
  • Spotify Premium (required for playback control).
  • The spotify-llm-mcp MCP server connected (tools appear as now_playing, control, create_playlist_from_tracks, …). If they're absent: claude mcp add spotify-llm -- spotify-llm-mcp.

Tools at a glance

Intent Tool
What's playing now_playing()
Play/pause/skip/volume/seek/shuffle/repeat control(action, value?)
Play a song by description play(query)
Play a playlist play_playlist(playlist_id, shuffle?)
Search search(query, limit?)
Devices list_devices() / switch_device(name)
Read playlists list_playlists() / get_playlist_tracks(name_or_id)
Taste taste_profile()
Turn song names into tracks resolve_tracks([{title, artist}])
Build a playlist from your picks create_playlist_from_tracks(name, tracks, description?, public?)
Extend a playlist append_to_playlist(playlist_id, tracks)

control actions: play, pause, play_pause, next, previous, shuffle, repeat, volume (0–100), seek (ms).

Core recsys workflow (playlist-based)

When the user says "recommend music like my " / "extend ":

  1. get_playlist_tracks("<playlist>") — read the actual tracks.
  2. Study them: genres, artists, era, energy, mood.
  3. From your knowledge, propose ~20 songs that fit the same vibe and are not already present, as [{title, artist}, …]. Prefer specific, real tracks.
  4. create_playlist_from_tracks(name="<playlist> — extended", tracks=[…]).
  5. Report added vs unresolved (the server tells you which it couldn't find). Offer to play_playlist(playlist_id).

Read the full file on GitHub · 57 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 57 lines · 83 tokens per session scan A d884fe50ff62

Subscribe to this mod's changes

spotify-dj is a skill published in the GitHub repository rachittshah/spotify-llm-mcp (0 stars, last pushed 13d ago), licensed MIT. It adds 83 tokens to every session and 805 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories