oma-slide

oma-slide is a skill for Claude Code, Codex from first-fluke/fullstack-starter. It costs 110 tokens per session (4,420 once invoked), scanned C, a copy of oma-slide, MIT.

A tool for creating animated HTML presentation decks and exporting them to PDF, PNG, or PPTX files. PPTX is the presentation format used by PowerPoint.

In plain words
What is it for?
Use it to create, reformat, enhance, import, or export slide decks, including Canva presentations.
Why use it?
It turns a topic or existing deck into a checked, reusable presentation bundle in several common formats.

Skill for Claude CodeCodex

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/first-fluke/fullstack-starter/oma-slide
Any agent
npx skills add first-fluke/fullstack-starter --skill oma-slide
Clone the repo
git clone --depth 1 https://github.com/first-fluke/fullstack-starter

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 oma-slide

README.md
[![agentmods](https://agentmods.dev/badge/skills/first-fluke/fullstack-starter/oma-slide.svg)](https://agentmods.dev/skills/first-fluke/fullstack-starter/oma-slide)
Your own site
<a href="https://agentmods.dev/skills/first-fluke/fullstack-starter/oma-slide"><img src="https://agentmods.dev/badge/skills/first-fluke/fullstack-starter/oma-slide.svg" alt="Measured on agentmods" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,420 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00110 $0.04420
Opus 5 $0.00055 $0.02210
Sonnet 5 $0.00022 $0.00884
Haiku 4.5 $0.00011 $0.00442

Measured today against content hash 557d9c0f0666, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

oma-slide scanned grade C with 1 finding 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 today.

The scan reads SKILL.md. This mod also ships 1 executable file (resources/assets/deck-stage.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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- oma-docs:ignore-start -->
Origin

This is a copy

100% identical to oma-slide — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/oma-slide/SKILL.md · 299 lines

How it starts

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

Slide Agent — Animation-Rich HTML Deck Generator

Scheduling

Goal

Generate distinctive, anti-"AI slop" HTML presentation decks authored at a fixed 1920×1080 stage, validate geometry deterministically via the oma slide CLI, and deliver self-contained bundles exportable to PDF, PNG, and PPTX.

Intent signature

  • User asks to create a slide deck, presentation, keynote, or series of slides.
  • User provides a topic, outline, .pptx to import, or existing deck to enhance.
  • User mentions slide, deck, pptx, keynote, 슬라이드, 발표자료, プレゼン, 幻灯片, 演示文稿.
  • User mentions Canva, canva export, canva import, 캔바, キャンバ.
  • Another skill needs a visual output artifact (e.g., a research result delivered as a deck).

When to use

  • Creating a new presentation from a topic or outline
  • Enhancing or reformatting an existing deck
  • Generating per-slide HTML with animations and design-doctrine aesthetics
  • Exporting a deck to PDF, PNG, or PPTX after generation
  • Applying a named style preset or bold template to a deck
  • Exporting a generated deck to Canva as a presentation
  • Importing a Canva design as input for enhancement

When NOT to use

  • Plain document creation (no slides needed) → use oma-backend or direct output
  • Image generation alone → use oma-image directly
  • Brand/design-system definition → defer to oma-design
  • Deterministic CLI ops (validate/bundle/export) without generation → call oma slide CLI directly
  • Long-form scrolling code-change explainer document → use oma-explanation (deck is a fixed 1920×1080 stage)

Expected inputs

  • Topic, title, or outline (text or markdown)
  • Optional: .pptx file to import (oma slide import-pptx)
  • Optional: user-provided images/video in ./assets/
  • Optional: slide count, density preference (sparse/balanced/dense), target audience
  • Optional: named style preset or oma slide styles get <slug> reference
  • Optional: Canva design ID or URL for import

Expected outputs

  • Per-slide slide-NN.html fragments under .agents/results/slides/<session-id>/ (authored at 1920×1080 px)
  • Updated meta.json with { title, order[], style, density, speakerNotes }
  • Validation pass via oma slide validate (or a surfaced diff if auto-fix fails after 3 iterations)
  • Optional: viewer.html, out/deck.html bundle, exports
  • Optional: Canva design URL (when Canva export is requested)

Read the full file on GitHub · 299 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. today Changed 557d9c0f0666
  2. yesterday First seen · 299 lines · 110 tokens per session scan C e7e7208dd4ce

Subscribe to this mod's changes

oma-slide is a skill published in the GitHub repository first-fluke/fullstack-starter (222 stars, last pushed today), licensed MIT. It adds 110 tokens to every session and 4,420 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). It is 100% identical to oma-slide, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

omd:media

Brand-consistent asset sets from DESIGN.md — hero, section illustrations, icon sets, OG image — generated through whichever channel the user actually has (grok build imagegen, Codex $imagegen, Gemini, xAI/Recraft/OpenAI keys) as recorded by omd:setup, with a provenance and cost ledger. No channel → prompt pack +…

kwakseongjae/oh-my-design · 116 tokens

emil-design-eng

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

MODSetter/SurfSense · 35 tokens

playwright-testing

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…

MODSetter/SurfSense · 211 tokens

animation-vocabulary

Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and…

MODSetter/SurfSense · 98 tokens

frontend-design

Build distinctive, production-quality UI. Use when creating or reshaping user-facing interfaces, components, pages, layouts, visual redesigns, responsive behavior, loading/error/empty states, or accessibility-sensitive frontend work.

MODSetter/SurfSense · 45 tokens

review-animations

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

MODSetter/SurfSense · 34 tokens