academic-pptx

academic-pptx is a skill for Codex from Rylaispirit/rylai-codex-hermes-skills. It costs 34 tokens per session (1,662 once invoked), scanned A, original, MIT.

A workflow for planning, creating, and checking academic presentation files. It covers argument structure, evidence, citations, visuals, accessibility, and speaker pacing.

In plain words
What is it for?
Use it to produce an editable .pptx presentation and the source outline or build files used to create it.
Why use it?
It helps prevent unsupported claims, unclear slide sequences, missing citations, and presentation files that have not been visually checked.

Skill for Codex

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

Good fit Use it to produce an editable .pptx presentation and the source outline or build files used to create it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rylaispirit/rylai-codex-hermes-skills/academic-pptx
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 academic-pptx
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 academic-pptx

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/academic-pptx"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/academic-pptx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,662 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.00034 $0.01662
Opus 5 $0.00017 $0.00831
Sonnet 5 $0.00007 $0.00332
Haiku 4.5 $0.00003 $0.00166

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

Security

Grade A, and why

academic-pptx 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 11d 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.

skills/academic-pptx/SKILL.md · 237 lines

How it starts

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

Academic PPTX

This clean-room workflow is maintained and adapted by Rylai for Codex, Hermes, and Claude. It covers the reasoning, production, rendering, and verification needed for an academic deck. It does not depend on a private template or closed helper.

Read these resources when needed:

Runtime Contract

  • Respect the user's institution template, existing deck, and repository.
  • Use standard presentation tooling available in the environment, such as PptxGenJS, python-pptx, LibreOffice, PowerPoint automation, or a runtime presentation tool.
  • Check fonts, packages, rendering tools, image support, and file access before committing to an implementation path.
  • Keep source documents unchanged unless the user asks to edit them.
  • Resolve paths from the active project or this skill directory.
  • Never fabricate research results, citations, quotations, or missing values.

Expected Deliverables

Unless the request is planning-only, produce:

  • an editable .pptx;
  • the slide outline or build source used to create it;
  • rendered slide previews or a PDF for visual inspection when tooling permits;
  • a concise verification report covering content, layout, and file integrity.

Workflow

1. Inventory the Evidence

Read the supplied paper, manuscript, notes, figures, tables, data, branding, and existing slides. Build an evidence ledger with:

  • claim or message;
  • supporting source;
  • figure, table, quotation, or calculation available;
  • citation details;
  • confidence or unresolved gap;
  • permission or provenance notes for external media.

Mark missing information explicitly. Do not fill gaps with plausible-sounding content.

2. Set the Talk Contract

Determine:

  • audience knowledge and likely questions;
  • presentation type;
  • allotted talk time and question time;
  • required sections or institutional rules;
  • one sentence the audience should remember;
  • one action or judgment the closing should support.

Read the full file on GitHub · 237 lines

Files

What ships with it

3 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. 11d ago First seen · 237 lines · 34 tokens per session scan A 1e526884055c

Subscribe to this mod's changes

academic-pptx is a skill published in the GitHub repository Rylaispirit/rylai-codex-hermes-skills (55 stars, last pushed 28d ago), licensed MIT. It adds 34 tokens to every session and 1,662 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

math-tutor

Do not use for open-ended mathematical modeling, Python/local expression calculation, Wolfram-style symbolic computation, university-level research math, or generic homework tutoring outside math. Do not promise PDF export, external account sync, persistent error-book storage, or regional textbook coverage unless the…

Orkas-AI/Orkas-Awesome-AgentSkills · 3 tokens

study-guide-gen

This skill converts course materials (PDF, PPTX) into structured Markdown study guides using markitdown.

LouisLau-art/multi-agent-skills-catalog · 0 tokens