thesis-defense-pptx

thesis-defense-pptx is a skill for Codex from zouchenzhen/thesis-defense-pptx-skill. It costs 77 tokens per session (2,214 once invoked), scanned A, original, Apache-2.0.

A guide for creating editable PowerPoint presentations for undergraduate or graduate thesis defenses from local thesis files and an existing slide template.

In plain words
What is it for?
It helps build, format, and review thesis-defense decks using PDFs, LaTeX projects, figures, tables, captions, and PowerPoint templates.
Why use it?
It reduces the work of turning a thesis into a formal presentation while keeping the university or lab template consistent and checking the resulting slides for problems.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps build, format, and review thesis-defense decks using PDFs, LaTeX projects, figures, tables, captions, and PowerPoint templates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zouchenzhen/thesis-defense-pptx-skill/thesis-defense-pptx
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 zouchenzhen/thesis-defense-pptx-skill --skill thesis-defense-pptx
Clone the repo
git clone --depth 1 https://github.com/zouchenzhen/thesis-defense-pptx-skill

Made for: 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 thesis-defense-pptx

README.md
[![agentmods](https://agentmods.dev/badge/skills/zouchenzhen/thesis-defense-pptx-skill/thesis-defense-pptx/github.svg)](https://agentmods.dev/skills/zouchenzhen/thesis-defense-pptx-skill/thesis-defense-pptx)
Your own site
<a href="https://agentmods.dev/skills/zouchenzhen/thesis-defense-pptx-skill/thesis-defense-pptx"><img src="https://agentmods.dev/badge/skills/zouchenzhen/thesis-defense-pptx-skill/thesis-defense-pptx/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 thesis-defense-pptx

Your own site · 80×15
<a href="https://agentmods.dev/skills/zouchenzhen/thesis-defense-pptx-skill/thesis-defense-pptx"><img src="https://agentmods.dev/badge/skills/zouchenzhen/thesis-defense-pptx-skill/thesis-defense-pptx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,214 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00077 $0.02214
Opus 5 $0.00039 $0.01107
Sonnet 5 $0.00015 $0.00443
Haiku 4.5 $0.00008 $0.00221

Measured 12d ago against content hash 277c5aba2e1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

thesis-defense-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 12d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/clone_template_deck.ps1, scripts/dump_pptx_content.py, scripts/export_pptx_png.ps1, …), 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.

skills/thesis-defense-pptx/SKILL.md · 148 lines

How it starts

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

Thesis Defense PPTX

Use this skill for local, editable .pptx thesis defense decks that must follow a supplied university/lab/company PowerPoint template.

Operating Principles

  • Platform: Windows + Microsoft PowerPoint for COM-driven cloning, export, and overflow inspection. On macOS/Linux, use the python-pptx-only parts and skip COM-based quality gates.
  • Treat the visual template as the source of truth. Preserve its cover, colors, fonts, navigation, card styles, logos, and slide proportions unless the user explicitly asks to redesign.
  • Read the thesis source first: PDF, LaTeX, figures, old PPT, experiment scripts, tables, and captions. Do not generate from topic/title alone when source files exist.
  • Build a source-asset inventory before placing images: extract \includegraphics entries and captions from the final TeX/PDF, then use only thesis-cited figures or images the user explicitly approves. Do not carry over pictures from a template, old progress deck, or draft figure folder merely because they look relevant.
  • Prefer copying native template slides and replacing content over rebuilding from blank slides.
  • Keep slides concise and presentation-oriented. Convert thesis prose into defense talking points.
  • Preserve the template's font sizes and hierarchy by default. For projection readability, first shorten text, split dense slides, or use the template's larger existing layouts; only change font sizes locally when the template itself provides no readable fit.
  • Always generate an editable .pptx, not only an outline, image deck, PDF, or HTML.
  • Always run a visual quality gate before final response: export slide images, inspect a contact sheet plus key full-size slide screenshots, check text overflow, check stale template words/images, and verify the PPTX opens.
  1. Identify inputs:
    • thesis project path or full thesis document
    • visual template PPTX
    • optional old defense/report PPTX
    • output directory and desired filename

Read the full file on GitHub · 148 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. 12d ago First seen · 148 lines · 77 tokens per session scan A 277c5aba2e1b

Subscribe to this mod's changes

thesis-defense-pptx is a skill published in the GitHub repository zouchenzhen/thesis-defense-pptx-skill (258 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 77 tokens to every session and 2,214 once invoked, about $0.0004 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-08-30.

Related

Other skills, from other repositories

dashiai-ppt

A tool for creating new slide decks or editing existing PowerPoint presentations while keeping unrelated content unchanged. It produces offline HTML slides that can be edited in a browser and exported to PPTX or PDF.

mujingquan835/dashiai-ppt-skill · 75 tokens

可编辑PPTX生成

A workflow for turning slide images or rough presentation material into an editable PowerPoint file. Text, shapes, tables, charts, icons, and pictures are kept as separate slide objects where possible.

Liuguanyi2125/editable-pptx-skill · 152 tokens

editable-leadership-pptx

Use when creating or revising a PPT, PowerPoint, presentation deck, leadership deck, or executive progress deck as an editable 16:9 .pptx with repo-backed evidence, minimal text, restrained white-first visuals, and screenshot-based layout QA.

CamelKing1997/editable-leadership-pptx · 60 tokens

consulting-deck

Create, revise, and audit executive-ready strategy-consulting presentations as native, editable PowerPoint files. Use when turning topics, text, Markdown, Word, PDF, spreadsheets, CSV data, URLs, research, or an existing PPTX into a board, client, strategy, transformation, market-analysis, or McKinsey-style consulting…

zairuilab/consulting-deck · 101 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

codex-ppt

Generate visually unified image-based PPT/PPTX decks from articles, reports, papers, notes, or outlines.

ningzimu/codex-ppt-skill · 27 tokens