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.
git clone --depth 1 https://github.com/Peter-N91/hve-squad-mcpWrote 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.
[](https://agentmods.dev/agents/peter-n91/hve-squad-mcp/pptx-subagent)<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>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.
| Model | Per session | Once 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 |
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.
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
powerpointskill 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, orexport. - 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-contenttasks). - Writing style: Voice guide path or writing style instructions (for
build-contenttasks). - Source PPTX path: Path to existing PPTX file (for
extractandupdatetasks). - Output PPTX path: Path for generated deck (for
build-decktasks). - 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
validatetasks).
Required Steps
Pre-requisite: Setup
- Read and follow the
powerpointskill instructions in full, including prerequisites and environment recovery. - Read and follow the
pptx.instructions.mdshared instructions. - Read any additional skill instructions specified in inputs.
- Verify the working directory structure exists; create missing directories.
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.
- 6d ago First seen · 161 lines · 24 tokens per session scan A 26c5fed7d774
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.
Other agents, from other repositories
table-of-contents-generator
Table of Contents Generator. Generate EXACTLY the table of contents slide. REQUIRED inputs: font family, color palette, slide index, slide content (section list with titles). the number of total slides. DO NOT PROVIDE layout specifications.
ppt_encoder_agent
An agent that turns presentation specifications and style settings into a real, editable PowerPoint file. Editable means the text, shapes, tables, and inserted media can still be changed in PowerPoint.
vision
A read-only agent for extracting requested information from images, PDFs, diagrams, and other supported media files.
briefing-craft-designer
An assistant for creating presentation slides and complete PowerPoint-style decks. It turns report or project content into a visual presentation.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.