slidecraft-to-html

slidecraft-to-html is a skill for Claude Code from solid-shuwen/shuttleslide. It costs 63 tokens per session (294 once invoked), scanned A, original, MIT.

A command-line utility that turns PowerPoint presentations into HTML pages. It can arrange slides as a slideshow, a flowing document or a presentation-style viewer, and can include images in the HTML or save them separately.

In plain words
What is it for?
Converting PPTX files to browser pages, choosing a display layout and theme, extracting slide content for retrieval-augmented generation, embedding images, disabling animations and writing output to a file or standard output.
Why use it?
It makes slide content viewable in a browser and easier to pass to AI systems that process web documents.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Converting PPTX files to browser pages, choosing a display layout and theme, extracting slide content for retrieval-augmented generation, embedding images, disabling animations and writing output to a file or standard output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/solid-shuwen/shuttleslide/slidecraft-to-html
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 solid-shuwen/shuttleslide --skill slidecraft-to-html
Clone the repo
git clone --depth 1 https://github.com/solid-shuwen/shuttleslide

Made for: Claude Code.

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 slidecraft-to-html

README.md
[![agentmods](https://agentmods.dev/badge/skills/solid-shuwen/shuttleslide/slidecraft-to-html.svg)](https://agentmods.dev/skills/solid-shuwen/shuttleslide/slidecraft-to-html)
Your own site
<a href="https://agentmods.dev/skills/solid-shuwen/shuttleslide/slidecraft-to-html"><img src="https://agentmods.dev/badge/skills/solid-shuwen/shuttleslide/slidecraft-to-html.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 294 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00063 $0.00294
Opus 5 $0.00032 $0.00147
Sonnet 5 $0.00013 $0.00059
Haiku 4.5 $0.00006 $0.00029

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

Security

Grade A, and why

slidecraft-to-html 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 8d 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.

src/shuttleslide/skills/slidecraft-to-html/SKILL.md · 31 lines

What it actually says

Convert PPTX to HTML

Basic usage

slidecraft to-html input.pptx -o output.html

Layout modes

slidecraft to-html input.pptx --layout slideshow -o output.html
slidecraft to-html input.pptx --layout flow -o output.html
slidecraft to-html input.pptx --layout pptview -o output.html

Options

--theme corporate|modern|default
--base64                           # embed images inline
--no-animations                    # disable CSS animations
--no-shrink                        # disable auto-fit text scaling
--stdout                           # output to stdout
-v / --verbose                     # progress

RAG and content extraction

For feeding PowerPoint content to AI systems: slidecraft to-html slides.pptx --layout flow --base64 -o slides.html

Output

Prints the output file path on success. Image assets saved alongside HTML by default, or inlined with --base64.

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. 8d ago First seen · 31 lines · 63 tokens per session scan A 8814df50709b

Subscribe to this mod's changes

slidecraft-to-html is a skill published in the GitHub repository solid-shuwen/shuttleslide (176 stars, last pushed 18d ago), licensed MIT. It adds 63 tokens to every session and 294 once invoked, about $0.0003 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

pptx-to-html

Convert a PowerPoint .pptx into a browser presentation using the bundled converter, preserving supported formatting and media while reporting conversion gaps. Use when the requested output is HTML, not when editing the source deck.

cskwork/pptx-to-html-updated · 46 tokens

x-last

Enhanced last command with CSV, JSON, tree view, and interactive UI for viewing login history. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 60 tokens

x-ps

Enhanced ps process viewer with interactive UI, fzf support, AI filtering, and CSV/JSON/TSV output formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 67 tokens

antv-x6-editor

A skill for creating and troubleshooting interactive diagrams with AntV X6, a JavaScript engine for editors made of connected nodes and lines. It supports diagram types such as flowcharts, dependency graphs, entity-relationship diagrams, and organization charts.

antvis/chart-visualization-skills · 253 tokens

antv-g2-chart

A chart-building skill for AntV G2 v5, a JavaScript library for visualizing data. It covers charts such as bars, lines, pies, scatter plots, and areas using JSON-like settings.

antvis/chart-visualization-skills · 230 tokens

antv-g6-graph

A graph-visualization skill for AntV G6 v5, a JavaScript library for showing relationships between connected items. It covers network, tree, topology, flow, and other node-and-edge diagrams.

antvis/chart-visualization-skills · 200 tokens