spotify

spotify is a skill for Claude Code, Codex from emanueleielo/ciana-parrot. It costs 28 tokens per session (1,264 once invoked), scanned B, original, MIT.

A control interface for Spotify, the music streaming service, through the spogo command-line tool.

In plain words
What is it for?
Use it to play, pause, skip, and search for tracks, albums, artists, or playlists, as well as manage playback devices, queues, and currently playing music.
Why use it?
It lets you manage listening without opening the Spotify app or handling playback controls manually.

Skill for Claude CodeCodex

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

Good fit Use it to play, pause, skip, and search for tracks, albums, artists, or playlists, as well as manage playback devices, queues, and currently playing music.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/emanueleielo/ciana-parrot/spotify
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 emanueleielo/ciana-parrot --skill spotify
Clone the repo
git clone --depth 1 https://github.com/emanueleielo/ciana-parrot

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/emanueleielo/ciana-parrot/spotify/github.svg)](https://agentmods.dev/skills/emanueleielo/ciana-parrot/spotify)
Your own site
<a href="https://agentmods.dev/skills/emanueleielo/ciana-parrot/spotify"><img src="https://agentmods.dev/badge/skills/emanueleielo/ciana-parrot/spotify/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/emanueleielo/ciana-parrot/spotify"><img src="https://agentmods.dev/badge/skills/emanueleielo/ciana-parrot/spotify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,264 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00028 $0.01264
Opus 5 $0.00014 $0.00632
Sonnet 5 $0.00006 $0.00253
Haiku 4.5 $0.00003 $0.00126

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

Security

Grade B, and why

spotify scanned grade B with 1 finding 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 11d 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

2. **Always verify playback after `spogo play`** — run `spogo status --json` and check that `is_playing` is `true` and the correct track is loaded. Never tell the user "it's playing" without verifying.
skills/spotify/SKILL.md · 134 lines

How it starts

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

Spotify

Use the spotify bridge to control Spotify playback via spogo on the host.

When to Use

  • User asks to play, pause, skip music
  • Searching for songs, albums, artists, playlists
  • Managing playback devices or queue
  • Checking what's currently playing

When NOT to Use

  • Apple Music -> not supported
  • Sonos playback -> use sonos bridge
  • Local audio files -> not supported

Critical Rules

  1. Only run spogo commands through host_execute. Never run sleep, echo, or any non-spogo command through the spotify bridge — they will be blocked by the gateway allowlist.
  2. Always verify playback after spogo play — run spogo status --json and check that is_playing is true and the correct track is loaded. Never tell the user "it's playing" without verifying.
  3. Use --device flag when targeting a specific device, especially if spogo play fails with "missing device id".

Commands

All commands run via host_execute(bridge="spotify", command="...").

Play by Name (most common workflow)

IMPORTANT: spogo play requires a Spotify URI, not a name. Follow this exact sequence:

  1. Search: spogo search track "song name" --json (or artist/album/playlist)
  2. Extract the uri field from the first result
  3. Play: spogo play <uri>
  4. Verify: spogo status --json — check is_playing: true and correct track name
  5. If is_playing: false, see "Known Issues" below

Playback

spogo status                                   # What's playing (text)
spogo status --json                            # What's playing (JSON, use for verification)
spogo play <uri>                               # Play a specific URI
spogo play <uri> --device "MacBook Air"        # Play on a specific device
spogo pause                                    # Pause
spogo next                                     # Next track
spogo prev                                     # Previous track

Search

Always use --json to get URIs for playback.

Read the full file on GitHub · 134 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. 11d ago First seen · 134 lines · 28 tokens per session scan B bddf8232e52f

Subscribe to this mod's changes

spotify is a skill published in the GitHub repository emanueleielo/ciana-parrot (77 stars, last pushed 4mo ago), licensed MIT. It adds 28 tokens to every session and 1,264 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skin-creator

Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.

netease-youdao/LobsterAI · 48 tokens

music-search

Search cloud drives for downloadable music resources (songs, albums, lossless audio). Use this skill when the user wants to download a specific song or album. Do NOT use for general music information, lyrics, or recommendations.

netease-youdao/LobsterAI · 47 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

netease-youdao/LobsterAI · 59 tokens

qwen-image

Generate images using Qwen Image API (Alibaba Cloud DashScope). Use when users request image generation with Chinese prompts or need high-quality AI-generated images from text descriptions.

xyva-yuangui/XyvaClaw · 37 tokens

screenshot-sender

Capture screenshots on macOS and optionally send them to Feishu chats. Use when the user asks to take a screenshot, capture the screen, send a screenshot, or needs visual evidence of something on screen. Supports full screen, window, and region capture modes.

xyva-yuangui/XyvaClaw · 57 tokens

video-subtitles

Generate SRT subtitles from video/audio with translation support. Transcribes Chinese (FunASR/Whisper), English (Whisper), Hebrew (ivrit.ai), translates between languages, burns subtitles into video. Use for creating captions, transcripts, or hardcoded subtitles.

xyva-yuangui/XyvaClaw · 58 tokens