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 agentmods add skills/rojim666/sztucode/presentationsnpx skills add rojim666/SztuCode --skill presentationsgit clone --depth 1 https://github.com/rojim666/SztuCodeWrote 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/rojim666/sztucode/presentations)<a href="https://agentmods.dev/skills/rojim666/sztucode/presentations"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/presentations.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 | $0.00035 | $0.02748 |
| Opus 5 | $0.00017 | $0.01374 |
| Sonnet 5 | $0.00007 | $0.00550 |
| Haiku 4.5 | $0.00003 | $0.00275 |
Grade A, and why
Presentations 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 5d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Google Slides Routing
- Existing native Google Slides deck: use the Google Drive plugin's Google Slides skill. Do not round-trip through a local PPTX unless the user asks.
- Net-new native Google Slides deck: read
routing/google_slides.md, create and verify a local PPTX with this skill, then import it as a native Google Slides deck. - PowerPoint or local deck: continue with the local workflow below.
Available Resources
style_guidelines.md: REQUIRED for deck planning, narrative, copy, layout, typography, and visual consistency.routing/google_slides.md: REQUIRED for every net-new native Google Slides deliverable.references/template-following.md: REQUIRED when a user-provided PPTX supplies the layout, style, or template.template_following_scripts/: Inspection, frame-map validation, starter-deck, contact-sheet, and fidelity helpers for template following.builtin_templates_support/: Guidance, manifests, prompts, and reusable runners for bundled templates.assets/builtin_templates/codex-grid-layout-library/: Runtime-mounted previews, design tokens, layout registry, and 26 exact plain-JavaScript Codex Grid layout modules.artifact_tool_docs/: Artifact Tool API documentation and coding examples. Readartifact_tool_docs/API_QUICK_START.mdfirst.container_tools/: Rendering, montage, image, workspace, and overflow helpers.
The following helper scripts are located in the container_tools/ directory:
ensure_raster_image.py: Ensure images are rasterized; convert to PNG if needed; quick usage--input_files <img_path1> ....render_slides.py: Render a PowerPoint file into a folder of PNG slides using default sizing; quick usage:<input.pptx>. Output files are namedslide-1.png,slide-2.png, ... in a directory with the same name as the input file.create_montage.py: Build a tiled montage from images in a directory (for viewing multiple image assets or rendered slides at once); quick usage:--input_dir <imgs_dir> --output_file <montage.png>. It supports most image formats with auto conversion under the hood.slides_test.py: Detect content overflowing the original slide canvas; usage:<input.pptx>.
What ships with it
60 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.
- agents/openai.yaml 317 B
- artifact_tool_docs/API_QUICK_START.md 8.0 KB
- artifact_tool_docs/api/API_DOCS.md 12 KB
- artifact_tool_docs/api/references/auto-layout.spec.md 2.1 KB
- artifact_tool_docs/api/references/charts.spec.md 8.2 KB
- artifact_tool_docs/api/references/comments.md 2.2 KB
- artifact_tool_docs/api/references/connectors.md 5.5 KB
- artifact_tool_docs/api/references/cookbook/imported-deck.md 5.6 KB
- artifact_tool_docs/api/references/cookbook/layout.md 13 KB
- artifact_tool_docs/api/references/fill.spec.md 5.1 KB
- artifact_tool_docs/api/references/help.md 6.7 KB
- artifact_tool_docs/api/references/images.spec.md 6.5 KB
- artifact_tool_docs/api/references/inspect.md 5.4 KB
- artifact_tool_docs/api/references/jsx.md 9.8 KB
- artifact_tool_docs/api/references/layout.spec.md 2.3 KB
- artifact_tool_docs/api/references/master.spec.md 1.5 KB
- artifact_tool_docs/api/references/presentation.spec.md 5.1 KB
- artifact_tool_docs/api/references/rich-text.spec.md 5.9 KB
- artifact_tool_docs/api/references/shapes.spec.md 5.7 KB
- artifact_tool_docs/api/references/slide.spec.md 4.7 KB
- artifact_tool_docs/api/references/speaker-notes.spec.md 1.1 KB
- artifact_tool_docs/api/references/styles.spec.md 2.1 KB
- artifact_tool_docs/api/references/tables.spec.md 4.0 KB
- artifact_tool_docs/api/references/theme.spec.md 1.7 KB
- artifact_tool_docs/api/references/tokens.md 12 KB
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/content-tokens.json 401 KB
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/index.mjs 1.6 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/runtime.mjs 155 B runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-01.mjs 1.6 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-02.mjs 1.6 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-03.mjs 1.8 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-04.mjs 2.5 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-05.mjs 2.2 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-06.mjs 2.7 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-07.mjs 20 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-08.mjs 2.4 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-09.mjs 14 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-10.mjs 22 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-11.mjs 3.8 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-12.mjs 4.2 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-13.mjs 3.0 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-14.mjs 3.0 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-15.mjs 4.8 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-16.mjs 4.7 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-17.mjs 4.4 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-18.mjs 5.0 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-19.mjs 4.5 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-20.mjs 4.9 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-21.mjs 5.4 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-22.mjs 5.2 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-23.mjs 6.4 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-24.mjs 5.3 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-25.mjs 6.5 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/slide-26.mjs 1.7 KB runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/styles.mjs 301 B runs code
- assets/builtin_templates/codex-grid-layout-library/artifact-tool-compose/template-registry.json 240 KB
- assets/builtin_templates/codex-grid-layout-library/assets/index.json 3.5 KB
- assets/builtin_templates/codex-grid-layout-library/assets/previews/layout-library.png 786 KB
- assets/builtin_templates/codex-grid-layout-library/assets/previews/slide-01.png 77 KB
- assets/builtin_templates/codex-grid-layout-library/assets/previews/slide-02.png 43 KB
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.
- 5d ago First seen · 135 lines · 35 tokens per session scan A 242cf728bbbe
Presentations is a skill published in the GitHub repository rojim666/SztuCode (49 stars, last pushed 2d ago), licensed MIT. It adds 35 tokens to every session and 2,748 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
pptx
从论文、大纲或结构化文本生成 PowerPoint (.pptx) 演示文稿。Use when 用户需要把一篇论文/文章/大纲做成幻灯片、slides、演示文稿、PPT、deck。Don't use when 只需纯文本总结、生成 Word/PDF、或修改已有 pptx 的单个像素级样式。.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
Read, extract, split, merge, rotate, watermark, fill, OCR, or create PDF files with verification of page counts and text extraction.
docx
Create/edit/inspect Word documents using available managed or host capabilities.
pptx
Create/edit/inspect/verify slide decks and PPTX presentations.
xlsx
Create/edit/analyze/verify spreadsheet workbooks including XLSX/CSV/TSV.