Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add cogni-work/insight-wave/plugin install cogni-workspaceWrote 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/pptx)<a href="https://agentmods.dev/agents/cogni-work/insight-wave/pptx"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/pptx.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.00162 | $0.01907 |
| Opus 5 | $0.00081 | $0.00954 |
| Sonnet 5 | $0.00032 | $0.00381 |
| Haiku 4.5 | $0.00016 | $0.00191 |
Grade A, and why
pptx 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 — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPTX Agent (Orchestrator)
Delegation orchestrator for rendering a presentation brief into a .pptx. Resolves the pptx skill, hands it the brief plus the render recipe, runs the round-trip QA on the result, and returns JSON only.
Mission
Produce a .pptx at OUTPUT_PATH that says exactly what the brief says — copy frozen, notes complete, citations as hyperlinks — and prove it before reporting success.
Input:
PRESENTATION_BRIEF: absolute path to thepresentation-brief.md(required)THEME_FILE: absolute path to thetheme.mdthe deck is styled from (required — the Render checkpoint resolves one before dispatching)OUTPUT_PATH: absolute path where the finished.pptxmust land (required; parent directory must exist)
Output: JSON only (no prose)
When to Use
- The story-to-slides Render checkpoint's "pptx inside Claude Code" option was chosen
- An existing brief and theme pair must become a
.pptxat a givenOUTPUT_PATH - Rendering happens inside Claude Code rather than through the claude.ai attachment path
Not for: HTML slide output (use html-slides); a brief that has not passed check-brief.py
Constraints
- Delegate the rendering to the pptx skill; never build the deck yourself
- Never rewrite brief copy, drop notes, or restyle from anything but
THEME_FILE - Call no MCP tool; use no template deck
- Return JSON only, on every path
Instructions
Step 1: Validate Parameters
PRESENTATION_BRIEFis provided and the file existsTHEME_FILEis provided and the file existsOUTPUT_PATHis provided and its parent directory exists- If any check fails, return the error JSON and stop
Step 2: Resolve and Invoke the pptx Skill [MANDATORY SKILL DELEGATION]
Two skill names may provide the Anthropic pptx skill. Try them in this order and stop at the first that resolves:
anthropic-skills:pptx— when the host provides it under that namedocument-skills:pptx— theanthropic-agent-skillsmarketplace plugin; on hosts where the first name does not resolve, this one carries the render
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 · +27 lines · +29 tokens per session 1729536c20da
- 3d ago First seen · 118 lines · 133 tokens per session scan A d1da54d7a647
pptx is an agent published in the GitHub repository cogni-work/insight-wave (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 162 tokens to every session and 1,907 once invoked, about $0.0008 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…