pptx

pptx is a skill for Claude Code, Codex from IceWhaleTech/ZimaOS-Blue. It costs 30 tokens per session (675 once invoked), scanned A, original, MIT.

A tool for creating and editing PowerPoint presentations in .pptx format, including slides, text, and chart data.

In plain words
What is it for?
Use it to create decks, replace text, duplicate slides, validate templates, or update charts.
Why use it?
It lets you make structured changes to presentation files while preserving their slide-based format.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create decks, replace text, duplicate slides, validate templates, or update charts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/icewhaletech/zimaos-blue/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 IceWhaleTech/ZimaOS-Blue --skill pptx
Clone the repo
git clone --depth 1 https://github.com/IceWhaleTech/ZimaOS-Blue

Made for: Claude Code, 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 pptx

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/icewhaletech/zimaos-blue/pptx"><img src="https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/pptx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 675 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.
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.00030 $0.00675
Opus 5 $0.00015 $0.00338
Sonnet 5 $0.00006 $0.00135
Haiku 4.5 $0.00003 $0.00068

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

Security

Grade A, and why

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 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.

assets/skills/pptx/SKILL.md · 51 lines

What it actually says

PPTX

Use this skill when the .pptx deck is the source of truth and the task needs native slide layout, slide mutations, or chart-aware updates.

Common Actions

blue pptx action=create path=decks/launch_plan.pptx title="Launch Plan" sections='[{"heading":"Overview","bullets":["Status","Risks","Timeline"]}]'
blue pptx action=edit path=decks/launch_plan.pptx replacements='{"{{owner}}":"Platform Team"}'
blue pptx action=duplicate_slide path=decks/launch_plan.pptx slide=2
blue pptx action=update_chart_data path=decks/launch_plan.pptx slide=2 chart_index=1 chart='{"type":"bar","categories":["Q1","Q2"],"series":[{"name":"Revenue","values":[12,18]}]}'
blue pptx action=validate_template path=decks/launch_plan.pptx

Markdown Input

  • action=create accepts direct Markdown through content, markdown, body, or text.
  • Headings become slide titles, lists become bullets, and Markdown tables can render into slide tables.

When To Use

  • The final artifact must be .pptx.
  • The task needs native slide ordering, duplication, deletion, or text replacement.
  • The task needs structured chart updates inside the deck.

Boundaries

  • Use generate_image only for standalone slide visuals or image assets, not for editable .pptx files.
  • Use docx for document-style reports and xlsx for spreadsheets.
  • Use computer_use for host presentation-app UI work such as menus, toolbars, dialogs, or screenshots.
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. 9d ago First seen · 51 lines · 30 tokens per session scan A aa1848e5e2ed

Subscribe to this mod's changes

pptx is a skill published in the GitHub repository IceWhaleTech/ZimaOS-Blue (25 stars, last pushed 4mo ago), licensed MIT. It adds 30 tokens to every session and 675 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

ocr-and-documents

Extract text from PDFs and scanned documents. Use webextract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

moltis-org/moltis · 54 tokens

apple-notes

Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).

moltis-org/moltis · 23 tokens

nano-pdf

Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.

moltis-org/moltis · 38 tokens

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…

Team-Commonly/commonly · 182 tokens

markdown-converter

Convert binary documents (PDF, DOCX, XLSX, PPTX, HTML, EPUB, images) to clean LLM-friendly Markdown using Microsoft's markitdown Python tool. Use when a user attaches a binary file and you need to read its contents.

Team-Commonly/commonly · 57 tokens

pandic-office

Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.

Team-Commonly/commonly · 59 tokens