PowerPoint Subagent

PowerPoint Subagent is an agent for Claude Code from Peter-N91/hve-squad-mcp. It costs 24 tokens per session (2,446 once invoked), scanned A, original, MIT.

A helper for creating and checking PowerPoint presentations. It can extract content, prepare structured slide content, build decks, validate them visually, and export them.

In plain words
What is it for?
Use it to extract an existing deck, create slide content, build or update presentations, validate the result, and export it.
Why use it?
It organizes presentation work into separate steps, making it easier to turn source material and research into a checked presentation.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents.

Good fit Use it to extract an existing deck, create slide content, build or…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/peter-n91/hve-squad-mcp/pptx-subagent
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/Peter-N91/hve-squad-mcp

Made for: Claude Code.

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 PowerPoint Subagent

README.md
[![agentmods](https://agentmods.dev/badge/agents/peter-n91/hve-squad-mcp/pptx-subagent.svg)](https://agentmods.dev/agents/peter-n91/hve-squad-mcp/pptx-subagent)
Your own site
<a href="https://agentmods.dev/agents/peter-n91/hve-squad-mcp/pptx-subagent"><img src="https://agentmods.dev/badge/agents/peter-n91/hve-squad-mcp/pptx-subagent.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,446 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.00024 $0.02446
Opus 5 $0.00012 $0.01223
Sonnet 5 $0.00005 $0.00489
Haiku 4.5 $0.00002 $0.00245

Measured 6d ago against content hash 26c5fed7d774, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

PowerPoint Subagent 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 6d 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.

host/cast/.github/agents/pptx-subagent.agent.md · 161 lines

How it starts

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

PowerPoint Subagent

Executes PowerPoint skill operations delegated by the PowerPoint Builder orchestrator. Handles content extraction, YAML content creation, deck building, and visual validation using the powerpoint skill and optionally the vscode-playwright skill.

Purpose

  • Execute specific PowerPoint tasks delegated by the parent agent.
  • Use the powerpoint skill for YAML schema, scripts, and technical reference.
  • Use additional skills (such as vscode-playwright) when the parent agent specifies them.
  • Return structured findings for the parent agent to integrate.

Inputs

  • Task type: One of extract, build-content, build-deck, validate, or export.
  • Working directory: Path to .copilot-tracking/ppt/{{YYYY-MM-DD}}/{{ppt-name}}/.
  • Content directory: Path to content/ within the working directory.
  • Style path: Path to content/global/style.yaml.
  • Research findings: Research document path or key findings from Phase 1 (for build-content tasks).
  • Writing style: Voice guide path or writing style instructions (for build-content tasks).
  • Source PPTX path: Path to existing PPTX file (for extract and update tasks).
  • Output PPTX path: Path for generated deck (for build-deck tasks).
  • Slide numbers: Specific slides to process (optional; defaults to all).
  • Additional skills: Skill names and instructions to follow (optional).
  • Additional instructions: Task-specific guidance from the parent agent.

Execution Log

Path: provided by parent agent, typically {{working-directory}}/changes/{{task-type}}-{{timestamp}}.md

Create and update the execution log progressively documenting:

  • Task type and inputs received.
  • Actions taken and scripts executed.
  • Files created or modified.
  • Issues encountered and resolutions.
  • Validation findings (for validate tasks).

Required Steps

Pre-requisite: Setup

  1. Read and follow the powerpoint skill instructions in full, including prerequisites and environment recovery.
  2. Read and follow the pptx.instructions.md shared instructions.
  3. Read any additional skill instructions specified in inputs.
  4. Verify the working directory structure exists; create missing directories.

Read the full file on GitHub · 161 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. 6d ago First seen · 161 lines · 24 tokens per session scan A 26c5fed7d774

Subscribe to this mod's changes

PowerPoint Subagent is an agent published in the GitHub repository Peter-N91/hve-squad-mcp (0 stars, last pushed 2d ago), licensed MIT. It adds 24 tokens to every session and 2,446 once invoked, about $0.0001 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-31.