html-ppt

html-ppt is a skill for Claude Code, Codex from Orkas-AI/Orkas-Awesome-AgentSkills. It costs 3 tokens per session (888 once invoked), scanned A, original, MIT.

A tool for turning certain structured HTML slide files into editable PowerPoint presentations made from native PowerPoint objects. It currently supports specific slide layouts rather than arbitrary web pages.

In plain words
What is it for?
Use it to convert supported single-slide HTML files or small slide groups into editable .pptx files, after matching them to an available layout preset.
Why use it?
It lets developers reuse supported HTML-based slide designs in PowerPoint without treating the entire slide as one static screenshot.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to convert supported single-slide HTML files or small slide groups into editable .pptx files, after matching them to an available layout preset.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas-awesome-agentskills/html-ppt
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 Orkas-AI/Orkas-Awesome-AgentSkills --skill html-ppt
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas-Awesome-AgentSkills

Made for: Claude Code, Codex.

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 html-ppt

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/html-ppt/github.svg)](https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/html-ppt)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/html-ppt"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/html-ppt/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 html-ppt

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/html-ppt"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/html-ppt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 888 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.00003 $0.00888
Opus 5 $0.00002 $0.00444
Sonnet 5 $0.00001 $0.00178
Haiku 4.5 $0.00000 $0.00089

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

Security

Grade A, and why

html-ppt 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 11d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/ai_runtime_preset.js, scripts/check_env.js, scripts/html_to_pptx_v9.js, …), 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.

office/skills/html-ppt/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HTML PPT

When to Use

Use when the user has a structured single-slide HTML file or small HTML slide family and wants an editable .pptx made of native PowerPoint objects.

Use only when the HTML matches an existing preset or when the user accepts adding a new preset first.

Do not promise arbitrary HTML/CSS fidelity. Do not use this as a screenshot exporter.

Current Presets

  • v9-architecture: header, title, summary box, driver panel, architecture stack, judgement chain.
  • ai-runtime-page: header, title, lead box, input/output chips, runtime modules, support layers, base layer.

First-Run Setup

From the skill directory:

npm ci
npm run check-env

If npm ci fails because the lockfile is stale or unavailable, use npm install, then rerun npm run check-env.

Read references/setup.md when using the skill on a new machine or dependency state is unclear.

Workflow

  1. Inspect the HTML and identify the slide family.
  2. Read references/preset-decision-rules.md if preset fit is uncertain.
  3. Reuse an existing preset only when the page family is genuinely close.
  4. If no preset fits, add a new preset instead of forcing a bad conversion:
    • DOM extraction rules
    • layout/render mapping rules
    • QA/preflight rules
  5. Convert with the bundled Node script.
  6. Run preflight QA on the generated model.
  7. Open or preview the PPTX when visual fidelity matters. Check spacing, overflow, arrow direction, text wrapping, and object editability.

Commands

npm run check-env
node scripts/html_to_pptx.js <input.html> <output.pptx> [--preset=v9-architecture|ai-runtime-page] [--dump-model <file.json>]
node scripts/preflight_qa.js <model.json> [--preset=v9-architecture|ai-runtime-page] [--report <report.json>]

Return Format

For a successful conversion, return:

  • generated .pptx path
  • preset used
  • whether dependencies and QA passed
  • visual review status
  • known fidelity limitations

For unsupported HTML, return:

  • why no preset fits
  • whether a new preset is recommended
  • the minimum extraction/layout/QA work needed before conversion

Read the full file on GitHub · 96 lines

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. 11d ago First seen · 96 lines · 3 tokens per session scan A f53b2ba7adb3

Subscribe to this mod's changes

html-ppt is a skill published in the GitHub repository Orkas-AI/Orkas-Awesome-AgentSkills (13 stars, last pushed 2mo ago), licensed MIT. It adds 3 tokens to every session and 888 once invoked, about $0.0000 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

download-media

Use when user wants to download, save, or extract media files such as photos, videos, and documents from Telegram messages.

terrylica/cc-skills · 28 tokens

viral-tech-reel-editor

End-to-end viral tech reel production for Instagram Reels and TikTok using 2026 trend grammar — retention-first pacing, punch-ins, 3D cinematic AI-generated shots, motion design graphics, proof b-roll, trending SFX, karaoke captions (Georgian/English), safe-zone layout, and QA-gated 1080x1920 export. This skill should…

tornikebolokadze1-cyber/awesome-ai-pulse-georgia · 172 tokens

branded-deck-builder

Builds PowerPoint decks on the user's own company template and checks every slide against written brand rules (colours with hex codes, fonts, logo placement, banned visuals). Use when the user asks for a branded, on-brand, CI-compliant or corporate-template presentation, or wants a deck that follows company design…

kesslernity/awesome-copilot-cowork-skills · 91 tokens

pptx

Create, read, edit, or combine PowerPoint (.pptx) decks, including layouts, notes, comments, and templates. Use when PowerPoint is an input or deliverable.

seaworld008/Commonly-used-high-value-skills · 40 tokens

mermaid-tools

Extract Mermaid diagrams from Markdown and render PNG images with the bundled tools when a diagram image or batch conversion is needed.

seaworld008/Commonly-used-high-value-skills · 27 tokens

word-cloud

Generate beautiful word clouds — static or animated — from any input source. Handles text extraction from PDF, DOCX, XLSX, PPTX, HTML, CSV, TXT and produces production-ready components. Includes light/dark theming, sentiment/POS color coding, shape masking, and multiple animation modes.

saajunaid/caddis-plugin · 64 tokens