Show the album artwork (cover art) of the currently playing track. Use when the user asks to see the album art, cover image, or artwork of what's playing.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Bangs00/claude-media-control --skill artwork --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Artwork?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bangs00-artwork)More formats (shields.io, HTML) on the badges page.
---
name: artwork
description: Show the album artwork (cover art) of the currently playing track. Use when the user asks to see the album art, cover image, or artwork of what's playing.
allowed-tools: Bash, Read
---
Artwork fetch result (JSON):
!`"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" artwork`
- If the JSON has a `path`: display the image by using the Read tool on that
exact path, then caption it in one markdown line: `**<title>** — *<artist>*` (run
`"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" now` with Bash only if you still
need the track info).
- If the JSON is `null`: the current track has no artwork, or nothing is
playing — tell the user which (check `media.sh now` if unsure).
- If the command failed: relay the stderr hint briefly. Artwork requires the
native helper (the fallback cannot read it) — point to `/media:doctor`.
The image file lives under `$TMPDIR` and is overwritten on each call; never
paste its contents as base64 into the conversation.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.