ppt-slide-generator

ppt-slide-generator is a skill for Claude Code from crealwork/ai-marketing-kit. It costs 181 tokens per session (6,466 once invoked), scanned A, original, MIT.

A workflow for creating presentation slides as HTML pages, usually in the widescreen 16:9 format, with an option to produce a PDF. It also supports separate workflows for editable Google Slides decks and redesigning existing PDF presentations.

In plain words
What is it for?
Use it to create slide decks, lecture materials, presentations, or PDF exports. It can also guide the redesign of an existing PDF deck or the creation of an editable Google Slides version.
Why use it?
It organizes slide creation into theme selection, research, content reviews, visual generation, and delivery. This helps when a presentation needs a repeatable process instead of manually assembling each slide.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ai-marketing-kit plugin — 26 skills shipped together

Good fit Use it to create slide decks, lecture materials, presentations, or PDF exports. It can also guide the redesign of an existing PDF deck or the creation of an editable Google Slides version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crealwork/ai-marketing-kit/ppt-slide-generator
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.

Any agent
npx skills add crealwork/ai-marketing-kit --skill ppt-slide-generator
Clone the repo
git clone --depth 1 https://github.com/crealwork/ai-marketing-kit

Made for: Claude Code.

Or install ai-marketing-kit, the plugin that ships this one along with the rest of its 26 skills.

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 ppt-slide-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/crealwork/ai-marketing-kit/ppt-slide-generator/github.svg)](https://agentmods.dev/skills/crealwork/ai-marketing-kit/ppt-slide-generator)
Your own site
<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.

agentmods 80×15 button for ppt-slide-generator

Your own site · 80×15
<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>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,466 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.00181 $0.06466
Opus 5 $0.00090 $0.03233
Sonnet 5 $0.00036 $0.01293
Haiku 4.5 $0.00018 $0.00647

Measured 10d ago against content hash 8090dcf67a2d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/gdrive.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/ppt-slide-generator/SKILL.md · 707 lines

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.md in 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:

  1. Read the list of .md files in the themes/ folder (relative to this SKILL.md)
  2. Present the available themes to the user and ask them to select one
  3. Read the selected theme file to load the design system

Then confirm:

  1. Topic — What is the presentation about?
  2. Purpose — Business presentation or educational/lecture material?
  3. Slide count preference — Short (5-8) / Normal (10-15) / Deep (16-25)
  4. 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)

Read the full file on GitHub · 707 lines

Files

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.

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. 10d ago First seen · 707 lines · 181 tokens per session scan A 8090dcf67a2d

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories