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 solid-shuwen/shuttleslide --skill slidecraft-to-htmlgit clone --depth 1 https://github.com/solid-shuwen/shuttleslideWrote 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/solid-shuwen/shuttleslide/slidecraft-to-html)<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>- NVIDIA SkillSpector pass
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.00063 | $0.00294 |
| Opus 5 | $0.00032 | $0.00147 |
| Sonnet 5 | $0.00013 | $0.00059 |
| Haiku 4.5 | $0.00006 | $0.00029 |
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.
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.
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.
- 8d ago First seen · 31 lines · 63 tokens per session scan A 8814df50709b
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.
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.
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-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.
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.
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.
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.