pptx

pptx is an agent for Claude Code from cogni-work/insight-wave. It costs 162 tokens per session (1,907 once invoked), scanned A, original, Apache-2.0.

A workflow coordinator that turns a presentation brief and theme instructions into a PowerPoint file through a delegated rendering skill.

In plain words
What is it for?
Use it to create a .pptx deck from a presentation brief and theme file, or to convert an existing brief-and-theme pair into a PowerPoint deliverable.
Why use it?
It removes the need to manually coordinate the slide-rendering process and keeps the result in a specified output location.

Agent for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable. Also seen: model in frontmatter; reads .claude/ paths; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the cogni-workspace plugin — 18 agents shipped together

Good fit Use it to create a .pptx deck from a presentation brief and theme file, or to convert an existing brief-and-theme pair into a PowerPoint deliverable.

Compare 6 agents from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add cogni-work/insight-wave
Claude Code
/plugin install cogni-workspace

Made for: Claude Code.

Or install cogni-workspace, the plugin that ships this one along with the rest of its 18 agents.

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 pptx

README.md
[![agentmods](https://agentmods.dev/badge/agents/cogni-work/insight-wave/pptx.svg)](https://agentmods.dev/agents/cogni-work/insight-wave/pptx)
Your own site
<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>
Per session 162 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,907 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.00162 $0.01907
Opus 5 $0.00081 $0.00954
Sonnet 5 $0.00032 $0.00381
Haiku 4.5 $0.00016 $0.00191

Measured yesterday against content hash 1729536c20da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

cogni-workspace/agents/pptx.md · 145 lines

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 the presentation-brief.md (required)
  • THEME_FILE: absolute path to the theme.md the deck is styled from (required — the Render checkpoint resolves one before dispatching)
  • OUTPUT_PATH: absolute path where the finished .pptx must 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 .pptx at a given OUTPUT_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

  1. PRESENTATION_BRIEF is provided and the file exists
  2. THEME_FILE is provided and the file exists
  3. OUTPUT_PATH is provided and its parent directory exists
  4. 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:

  1. anthropic-skills:pptx — when the host provides it under that name
  2. document-skills:pptx — the anthropic-agent-skills marketplace plugin; on hosts where the first name does not resolve, this one carries the render

Read the full file on GitHub · 145 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. yesterday Changed · +27 lines · +29 tokens per session 1729536c20da
  2. 3d ago First seen · 118 lines · 133 tokens per session scan A d1da54d7a647

Subscribe to this mod's changes

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.

Related

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.

brycewang-stanford/Auto-Empirical-Research-Skills · 38 tokens

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…

travsteward/openwriter · 94 tokens

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.

yqi96/warranted · 48 tokens

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…

fedec65/bettercallclaude · 103 tokens

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…

MacroMan5/AutomationHelper_plugins · 368 tokens

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…

asv-digital/agents-funcionarios · 0 tokens