soundhermes

soundhermes is a skill for Claude Code, Codex from iamlukethedev/Hermes3D. It costs 18 tokens per session (779 once invoked), scanned A, a copy of soundclaw, MIT.

A music skill for Spotify, a service for streaming songs and playlists. It can handle music searches, playback requests, queues, and shareable Spotify links.

In plain words
What is it for?
Finding songs, albums, or playlists; playing or queueing music; controlling Spotify playback; and sharing Spotify links.
Why use it?
It gives the agent a defined way to respond to music requests, including requests received through external channels. It also covers what to return when playback cannot start but matching music is found.

Skill for Claude CodeCodex

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

Good fit Finding songs, albums, or playlists; playing or queueing music; controlling Spotify playback; and sharing Spotify links.

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

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 soundhermes

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iamlukethedev/hermes3d/soundhermes"><img src="https://agentmods.dev/badge/skills/iamlukethedev/hermes3d/soundhermes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 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 88% copy Near-identical to another mod 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.00018 $0.00779
Opus 5 $0.00009 $0.00390
Sonnet 5 $0.00004 $0.00156
Haiku 4.5 $0.00002 $0.00078

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

Security

Grade A, and why

soundhermes 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.

Origin

This is a copy

88% identical to soundclaw — 38 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

assets/skills/soundhermes/SKILL.md · 93 lines

How it starts

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

SOUNDHERMES

Use this skill when the user wants an agent to search for music, play a song or playlist, control Spotify playback, or send back a shareable Spotify link on the same channel the request came from.

Trigger

{
  "activation": {
    "anyPhrases": [
      "spotify",
      "play a song",
      "play this song",
      "play music",
      "play a playlist",
      "find a song",
      "queue this song",
      "music link"
    ]
  },
  "movement": {
    "target": "jukebox",
    "skipIfAlreadyThere": true
  }
}

When this skill is activated, the agent should walk to the office jukebox before handling the request.

  • Treat requests from Telegram or any other external surface as valid triggers when they ask for Spotify playback, search, queueing, or music-link sharing.
  • The physical behavior for this skill is: go to the jukebox, perform the music-selection workflow, then report the result.
  • If the agent is already at the jukebox, continue without adding extra movement narration.

Channel behavior

  • Reply on the same active channel or session that received the request.
  • If playback cannot start but a matching track, album, or playlist is found, send back the best Spotify link instead of failing silently.
  • If multiple matches are plausible, ask a clarifying question instead of guessing.

Gateway Skill Contract

This section is for developers implementing the backend skill handler. The Hermes3D UI handles authentication via Spotify PKCE OAuth in the browser. The gateway skill handles agent-driven requests via the soundhermes.* RPC namespace.

Authentication model

The user authenticates directly in the browser (PKCE, no secret required). The access token is stored in browser localStorage under the key soundhermes_token.

For agent-driven playback (e.g. "play Jazz for me"), the gateway skill should either:

  • Use a server-side Spotify app token (Client Credentials) for search-only actions, or
  • Instruct the agent to tell the user to use the jukebox panel for actual playback

Read the full file on GitHub · 93 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 · 93 lines · 18 tokens per session scan A 35475f95371a

Subscribe to this mod's changes

soundhermes is a skill published in the GitHub repository iamlukethedev/Hermes3D (357 stars, last pushed 12d ago), licensed MIT. It adds 18 tokens to every session and 779 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to soundclaw, differing in 38 lines, and is treated as a copy.