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.
npx skills add kimtth/agent-pptify-kit --skill pptx-deck-creation-single-filegit clone --depth 1 https://github.com/kimtth/agent-pptify-kitWrote 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/kimtth/agent-pptify-kit/pptx-deck-creation-single-file)<a href="https://agentmods.dev/skills/kimtth/agent-pptify-kit/pptx-deck-creation-single-file"><img src="https://agentmods.dev/badge/skills/kimtth/agent-pptify-kit/pptx-deck-creation-single-file/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/kimtth/agent-pptify-kit/pptx-deck-creation-single-file"><img src="https://agentmods.dev/badge/skills/kimtth/agent-pptify-kit/pptx-deck-creation-single-file.svg" alt="Reviewed on agentmods" width="80" 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.00030 | $0.07296 |
| Opus 5 | $0.00015 | $0.03648 |
| Sonnet 5 | $0.00006 | $0.01459 |
| Haiku 4.5 | $0.00003 | $0.00730 |
Grade A, and why
pptx-deck-creation scanned grade A 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
import urllib.parse How it starts
The opening of the file, as written. The whole thing — 597 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPTX Deck Creation
Overview
Create an editable PowerPoint deck from a clear narrative, source evidence, and explicit layout decisions. Keep the deck specification and its native PowerPoint objects as the source of truth. Images may support a slide, but they must not replace editable titles, labels, data, tables, or diagrams.
This skill embeds the design-profile catalog, reference-deck analysis guidance, visual-asset decisions, OOXML safety rules, and final quality checks below. It does not ship a general-purpose renderer or bundled runtime scripts.
Scope Boundary
Use this skill as the primary workflow for creating a new, editable PPTX deck.
It owns the path from a deck brief through narrative planning, a
coordinate-explicit specification, task-specific PPTX generation, and final
quality assurance. Do not redirect a net-new deck to another skill merely
because the requested deliverable is a .pptx file.
Use @pptx-official when work starts with an existing PPTX and requires
package-level operations: raw OOXML editing, template duplication and text
replacement, speaker notes, comments, animations, or other structural changes
to that file. It may support a build when those operations are necessary, but
it is not the default workflow for a net-new deck authored here.
When to Use This Skill
- Use when a user asks to create a new editable PowerPoint or PPTX deck
- Use as the default workflow when a new deck needs to be delivered as a
.pptxfile - Use when a deck needs a narrative framework, a design direction, and final coordinates
- Use when analyzing a reference PPTX without copying its binary content
- Use when reviewing a generated PPTX for layout, package, or accessibility defects
How It Works
Step 1: Understand the requested deck
Collect the audience, decision or purpose, language, slide count, source material, brand requirements, and delivery format. Ask the user to select a narrative framework if they have not already done so. Do not select one on the user's behalf.
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.
- 2d ago First seen · 597 lines · 30 tokens per session scan A c43662aa1e9a
pptx-deck-creation is a skill published in the GitHub repository kimtth/agent-pptify-kit (1 stars, last pushed 2d ago), licensed MIT. It adds 30 tokens to every session and 7,296 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.
Other skills, from other repositories
pptx
Use this skill any time a .pptx file is involved as input, output, or both. Covers reading decks, editing existing presentations, creating slides from scratch, visual QA, notes, layouts, and presentation-safe file transforms.
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…
impress-presentations
Create, open or edit slides: ODP default; PPTX for PowerPoint compatibility.
presentations
Use when building, theming, or exporting a presentation deck — pitch, sales, keynote, board/QBR, leave-behind one-pager — from slide structure to a token-based theme to PDF or editable PPTX (Marp, Slidev, python-pptx). NOT the words (that is marketing), NOT the visual tokens (that is design), NOT the investor story…
pptx
Read, create, and convert Microsoft PowerPoint (.pptx) presentations — extract slide text to JSON/markdown, build decks from JSON/markdown outlines, and export to PDF.
pptx-press
Teaches agents how to author slide-structured HTML that renders professionally to PPTX via writepptx, with proper sizing, styling, brand and domain-adaptive color schemes, SVG diagram integration, citation handling, deck narrative flow, and content budgets for business presentations, technical decks, and executive…