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 crealwork/ai-marketing-kit --skill ppt-slide-generatorgit clone --depth 1 https://github.com/crealwork/ai-marketing-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/crealwork/ai-marketing-kit/ppt-slide-generator)<a href="https://agentmods.dev/skills/crealwork/ai-marketing-kit/ppt-slide-generator"><img src="https://agentmods.dev/badge/skills/crealwork/ai-marketing-kit/ppt-slide-generator/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/crealwork/ai-marketing-kit/ppt-slide-generator"><img src="https://agentmods.dev/badge/skills/crealwork/ai-marketing-kit/ppt-slide-generator.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.00181 | $0.06466 |
| Opus 5 | $0.00090 | $0.03233 |
| Sonnet 5 | $0.00036 | $0.01293 |
| Haiku 4.5 | $0.00018 | $0.00647 |
Grade A, and why
ppt-slide-generator 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 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.
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 — 707 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPT Slide Generator (프레젠테이션 슬라이드 자동 생성기)
This skill creates professional HTML-based presentation slides (1920x1080, 16:9) through a complete pipeline: theme selection, topic confirmation, deep research, 2-stage content review, AI image generation, and HTML generation with PDF download.
Output format fork — decide FIRST:
- Default deliverable (HTML → PDF): follow the steps below.
- Editable Google Slides deck requested (구글 슬라이드, Google Slides, collaborative deck, redesigning an existing Slides deck): read
google-slides-export.mdin this skill folder and build with python-pptx instead of HTML. Content/research/review steps (0-3.5) still apply; Step 4 (HTML) and the download button do not.- Redesigning an existing deck from a PDF: skip research/outline gates — extract content + page renders with PyMuPDF (
fitz), keep copy 1:1, redesign the template only.- Both at once (PDF redesign → Google Slides): PDF-redesign rules govern content (skip gates, copy 1:1); Google Slides rules govern build/delivery.
Step 0: Theme Selection + Topic Confirmation
First, check available themes:
- Read the list of
.mdfiles in thethemes/folder (relative to this SKILL.md) - Present the available themes to the user and ask them to select one
- Read the selected theme file to load the design system
Then confirm:
- Topic — What is the presentation about?
- Purpose — Business presentation or educational/lecture material?
- Slide count preference — Short (5-8) / Normal (10-15) / Deep (16-25)
- Presenter info — Name, date, contact (for cover and ending slides)
Don't over-interview. Get the topic confirmed and move to research quickly.
Step 1: Deep Research
Once topic is confirmed, do thorough web research. Research quality directly determines whether the presentation is valuable or just looks nice.
What to search for (5-10 searches)
- Key statistics and recent numbers
- Latest trends and market changes
- Comparable data points for before/after or vs. comparisons
- Visualizable data (percentages, growth rates, rankings)
- Real examples or quotable insights
- Source-backed facts (not vague claims)
What ships with it
8 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.
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 · 707 lines · 181 tokens per session scan A 8090dcf67a2d
ppt-slide-generator is a skill published in the GitHub repository crealwork/ai-marketing-kit (18 stars, last pushed 1mo ago), licensed MIT. It adds 181 tokens to every session and 6,466 once invoked, about $0.0009 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.
Other skills, from other repositories
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.
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…
deck-ljg-present
A presentation template that converts an outline or Markdown document into large, poster-like slides while keeping the original wording, order, and content. It uses black, red, or yellow colour themes and assigns document elements to slide layouts.
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
skill-deck
Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.
powerpoint
PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling.