c-speakers

c-speakers is a skill for Claude Code, Codex from daxaur/openpaw. It costs 39 tokens per session (375 once invoked), scanned A, original, MIT.

A command-line control for Sonos, a system of networked speakers that can play audio in multiple rooms. It uses the sonos CLI to control speakers and room groups on the local network.

In plain words
What is it for?
Use it to find rooms, play or pause audio, skip tracks, change volume, play saved favorites, group rooms, ungroup them, and view what is playing.
Why use it?
It lets an agent operate Sonos without manually opening the Sonos app for every playback or volume change.

Skill for Claude CodeCodex

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

Good fit Use it to find rooms, play or pause audio, skip tracks, change volume, play saved favorites, group rooms, ungroup them, and view what is playing.

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

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 c-speakers

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/daxaur/openpaw/c-speakers"><img src="https://agentmods.dev/badge/skills/daxaur/openpaw/c-speakers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 375 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.00039 $0.00375
Opus 5 $0.00019 $0.00187
Sonnet 5 $0.00008 $0.00075
Haiku 4.5 $0.00004 $0.00038

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

Security

Grade A, and why

c-speakers 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 9d 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.

skills/c-speakers/SKILL.md · 60 lines

What it actually says

What This Skill Does

Enables Claude to control Sonos speakers — playback, volume, grouping, and favorites — via the sonos CLI.

Available CLI Tool: sonos

Common Commands

# List all Sonos rooms/players
sonos rooms

# Play and pause
sonos play --room "Living Room"
sonos pause --room "Living Room"

# Skip tracks
sonos next --room "Living Room"
sonos previous --room "Living Room"

# Set volume (0-100)
sonos volume 50 --room "Living Room"

# Adjust volume relative
sonos volume +10 --room "Kitchen"
sonos volume -5 --room "Kitchen"

# Play a favorite (from Sonos app favorites)
sonos favorite "Morning Jazz" --room "Bedroom"

# List favorites
sonos favorites

# Group rooms together
sonos group "Kitchen" --with "Living Room"

# Ungroup a room
sonos ungroup "Kitchen"

# Show now playing info
sonos status --room "Living Room"

Usage Guidelines

  • Always specify --room to target the correct speaker
  • Use sonos rooms to discover available rooms if unsure of names
  • Grouping joins a room into the specified room's group

Notes

  • Requires sonos CLI (sonoscli) installed and Sonos system on local network
  • Favorites must be pre-configured in the Sonos app
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. 9d ago First seen · 60 lines · 39 tokens per session scan A 87c7bc552615

Subscribe to this mod's changes

c-speakers is a skill published in the GitHub repository daxaur/openpaw (167 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 375 once invoked, about $0.0002 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-30.