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.
npx agentmods add commands/sonicfieldlabs/akouo/remembergit clone --depth 1 https://github.com/sonicfieldlabs/akouoWrote 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.
[](https://agentmods.dev/commands/sonicfieldlabs/akouo/remember)<a href="https://agentmods.dev/commands/sonicfieldlabs/akouo/remember"><img src="https://agentmods.dev/badge/commands/sonicfieldlabs/akouo/remember.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00760 |
| Opus 5 | $0.00000 | $0.00380 |
| Sonnet 5 | $0.00000 | $0.00152 |
| Haiku 4.5 | $0.00000 | $0.00076 |
Grade A, and why
remember 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/remember
Purpose
/remember is the memory command of akoúō. It situates one sonic object in its lineage against a sound-memory store and registers the present listening into that store.
Use it when a listening should not evaporate: when the sound belongs to a series, an archive, a practice, or a body of work whose memory matters.
When To Use
Use /remember for:
- registering a listening into an akousma/akousmata-style store or any sound-memory record system
- comparing a new sound against stored records before deciding it is new
- longitudinal listening: same place, instrument, voice, or system across time
- keeping lineage: what a sound derives from, varies, answers, or repeats
- reviewing what the store already holds — and lacks — about a sound
For memory comparison WITHOUT writing, run the same chain under a read-only preset (recall in presets/presets.json) or state explicitly that no record should be created.
Skills Called
akouo-routermemory-lineage-listening(primary)acoulogical-object-listening(secondary)signal-inspection-listening(corrective)
Execution Order
- Run
akouo-router; confirm store availability is part of the evidence inventory. - Run
acoulogical-object-listeningfor a fresh perceptual description that memory must not overwrite. - Run
memory-lineage-listeningagainst the consulted records. - Run
signal-inspection-listeningas corrective when apparent recurrence or change could be apparatus difference. - Synthesize; populate the
memoryblock (akousma_id,akousmata_refs,lineage_note) on outputs the host will store. - When the host store speaks akousma spec v1.2, pass through its
location(where heard) andcapture(past/future direction + window seconds) blocks untouched — they are the host's record, not listening claims. Claims that lean on them takesource: "metadata"; location is consent-scoped and never travels further than the store the host names.
Expected Output
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.
- 3d ago First seen · 68 lines · 0 tokens per session scan A 90d2c4551325
remember is a command published in the GitHub repository sonicfieldlabs/akouo (10 stars, last pushed 22d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 760 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.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.