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 Rockielab/rockie-codex --skill powerpointgit clone --depth 1 https://github.com/Rockielab/rockie-codexWrote 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/rockielab/rockie-codex/powerpoint)<a href="https://agentmods.dev/skills/rockielab/rockie-codex/powerpoint"><img src="https://agentmods.dev/badge/skills/rockielab/rockie-codex/powerpoint.svg" alt="Measured on agentmods" 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.00028 | $0.00714 |
| Opus 5 | $0.00014 | $0.00357 |
| Sonnet 5 | $0.00006 | $0.00143 |
| Haiku 4.5 | $0.00003 | $0.00071 |
Grade A, and why
powerpoint 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 7d 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.
This is a copy
100% identical to powerpoint — 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.
What it actually says
powerpoint
Use this skill when the user asks for a PowerPoint deck, slide deck, or
.pptx artifact based on lab findings, sources, notes, or experiment
plans.
Tenant runtimes call the lean PPTAgent package, not DeepPresenter:
rockie-pptagent-render --input request.json --output deck.pptx
The equivalent import contract is:
from rockie_pptagent.wrapper import render_presentation
Rules
- Produce a real
.pptxpackage. Do not rename PDF, HTML, images, or markdown as.pptx. - Use the Pebble ML template bundled with
rockie-pptagentunless the user supplies a specific template. - Cap decks at 30 slides. Requests above 30 must fail clearly or be rewritten with an explicit warning before rendering.
- Do not use DeepPresenter, Tavily, MinerU, model downloads, image generation, local GPU frameworks, or network-only enrichment paths.
- Verify the output as an Office package before emitting it.
Request Shape
{
"prompt": "Create a 5-slide deck summarizing this lab.",
"slide_count": 5,
"title": "Quantifying Impact",
"findings": [],
"attachments": [],
"template_path": null,
"theme": {
"background": "#FAF5E7",
"accent": "#8B2E1F",
"heading_font": "Space Grotesk",
"mono_font": "JetBrains Mono"
}
}
Artifact Emission
After rendering, base64-encode the .pptx bytes and call
emit_artifact with:
kind: "slides"content_encoding: "base64"filename: "<safe-name>.pptx"mime_type: "application/vnd.openxmlformats-officedocument.presentationml.presentation"destinations: ["ui", "chat"]
Report the emitted artifact id or final path. If rendering fails, report the wrapper exit code and stderr summary without leaking tenant secrets.
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.
- 7d ago First seen · 93 lines · 28 tokens per session scan A c8cb409022ac
powerpoint is a skill published in the GitHub repository Rockielab/rockie-codex (20 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 28 tokens to every session and 714 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to powerpoint, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…
deck-ljg-present
A presentation template that converts an outline or Markdown document into large, poster-like slides while keeping the original wording, order, and content. It uses black, red, or yellow colour themes and assigns document elements to slide layouts.
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
skill-deck
Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.
ppt-forge
A workflow for making presentations from source material: analyse the content, plan the slides, write a rough Markdown blueprint, and generate a raster PNG image for each slide. Raster PNGs are ordinary pixel-based image files.