pptx-run-report

pptx-run-report is a skill for Claude Code, Codex from waltstephen/ArgusBot. It costs 98 tokens per session (2,920 once invoked), scanned A, a copy of pptx, MIT.

A guide for creating, reading, editing, and reviewing PowerPoint presentation files. It includes workflows for working from an existing template or building slides from scratch.

In plain words
What is it for?
Extracting presentation text, generating thumbnails, unpacking and editing slide files, creating new decks, and producing presentations that summarize completed runs.
Why use it?
It gives repeatable ways to inspect slide text and appearance, change the underlying presentation content, and package the result correctly. It also explains how to make a run-report presentation for other people to review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Extracting presentation text, generating thumbnails, unpacking and editing slide files, creating new…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/waltstephen/argusbot/pptx-run-report
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.

Any agent
npx skills add waltstephen/ArgusBot --skill pptx-run-report
Clone the repo
git clone --depth 1 https://github.com/waltstephen/ArgusBot

Made for: Claude Code, Codex.

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-run-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/waltstephen/argusbot/pptx-run-report.svg)](https://agentmods.dev/skills/waltstephen/argusbot/pptx-run-report)
Your own site
<a href="https://agentmods.dev/skills/waltstephen/argusbot/pptx-run-report"><img src="https://agentmods.dev/badge/skills/waltstephen/argusbot/pptx-run-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,920 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 83% 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.00098 $0.02920
Opus 5 $0.00049 $0.01460
Sonnet 5 $0.00020 $0.00584
Haiku 4.5 $0.00010 $0.00292

Measured 7d ago against content hash 04c205319df0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pptx-run-report 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 7d ago.

The scan reads SKILL.md. This mod also ships 17 executable files (generate_run_report.js, scripts/__init__.py, scripts/add_slide.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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

83% identical to pptx — 100 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.

skills/pptx-run-report/SKILL.md · 302 lines

How it starts

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

PPTX Skill + Run Report Presentation

Quick Reference

Task Guide
Read/analyze content python -m markitdown presentation.pptx
Edit or create from template Read editing.md
Create from scratch Read pptxgenjs.md
Generate run report presentation See Run Report Presentation below

Reading Content

# Text extraction
python -m markitdown presentation.pptx

# Visual overview
python scripts/thumbnail.py presentation.pptx

# Raw XML
python scripts/office/unpack.py presentation.pptx unpacked/

Editing Workflow

Read editing.md for full details.

  1. Analyze template with thumbnail.py
  2. Unpack → manipulate slides → edit content → clean → pack

Creating from Scratch

Read pptxgenjs.md for full details.

Use when no template or reference presentation is available.


Run Report Presentation

When generating a PPTX after an ArgusBot run completes, you are making a work presentation — something suitable for showing to a mentor, colleague, or classmate.

Mindset

You are NOT generating a "loop run report." Nobody cares about Round 1/2/3, reviewer confidence scores, or acceptance check exit codes.

You are generating a work presentation — what was the problem, what did we do, what are the results.

Think: "If I had to present this to my mentor in 5 minutes, what would the slides say?"

Input

The caller provides:

  • The Markdown final task report (already written) — this is your primary content source
  • The original objective
  • Key metadata (session ID, date, checks summary)

Slide Structure (adapt to content)

Not every run needs the same slides. Choose what fits:

For research / experiment runs:
  1. Title — project name, date, one-line goal
  2. Background / Motivation — why this work matters
  3. Approach — what method/strategy was used
  4. Key Changes — what was actually modified (files, configs, code)
  5. Results — experiment outcomes, test results, metrics
  6. Findings / Takeaways — what we learned
  7. Next Steps — follow-up work, open questions

Read the full file on GitHub · 302 lines

Files

What ships with it

59 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 302 lines · 98 tokens per session scan A 04c205319df0

Subscribe to this mod's changes

pptx-run-report is a skill published in the GitHub repository waltstephen/ArgusBot (316 stars, last pushed 4mo ago), licensed MIT. It adds 98 tokens to every session and 2,920 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to pptx, differing in 100 lines, and is treated as a copy.

Related

Other skills, from other repositories

wowerpoint

Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.

thedotmack/claude-mem · 55 tokens

ppt-master

AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…

hugohe3/ppt-master · 108 tokens

deck-ljg-present

A presentation template that converts an outline or Markdown document into large, poster-like slides while keeping the original wording, order, and content. It uses black, red, or yellow colour themes and assigns document elements to slide layouts.

nexu-io/html-anything · 39 tokens

powerpoint

Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.

the-open-agent/openagent · 48 tokens

skill-deck

Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.

nyldn/claude-octopus · 23 tokens

ppt-forge

A workflow for making presentations from source material: analyse the content, plan the slides, write a rough Markdown blueprint, and generate a raster PNG image for each slide. Raster PNGs are ordinary pixel-based image files.

zts212653/clowder-ai · 135 tokens