deck-import

deck-import is a skill for Claude Code, Codex from FluidForm-ai/fluiddocs-deck-builder. It costs 227 tokens per session (15,245 once invoked), scanned A, original, MIT.

A converter that turns a PDF or PowerPoint presentation into a self-contained interactive HTML slide deck.

In plain words
What is it for?
It helps convert PDF or PPTX files into browser-based decks with navigation, scaling, progress indicators, and touch support.
Why use it?
It makes an existing deck easier to share through one web link while preserving its slide order, wording, and visual design.

Skill for Claude CodeCodex

Part of the fluiddocs-deck-builder plugin — 9 skills shipped together

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.

agentmods
npx agentmods add skills/fluidform-ai/fluiddocs-deck-builder/deck-import
Any agent
npx skills add FluidForm-ai/fluiddocs-deck-builder --skill deck-import
Clone the repo
git clone --depth 1 https://github.com/FluidForm-ai/fluiddocs-deck-builder

Made for: Claude Code, Codex.

Or install fluiddocs-deck-builder, the plugin that ships this one along with the rest of its 9 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 deck-import

README.md
[![agentmods](https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deck-import.svg)](https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deck-import)
Your own site
<a href="https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deck-import"><img src="https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deck-import.svg" alt="Measured on agentmods" height="20"></a>
Per session 227 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 15,245 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00227 $0.15245
Opus 5 $0.00113 $0.07623
Sonnet 5 $0.00045 $0.03049
Haiku 4.5 $0.00023 $0.01524

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

Security

Grade A, and why

deck-import 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 5d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/boost_alpha.py, scripts/classify_slides.py, scripts/crop_cover_assets.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/deck-import/SKILL.md · 609 lines

How it starts

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

Deck Import (PDF or PPTX, HTML Deck, generic across 5 deck types)

Keep your process invisible. Do not narrate the skill architecture (the "type pack" and "core" split) or announce which files you are reading. Skip preambles like "I'll start by reading...". Gather what you need, then build the deck.

You are converting a PDF or PPTX deck into an interactive HTML deck, the entry point for users who already have a deck and want the upgrade (shareable link, scale-to-fit canvas, navigation shell) without a redesign.

Core principle: the user's deck is already the deck. Your job is to faithfully reproduce it in HTML, not to redesign it. Mirror the palette. Mirror the typography where possible. Preserve slide count and order. Keep their words. The "upgrade" is the delivery medium, not the content.

Two build modes, page-image is the default. The skill ships two Phase 3 implementations:

  • Mode A, page-image (DEFAULT): each slide is rendered as a full-bleed background image of the source page. The HTML provides only the shell, role-meta pill on interior slides, progress bar, nav arrows, counter, scale-to-fit canvas, touch swipe. Pixel-faithful by construction, no palette drift, no typography mismatch, no source-text ghosting, no logo recreation. One-shot quality on virtually every deck. See references/page-image-mode.md.
  • Mode B, reconstruction (OPT-IN): every slide is rebuilt in HTML/CSS/SVG. Editable, but risk-prone: palette guessing, source-text ghosting on photo backgrounds, content rewriting, layout drift. Use only when the user explicitly asks to be able to edit slides later, or to upgrade specific visual components. The user opts in during Phase 2 by replying "reconstruction" or "rebuild".

Default Mode A. Switch only on explicit opt-in.

This skill is generic across 5 deck types, pitch, sales, launch, keynote, all-hands. It is NOT a general document converter. PDFs or PPTX files that aren't decks (whitepapers, resumes, research papers, portfolios) should be redirected to a doc-builder skill.

Conceptually, deck-import is a type-pack-like layer in front of deck-builder + the matching deck-<type> skill (Mode B only, Mode A doesn't need the handoff skill for build, only for role-label vocabulary). Mode A adds three front-end phases (Extract, Analyze, Confirm) plus a thin Mode A shell build. Mode B adds the same front-end phases then hands off to the standard reviewer gates per references/review-adaptations.md.

If the user has not installed deck-builder or the relevant deck-<type> skill for the detected type, surface the gap early and ask them to install.


Read the full file on GitHub · 609 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. 5d ago First seen · 609 lines · 227 tokens per session scan A 60a8977bd24f

Subscribe to this mod's changes

deck-import is a skill published in the GitHub repository FluidForm-ai/fluiddocs-deck-builder (30 stars, last pushed 2mo ago), licensed MIT. It adds 227 tokens to every session and 15,245 once invoked, about $0.0011 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

skill-doc-delivery

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.

nyldn/claude-octopus · 29 tokens

add-pdf-report

Internal implementation skill invoked by /add-native for app-generated PDF report workflows using expo-print and, when present, expo-sharing.

microsoft/power-platform-skills · 30 tokens

add-pdf-viewer

Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS and file URI PDF viewing with @microsoft/power-apps-native-pdf-viewer 0.2.9+.

microsoft/power-platform-skills · 47 tokens

pandic-office

Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.

Team-Commonly/commonly · 59 tokens

chat-complex-documents

Chat with and search your complex documents — ask questions, extract tables and fields, and get answers grounded in the source. Connects the hosted Unstructured Transform MCP server to parse, structure, and enrich PDFs, Word/Excel/PowerPoint, images, scanned files, emails, and 60+ other formats into clean, AI-ready…

vellum-ai/vellum-assistant · 90 tokens

markdown-converter

Convert binary documents (PDF, DOCX, XLSX, PPTX, HTML, EPUB, images) to clean LLM-friendly Markdown using Microsoft's markitdown Python tool. Use when a user attaches a binary file and you need to read its contents.

Team-Commonly/commonly · 57 tokens