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.
npx skills add emanueleielo/ciana-parrot --skill spotifygit clone --depth 1 https://github.com/emanueleielo/ciana-parrotWrote 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.
[](https://agentmods.dev/skills/emanueleielo/ciana-parrot/spotify)<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.
<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>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.
| Model | Per session | Once 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 |
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. 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
- Only run
spogocommands throughhost_execute. Never runsleep,echo, or any non-spogo command through the spotify bridge — they will be blocked by the gateway allowlist. - Always verify playback after
spogo play— runspogo status --jsonand check thatis_playingistrueand the correct track is loaded. Never tell the user "it's playing" without verifying. - Use
--deviceflag when targeting a specific device, especially ifspogo playfails 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:
- Search:
spogo search track "song name" --json(or artist/album/playlist) - Extract the
urifield from the first result - Play:
spogo play <uri> - Verify:
spogo status --json— checkis_playing: trueand correct track name - 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.
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.
- 11d ago First seen · 134 lines · 28 tokens per session scan B bddf8232e52f
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.
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.
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.
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.
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.
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.
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.