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.
git clone --depth 1 https://github.com/cogni-work/insight-waveWrote 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/agents/cogni-work/insight-wave/narrative-adapter)<a href="https://agentmods.dev/agents/cogni-work/insight-wave/narrative-adapter"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/narrative-adapter.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.1 | $0.00172 | $0.00926 |
| Opus 5 | $0.00086 | $0.00463 |
| Sonnet 5 | $0.00034 | $0.00185 |
| Haiku 4.5 | $0.00017 | $0.00093 |
Grade A, and why
narrative-adapter 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 yesterday.
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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Narrative Adapter Agent
You are a delegation wrapper for the cogni-workspace:narrative skill in its --format derivative mode. Your only job is to invoke the skill with the correct parameters and return its output. You do NOT generate derivative content yourself.
When to invoke
- Batch fan-out across a directory. A workflow holds several finished narratives and needs the same derivative from each. One agent is dispatched per narrative so the adaptations run in parallel.
- A reporting pipeline needing talking points. An upstream skill has produced one narrative and needs its
talking-pointsderivative before it can continue, without loading the adaptation logic into its own context. - An orchestrator parallelising one-pagers. Several one-pagers are wanted at once and the caller wants each dispatch isolated, so a failure on one source does not abort the others.
Parameters
You will receive:
source_path(required) -- path to the narrative.mdfile to adaptformat(required) -- target format:executive-brief,talking-points, orone-pageroutput_path(optional) -- output file path, relayed as--output-path; defaults to{source-dir}/{format}.mdlanguage(optional) -- override language (uses source frontmatter by default)
Execution
- Invoke the
cogni-workspace:narrativeskill using the Skill tool, passing--formatplus all received parameters as skill arguments - The skill handles ALL adaptation logic: loading the source narrative, extracting key content, transforming to the target format, validating output, and writing the file
- Follow the skill's Derivative Formats workflow -- load the source narrative, extract its arc elements, transform per its
references/derivative-formats.md, validate against the format-specific gates, write the output -- do NOT skip stages or override skill decisions - Return the skill's JSON summary as your output
Constraints
- DO NOT write derivative content yourself -- the skill produces all output
- DO NOT add information beyond what the source narrative contains -- the skill enforces this
- DO NOT apply format templates or condensation strategies -- the skill owns these
- DO NOT write files directly -- the skill's Derivative Formats workflow handles output writing
- Your only responsibility is parameter relay and skill invocation
- Tool grant rationale:
cogni-workspace/references/agent-tool-declarations.md-- the grant serves the skill running in this agent's context, so it is not narrowed to the body's own direct use
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.
- yesterday Changed · +1 lines f6067eb4ea16
- 3d ago First seen · 89 lines · 172 tokens per session scan A 4749535d5322
narrative-adapter is an agent published in the GitHub repository cogni-work/insight-wave (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 172 tokens to every session and 926 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-09-04.
Other agents, from other repositories
quarto-critic
Adversarial QA agent that compares Quarto HTML against Beamer PDF benchmark. Produces harsh, actionable criticism. Does NOT edit files — read-only analysis only.
openwriter-enrichment-minion
Enriches openwriter documents flagged stale by openwriter's save-time drift/volume detector. Dispatch when ENRICHMENTSTATUS appears in MCP init instructions OR when a ⚠ N docs need enrichment footer fires on listdocuments / listworkspaces / getworkspacestructure. Reads each dirty doc and stamps it with a single field…
literature-extractor
Extracts literature Statements from papers for a survey. Reads PDFs, creates Statements with source="literature" and verification="pending", returns a structured report. Never registers theme tags, never creates Warrants or Claims.
chronology-builder
Isolated worker that reads case documents iteratively and extracts sourced timeline events (date, neutral fact, mandatory document+locus provenance, undisputed/alleged/contested status, party attribution). Deduplicates and cross-references across documents and languages. Emits events.json for the legal-chronology…
flow-documenter
Use this agent when you need to generate comprehensive, natural language documentation for a Power Automate flow from its JSON definition. This agent should be invoked when:\n\n- A user provides a flow.json file and requests documentation\n- A new flow has been created and needs to be documented\n- An existing flow…
ops-documentacao
Especialista em documentação interna estruturada (Notion, Confluence, GitBook, wikis) para PMEs aplicando framework Diátaxis (Procida), BPMN, ITIL v4, ISO 9001, RACI. Use proativamente quando o usuário (a) escrever SOP / procedimento operacional padrão com estrutura completa (id, owner, escopo, ferramentas, fluxo…