rylai-ppt

rylai-ppt is a skill for Codex from Rylaispirit/rylai-codex-hermes-skills. It costs 36 tokens per session (688 once invoked), scanned A, original, MIT.

A tool for creating editable PowerPoint presentations from a local JSON description. It uses Python to build slides from fixed slide types and can optionally render them to PDF for review.

In plain words
What is it for?
Use it to create slide decks from source material, define each slide in JSON, inspect the resulting file, and optionally render it for visual checking.
Why use it?
It turns structured content into a presentation while keeping text and shapes editable in PowerPoint. The checks and optional rendering help find clipping, contrast, reading-order, and slide-count problems.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to create slide decks from source material, define each slide in JSON, inspect the resulting file, and optionally render it for visual checking.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rylaispirit/rylai-codex-hermes-skills/rylai-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 Rylaispirit/rylai-codex-hermes-skills --skill rylai-ppt
Clone the repo
git clone --depth 1 https://github.com/Rylaispirit/rylai-codex-hermes-skills

Made for: 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 rylai-ppt

README.md
[![agentmods](https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/rylai-ppt/github.svg)](https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/rylai-ppt)
Your own site
<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/rylai-ppt"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/rylai-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 rylai-ppt

Your own site · 80×15
<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/rylai-ppt"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/rylai-ppt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 688 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.00036 $0.00688
Opus 5 $0.00018 $0.00344
Sonnet 5 $0.00007 $0.00138
Haiku 4.5 $0.00004 $0.00069

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

Security

Grade A, and why

rylai-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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_deck.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/rylai-ppt/SKILL.md · 85 lines

How it starts

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

Rylai PPT

Use the bundled Python workflow to create a clean, editable .pptx. The renderer is an original Rylai implementation built on python-pptx. It uses local PowerPoint elements and does not load HTML templates, remote images, or hosted assets.

Requirements

  • Python 3
  • python-pptx
  • Optional LibreOffice for rendering to PDF

Workflow

  1. Read the user's source material and identify the audience, purpose, slide count, language, and required facts.
  2. Create a JSON deck specification by adapting examples/deck.json.
  3. Keep one message per slide. Split dense content instead of shrinking text.
  4. Validate the specification:
python <skill-dir>/scripts/build_deck.py build <deck.json> <output.pptx>
  1. Build the presentation:
python <skill-dir>/scripts/build_deck.py inspect <output.pptx>
  1. Render the result when LibreOffice is available:
python <skill-dir>/scripts/build_deck.py render <output.pptx> <render-dir>
  1. Check clipping, contrast, reading order, repeated wording, and slide count before delivery.

Slide Types

  • cover: title, subtitle, eyebrow, footer
  • section: number, title, summary
  • bullets: title, kicker, and two to six structured items
  • metrics: title and two to four value cards
  • comparison: two labeled lists with two to five items each
  • timeline: two to five ordered steps
  • quote: quotation and attribution
  • closing: final title, subtitle, and contact line

Read references/deck-spec.md when field-level constraints are needed. Unknown slide fields fail validation so the deck stays portable and deterministic.

Design Rules

  • Use the theme fields in the JSON spec rather than editing renderer constants for each deck.
  • Use a restrained multi-color palette with one primary accent and one secondary accent.
  • Keep titles short, body copy specific, and metrics attributable to the user's material.
  • Use only the supported local vector icons: circle, square, diamond, check, and arrow.
  • Do not add remote URLs as image sources. This workflow intentionally has no image field.
  • Preserve user-provided brand wording. Do not invent customer names, testimonials, statistics, or claims.

Read the full file on GitHub · 85 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 85 lines · 36 tokens per session scan A f80f9b668c45

Subscribe to this mod's changes

rylai-ppt is a skill published in the GitHub repository Rylaispirit/rylai-codex-hermes-skills (55 stars, last pushed 29d ago), licensed MIT. It adds 36 tokens to every session and 688 once invoked, about $0.0002 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

library-rag

Semantic search over a personal library using Nemotron-3-Embed-1B embeddings + sqlite-vec. Index books, documents, any text corpus; query by meaning. Includes EPUB→Markdown conversion and MCP server for auto-available search tools.

moonlight-lupin/agent-skills · 54 tokens

document-converter

Convert between document formats: Markdown↔HTML, CSV↔JSON, YAML↔TOML, JSON↔YAML, CSV↔Markdown table, HTML→plain text, JSON→CSV (flattening nested objects), Excel→CSV, Markdown→PDF. Requires pandoc for PDF and openpyxl for Excel.

moonlight-lupin/agent-skills · 72 tokens

fill-template

Bulk-fill ONE master template — a Word (.docx) letter/form or an Excel (.xlsx) form — from a data table, producing one filled file per row (mail-merge). Use whenever the user wants to "fill in this letter for each person", "mail merge", "generate letters for this list", "run this template over a spreadsheet", or hands…

moonlight-lupin/agent-skills · 215 tokens

people-enrichment

Enrich and search People Data Labs (PDL) Person and Company data, writing results to .xlsx. Five operations: enrich named PEOPLE into a profile, employment history and LinkedIn URL; IDENTIFY an ambiguous person as several scored candidates; SEARCH people by criteria (company, title, location); enrich COMPANIES into…

moonlight-lupin/agent-skills · 203 tokens

powerpoint

Create, read, edit .pptx decks, slides, notes, templates.

RobinBeraud/hermes-skills · 19 tokens

nano-pdf

Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).

RobinBeraud/hermes-skills · 21 tokens