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 Day1Labs/OpenAva --skill ppt-outline-generatorgit clone --depth 1 https://github.com/Day1Labs/OpenAvaWrote 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/day1labs/openava/ppt-outline-generator)<a href="https://agentmods.dev/skills/day1labs/openava/ppt-outline-generator"><img src="https://agentmods.dev/badge/skills/day1labs/openava/ppt-outline-generator/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/day1labs/openava/ppt-outline-generator"><img src="https://agentmods.dev/badge/skills/day1labs/openava/ppt-outline-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00034 | $0.01236 |
| Opus 5 | $0.00017 | $0.00618 |
| Sonnet 5 | $0.00007 | $0.00247 |
| Haiku 4.5 | $0.00003 | $0.00124 |
Grade A, and why
ppt-outline-generator 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 9d 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 — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PPT Outline Generator
Use this skill to turn a topic, scattered notes, meeting minutes, or a rough draft into a clear PPT outline.
This skill focuses on deck planning, not final slide rendering.
Use This Skill For
- Planning a full presentation from a single topic.
- Turning scattered notes, minutes, or long text into a clear outline.
- Structuring a report, pitch, review, or proposal deck.
- Defining the main conclusion and content focus for each slide.
Boundaries
- Only produce the outline and page-level content design.
- Do not claim to generate a playable PPT or design file.
- Do not fabricate business metrics, internal numbers, or research findings.
- If evidence is missing, suggest what data should be collected.
Defaults
- Language: match the user's language. If unclear, default to Simplified Chinese.
- Objective:
informational update. - Audience:
mixed. - Style:
consulting. - Length: 8 to 12 slides.
- Output:
markdownonly.
When defaults are used, show them under Assumptions.
Inputs
Normalize the request into these fields:
topic: required presentation topic.objective: the decision, update, or persuasion goal.audience:management,business,engineering,mixed, orexternal.duration_or_pages: talk duration or target slide count.style:consulting,minimal_tech, orpassionate_report.input_materials: notes, draft copy, minutes, summaries, or source material.
If topic is missing, ask 1 to 3 short clarification questions before generating the outline.
If other fields are missing:
- Ask up to 3 focused questions if the answer would materially improve the outline.
- If the user asks for a generic outline without follow-up questions, proceed with defaults and state the assumptions clearly.
Workflow
1. Define the Story
- Identify the user goal, likely audience, and expected decision or takeaway.
- If the source material is long, summarize it briefly before structuring.
- Pick a narrative that fits the use case.
What ships with it
1 file 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.
- 9d ago First seen · 165 lines · 34 tokens per session scan A d9c955cde4ab
ppt-outline-generator is a skill published in the GitHub repository Day1Labs/OpenAva (10 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 1,236 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-31.
Other skills, from other repositories
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
doc-reader
Read any common document/data file — PDF, Word (.docx), Excel (.xlsx/.xls), PowerPoint (.pptx), images (OCR), CSV/TSV, plain text, JSON/YAML/TOML, HTML/XML, and most source-code files. Use the readdocument tool.
officecli-commonly-templates
Use this skill when producing a polished, Commonly-branded deliverable (.docx brief / memo, .xlsx data matrix, .pptx deck) and you do not have specific brand guidance from the user. Trigger on: 'write me a brief', 'one-pager', 'memo', 'data sheet', 'status matrix', 'short deck', 'summary deck', 'closing slide', 'final…
oma-hwp
Convert HWP / HWPX / HWPML files to Markdown using kordoc. Extracts text, headings, tables, lists, images, footnotes, and hyperlinks. Use for Korean word processor files (Hangul), government documents, and AI-ready data preparation.
oma-pdf
Convert PDF files to Markdown using opendataloader-pdf. Extracts text, tables, headings, lists, and images with correct reading order. Use for PDF parsing, PDF to Markdown conversion, document extraction, and AI-ready data preparation.
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). For CREATING new documents (report, memo, letter, résumé, contract from scratch), call the built-in tool renderDocx instead — it renders Markdown to .docx in milliseconds without forking Node.js. This skill…