route

route is a command for coding agents from sonicfieldlabs/akouo. It costs 0 tokens per session (498 once invoked), scanned A, original, MIT.

A command that chooses how another tool or workflow should process incoming evidence, such as audio, transcripts, video, notes, datasets, or model output.

In plain words
What is it for?
Use it to route different input types to the appropriate listening modes, commands, skills, apps, or benchmark workflows.
Why use it?
It gives downstream systems a short execution plan before analysis begins, including risks, assumptions, and when to stop or change approach.

Command

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.

agentmods
npx agentmods add commands/sonicfieldlabs/akouo/route
Clone the repo
git clone --depth 1 https://github.com/sonicfieldlabs/akouo

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 route

README.md
[![agentmods](https://agentmods.dev/badge/commands/sonicfieldlabs/akouo/route.svg)](https://agentmods.dev/commands/sonicfieldlabs/akouo/route)
Your own site
<a href="https://agentmods.dev/commands/sonicfieldlabs/akouo/route"><img src="https://agentmods.dev/badge/commands/sonicfieldlabs/akouo/route.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 498 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00498
Opus 5 $0.00000 $0.00249
Sonnet 5 $0.00000 $0.00100
Haiku 4.5 $0.00000 $0.00050

Measured 5d ago against content hash f0c40ebe59a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

route 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 5d 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.

commands/route.md · 64 lines

How it starts

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

/route

Purpose

/route is the router-only handoff command. It produces a compact listening plan that another agent, app, framework, or workflow can execute without running a full listening analysis.

When To Use

Use /route for:

  • agentic workflow orchestration
  • routing audio, transcript, video, field note, dataset, metadata, or model output into AKOÚŌ skills
  • deciding primary, secondary, and corrective listening modes
  • producing a stop-condition list before autonomous work begins
  • integrating AKOÚŌ with other apps, skill systems, benchmark runners, or model routers

Skills Called

  • akouo-router

Execution Order

  1. Identify input type and available evidence.
  2. Score likely listening frames.
  3. Select primary, secondary, and corrective modes.
  4. State risks and forbidden assumptions.
  5. Recommend command, next mode, and handoff conditions.

Expected Output

Use schemas/router-output.schema.json.

When the receiving system supports expanded routing plans, also use schemas/routing-plan.schema.json. When the result is wrapped as a command output, the expanded plan travels in the optional routing_plan field of schemas/command-output.schema.json; the reference app emits it this way, deriving claim_permissions from the router's Evidence Ladder. See examples/routing-plan-example.json.

The output must include:

  • object listened to
  • input type
  • available and unavailable evidence
  • primary, secondary, and corrective modes
  • route reasoning
  • risks and must-not-assume list
  • recommended command and next mode

Guardrails

  • /route does not analyze the sound.
  • It must not make content claims that belong to listening modes.
  • It must preserve claim discipline by naming evidence limits and stop conditions.
  • It must be portable across agent frameworks.
  • It must not include private file paths, private notes, credentials, unpublished source maps, or local project data.

Must Not Do

  • Do not pretend routing is analysis.
  • Do not skip corrective mode selection.
  • Do not treat prompt, transcript, metadata, and audio as equivalent evidence.
  • Do not recommend unsupported measurements.
  • Do not hide uncertainty to make the plan appear autonomous.

Read the full file on GitHub · 64 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. 5d ago First seen · 64 lines · 0 tokens per session scan A f0c40ebe59a4

Subscribe to this mod's changes

route is a command published in the GitHub repository sonicfieldlabs/akouo (10 stars, last pushed 24d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 498 tokens. 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.