Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/open-octo/octo-agentnpx agentmods add skills/open-octo/octo-agent/ppt-masterWrote 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/skills/open-octo/octo-agent/ppt-master)<a href="https://agentmods.dev/skills/open-octo/octo-agent/ppt-master"><img src="https://agentmods.dev/badge/skills/open-octo/octo-agent/ppt-master/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.
<a href="https://agentmods.dev/skills/open-octo/octo-agent/ppt-master"><img src="https://agentmods.dev/badge/skills/open-octo/octo-agent/ppt-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 201 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Excessive Agency · line 221 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Prompt Injection · line 655 Subtle instructions detected that may alter agent decision-making or introduce hidden biases.Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
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.00076 | $0.21410 |
| Opus 5 | $0.00038 | $0.10705 |
| Sonnet 5 | $0.00015 | $0.04282 |
| Haiku 4.5 | $0.00008 | $0.02141 |
Grade B, and why
ppt-master scanned grade B with 1 finding 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 10d 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
> **Spot-illustration sheets at this gate**: `slice` element files are **derived**, not placed by the user. If a sheet was `Needs-Manual` (offline), the element files do not exist yet — list the **sheet** filename (`imag How it starts
The opening of the file, as written. The whole thing — 885 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPT Master Skill
AI-driven multi-format SVG content generation system. Converts source documents into high-quality SVG pages through multi-role collaboration and exports to PPTX.
Core Pipeline: Source Document → Create Project → [Template] → Strategist → [Image_Generator → delegated to the image-gen skill] → Executor Live Preview → Quality Check → Post-processing → Export
🎨 Images are delegated to the
image-genskill. All AI image generation, web image search, and sheet slicing — and the image-style catalogs (image-generator.md,image-base.md,image-searcher.md,image-palettes/,image-renderings/,image-type-templates/) and scripts (image_gen.py,image_search.py,slice_images.py) — live in the separate general-purposeimage-genskill, not here. Whenever this skill or any of its references (includingstrategist.md's image-style GATEs andStep 5) tells you to read one of those catalogs or run one of those scripts, load theimage-genskill and use its copies. ppt-master keeps only the deck-side pieces: the resource list (design_spec.md §VIII), image placement on the page, theimages/image_prompts.jsonhandoff manifest, LaTeX formulas, andanalyze_images.py/rotate_images.pyimage-fact tooling. Full handoff contract: Step 5.
SVG Page-Design Boundary
| Scope | Contract |
|---|---|
| Any route that authors or regenerates slide visuals through SVG | svg_output/ is the complete page-design source: every visible text, image, shape, chart/table fallback, and layout element that should appear on the exported slide is present in that page SVG or referenced by it. |
Templates, design_spec.md, and spec_lock.md |
Authoring/control inputs. They guide SVG creation but MUST NOT supply visible slide content that is absent from the completed SVG during export. |
| Semantic SVG markers | Minimal rendering-neutral compiler hints used only after existing Layout/Layer/Placeholder/Native metadata has been considered. They never replace native SVG geometry, text, styles, grouping, or asset references. |
svg_final/ |
Mandatory derived, self-contained SVG visual preview. It may be opened directly or inserted into PowerPoint as an SVG picture, but it is not a supported PPTX source and carries no manual Convert-to-Shape compatibility contract. |
| SVG-to-PPTX export | The only supported generated-PPTX route reads svg_output/ and maps its content through the project converter to DrawingML/native objects. It may reorganize represented content into Master/Layout/Slide structure but MUST NOT invent new visible page content. |
| Direct PPTX and presentation-behavior workflows | Remain separate. template-fill-pptx, native-enhance-pptx, animations, transitions, speaker notes, narration, and package relationships are not required to round-trip through SVG. |
What ships with it
60 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.
- LICENSE.txt 1.0 KB
- PROVENANCE.md 4.1 KB
- references/animations.md 11 KB
- references/artifact-ownership.md 7.3 KB
- references/canvas-formats.md 3.6 KB
- references/executor-base.md 53 KB
- references/image-layout-patterns.md 26 KB
- references/image-layout-spec.md 8.7 KB
- references/modes/_index.md 7.3 KB
- references/modes/briefing.md 2.8 KB
- references/modes/instructional.md 1.9 KB
- references/modes/narrative.md 2.1 KB
- references/modes/pyramid.md 2.7 KB
- references/modes/showcase.md 1.7 KB
- references/semantic-svg.md 5.3 KB
- references/shared-standards.md 42 KB
- references/strategist.md 94 KB
- references/svg-image-embedding.md 9.2 KB
- references/template-designer.md 28 KB
- references/visual-review.md 15 KB
- references/visual-styles/_index.md 8.8 KB
- references/visual-styles/blueprint.md 2.4 KB
- references/visual-styles/brutalist.md 2.4 KB
- references/visual-styles/chalkboard.md 2.0 KB
- references/visual-styles/dark-tech.md 1.7 KB
- references/visual-styles/data-journalism.md 2.3 KB
- references/visual-styles/editorial.md 1.8 KB
- references/visual-styles/glassmorphism.md 2.3 KB
- references/visual-styles/ink-notes.md 2.2 KB
- references/visual-styles/ink-wash.md 2.3 KB
- references/visual-styles/memphis.md 2.3 KB
- references/visual-styles/paper-cut.md 2.2 KB
- references/visual-styles/photo-editorial.md 2.4 KB
- references/visual-styles/pixel-art.md 2.0 KB
- references/visual-styles/sketch-notes.md 2.1 KB
- references/visual-styles/soft-rounded.md 1.8 KB
- references/visual-styles/swiss-minimal.md 2.0 KB
- references/visual-styles/vintage-poster.md 2.1 KB
- references/visual-styles/zine.md 2.4 KB
- requirements.txt 7.2 KB
- scripts/analyze_images.py 22 KB runs code
- scripts/animation_config.py 4.5 KB runs code
- scripts/assets/bg_48.png 1.6 KB
- scripts/assets/bg_96.png 8.0 KB
- scripts/batch_validate.py 11 KB runs code
- scripts/beautify_identity.py 11 KB runs code
- scripts/beautify_inventory.py 6.7 KB runs code
- scripts/check_annotations.py 4.2 KB runs code
- scripts/config.py 20 KB runs code
- scripts/confirm_ui/__init__.py 74 B runs code
- scripts/confirm_ui/server.py 40 KB runs code
- scripts/confirm_ui/static/app.js 122 KB runs code
- scripts/confirm_ui/static/catalogs.json 27 KB
- scripts/confirm_ui/static/index.html 2.7 KB
- scripts/confirm_ui/static/style_previews/blueprint.svg 2.5 KB
- scripts/confirm_ui/static/style_previews/brutalist.svg 2.9 KB
- scripts/confirm_ui/static/style_previews/chalkboard.svg 1.9 KB
- scripts/confirm_ui/static/style_previews/dark-tech.svg 2.2 KB
- scripts/confirm_ui/static/style_previews/data-journalism.svg 3.4 KB
- scripts/confirm_ui/static/style_previews/editorial.svg 2.7 KB
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.
- 10d ago First seen · 885 lines · 76 tokens per session scan B 3fd3e2b73a46
ppt-master is a skill published in the GitHub repository open-octo/octo-agent (97 stars, last pushed today), licensed MIT. It adds 76 tokens to every session and 21,410 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
export-as-pptx-editable
Native text & shapes — editable in PowerPoint.
export-as-pptx-screenshots
Flat images — pixel-perfect but not editable.
morph-ppt
Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…
morph-ppt-3d
3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.
ha-data-analytics
A local-first data-analysis and reporting skill for CSV and spreadsheet files. It produces decision-ready analyses and shareable offline reports while separating facts, calculations, interpretations, and recommendations.
feishu
A toolkit for working with Feishu, also called Lark, a workplace collaboration platform. It covers documents, spreadsheets, files, wikis, approvals, calendars, and contacts.