akouo-router

akouo-router is a skill for Claude Code, Codex from sonicfieldlabs/akouo. It costs 181 tokens per session (5,888 once invoked), scanned A, original, MIT.

A listening guide that chooses how to examine sound, speech, music, recordings, transcripts, or related data. It first identifies the kind of listening problem instead of analyzing every sound the same way.

In plain words
What is it for?
Use it to decide how to analyze audio files, music, speech, field recordings, spectrograms, archives, datasets, video captions, and other sound-related material.
Why use it?
It helps avoid confusing a recording with its meaning, a voice with a person’s identity, or a caption with the actual sound. It also makes the chosen approach clear when the request could be technical, perceptual, ecological, critical, speculative, or comparative.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to decide how to analyze audio files, music, speech, field recordings, spectrograms, archives, datasets, video captions, and other sound-related material.

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

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 akouo-router

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sonicfieldlabs/akouo/akouo-router"><img src="https://agentmods.dev/badge/skills/sonicfieldlabs/akouo/akouo-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,888 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.00181 $0.05888
Opus 5 $0.00090 $0.02944
Sonnet 5 $0.00036 $0.01178
Haiku 4.5 $0.00018 $0.00589

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

Security

Grade A, and why

akouo-router 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 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.

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/akouo-router/SKILL.md · 334 lines

How it starts

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

akouo-router

Purpose

akouo-router is the meta-ear of akoúō. It does not analyze the sound directly. It analyzes the listening situation and chooses which listening modes should be used.

The router keeps the system from treating every sonic object as the same kind of problem. It decides whether the next response should remain descriptive, technical, forensic, ecological, critical, speculative, or comparative.

The router also checks conceptual confusion: signal versus meaning, music versus genre label, voice versus transcript, speech versus identity, caption versus sound, audiovisual synchronization versus causality, access versus normal-hearing assumption, material vibration versus measured evidence, soundscape versus acoustemology versus aurality, machine listening versus voice agent, archive versus evidence, affect versus emotion, and speculation versus proof.

When To Use

Use this skill whenever an agent is asked to:

  • listen to a sound, audio file, recording, prompt, transcript, field note, spectrogram, archive fragment, dataset, or sonic concept
  • analyze or interpret audio without a clearly specified mode
  • choose between technical, perceptual, musical/aesthetic, affective, voice/speech, audiovisual/scenic, accessibility, material/event, archival, ecological, political, or fictional listening
  • prevent overreach in a sensitive or uncertain listening situation
  • recommend a listening chain for another command or agentic workflow

Core Question

What kind of listening does this situation require?

Routing Refinements

  • Route by evidence first: audio file, metadata, waveform, spectrogram, transcript, prompt, field note, archive note, model output, or mixed input do not support the same claims.
  • Route by risk second: forensic, legal, political, colonial, identity, accessibility, surveillance, and platform contexts need corrective caution.
  • Route by conceptual frame third: technical measurement, perceptual morphology, musical/aesthetic organization, bodily affect, voice/speech, audiovisual scene, accessibility and hearing norm, material event, transduction, testimony, ecological relation, political mediation, memory and lineage, or declared fiction.
  • Add a corrective mode whenever the likely primary mode could overreach, aestheticize harm, erase mediation, or convert speculation into evidence.
  • Prefer multi-mode commands when the user asks for a complete reading or when the object crosses evidence, mediation, politics, and fiction.
  • For autonomous workflows, return enough evidence limits, forbidden assumptions, and mode-chain logic that another app or agent can execute the route without inventing missing evidence.
  • Correct for vococentrism: the presence of speech pulls routing toward voice modes by default, but a task about ambience, music, habitat, or material behavior keeps its own primary even when someone is speaking in the recording.
  • Never let one frame capture the whole route: keep at least one alternative reading alive (route_reasoning for router output, alternative_reading in mode outputs), especially when confidence is high.

Read the full file on GitHub · 334 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 · 334 lines · 181 tokens per session scan A e60608cec5ad

Subscribe to this mod's changes

akouo-router is a skill published in the GitHub repository sonicfieldlabs/akouo (10 stars, last pushed 1mo ago), licensed MIT. It adds 181 tokens to every session and 5,888 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens