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 Rylaispirit/rylai-codex-hermes-skills --skill rylai-pptgit clone --depth 1 https://github.com/Rylaispirit/rylai-codex-hermes-skillsWrote 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/rylaispirit/rylai-codex-hermes-skills/rylai-ppt)<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.
<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>- 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.00036 | $0.00688 |
| Opus 5 | $0.00018 | $0.00344 |
| Sonnet 5 | $0.00007 | $0.00138 |
| Haiku 4.5 | $0.00004 | $0.00069 |
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.
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.
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
- Read the user's source material and identify the audience, purpose, slide count, language, and required facts.
- Create a JSON deck specification by adapting
examples/deck.json. - Keep one message per slide. Split dense content instead of shrinking text.
- Validate the specification:
python <skill-dir>/scripts/build_deck.py build <deck.json> <output.pptx>
- Build the presentation:
python <skill-dir>/scripts/build_deck.py inspect <output.pptx>
- Render the result when LibreOffice is available:
python <skill-dir>/scripts/build_deck.py render <output.pptx> <render-dir>
- Check clipping, contrast, reading order, repeated wording, and slide count before delivery.
Slide Types
cover: title, subtitle, eyebrow, footersection: number, title, summarybullets: title, kicker, and two to six structured itemsmetrics: title and two to four value cardscomparison: two labeled lists with two to five items eachtimeline: two to five ordered stepsquote: quotation and attributionclosing: 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, andarrow. - 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.
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.
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.
- 12d ago First seen · 85 lines · 36 tokens per session scan A f80f9b668c45
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.
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.
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.
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…
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…
powerpoint
Create, read, edit .pptx decks, slides, notes, templates.
nano-pdf
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).