pptx-digest

pptx-digest is an agent for Claude Code from gonzalezpazmonica/pm-workspace. It costs 79 tokens per session (1,030 once invoked), scanned A, a copy of pptx-digest, MIT.

An agent that extracts and organizes information from PowerPoint files. It reads slide text, presenter notes, tables, images, diagrams, and chart data, then creates a written digest.

In plain words
What is it for?
Use it to process new PPTX files, summarize their contents, inspect embedded visuals and charts, resolve terms using project documents, and update living context files.
Why use it?
It turns presentation content into searchable project context and gives extra attention to presenter notes, which often contain important explanations.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions OpenCode.

Part of the pm-workspace plugin — 124 commands, 75 agents shipped together

Good fit Use it to process new PPTX files, summarize their contents, inspect embedded visuals and charts, resolve terms using project documents, and update living context files.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gonzalezpazmonica/pm-workspace/pptx-digest
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.

Clone the repo
git clone --depth 1 https://github.com/gonzalezpazmonica/pm-workspace

Made for: Claude Code.

Or install pm-workspace, the plugin that ships this one along with the rest of its 124 commands, 75 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-digest

README.md
[![agentmods](https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/pptx-digest/github.svg)](https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/pptx-digest)
Your own site
<a href="https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/pptx-digest"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/pptx-digest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pptx-digest

Your own site · 80×15
<a href="https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/pptx-digest"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/pptx-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 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,030 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 100% copy Near-identical to another mod 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.00079 $0.01030
Opus 5 $0.00039 $0.00515
Sonnet 5 $0.00016 $0.00206
Haiku 4.5 $0.00008 $0.00103

Measured 9d ago against content hash 2dad5cb9da53, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

pptx-digest 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 9d 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.

Origin

This is a copy

100% identical to pptx-digest — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/pptx-digest.md · 100 lines

How it starts

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

pptx-digest — Digestion Contextual de PowerPoint en 4 Fases

Extrae informacion de presentaciones. Las notas del presentador son la fuente MAS valiosa — priorizarlas sobre texto de slides. Produce digest .md y actualiza documentos de contexto del proyecto.

Dependencia: pip install python-pptx Pillow (instalar si falta)

Fase 1 — Extraccion bruta (sin contexto)

  1. Extraer metadatos: autor, fecha, titulo, num slides
  2. Para cada slide: texto de shapes, tablas, notas del presentador
    • shape.has_text_frame → paragraphs
    • shape.has_table → rows/cells
    • slide.has_notes_slide → notes_text_frame.text
  3. Extraer imagenes embebidas (shape.shape_type == 13shape.image.blob)
  4. Para imagenes de diagramas/graficos: leer con Read (Claude Vision)
  5. Extraer datos de graficos si hay shape.has_chart (series, categorias, valores)
  6. Marcar [?] textos en imagenes no legibles, acronimos, nombres ambiguos
  7. Si >30 slides: foco en las 15 con mas contenido

Fase 2 — Carga de contexto y resolucion

Leer ficheros del proyecto:

  • CLAUDE.md, README.md, RULES.md, GLOSSARY.md (si existen)
  • team/TEAM.md, STATUS.md (si existen)

Resolver ambiguedades con diccionario del proyecto. Especial atencion a: nombres en organigramas, acronimos en diagramas, cifras vs metricas conocidas.

Fase 3 — Analisis y sintesis

  1. Clasificar: steerco/ejecutiva | tecnica | formacion | propuesta | demo
  2. Extraer segun tipo:
    • Steerco: KPIs con valores y tendencias, decisiones, riesgos escalados
    • Tecnica: componentes, relaciones, flujos, dependencias
    • Propuesta: alcance, costes, hitos, equipo propuesto
  3. Cruzar: datos vs STATUS.md, metricas vs METRICS.md, personas vs TEAM.md
  4. Detectar valor unico: informacion que SOLO existe en esta presentacion

Fase 4 — Actualizacion de contexto (OBLIGATORIA)

Protocolo identico a pdf-digest Fase 4. Ademas:

  • Organigrama → verificar/actualizar TEAM.md
  • Metricas → actualizar METRICS.md
  • Roadmap visual → cruzar con roadmaps/
  • Decisiones → verificar/actualizar STATUS.md
  • Registrar en _digest-log.md

Read the full file on GitHub · 100 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. 9d ago First seen · 100 lines · 79 tokens per session scan A 2dad5cb9da53

Subscribe to this mod's changes

pptx-digest is an agent published in the GitHub repository gonzalezpazmonica/pm-workspace (49 stars, last pushed 3d ago), licensed MIT. It adds 79 tokens to every session and 1,030 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to pptx-digest, differing in 0 lines, and is treated as a copy.

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