pptx

pptx is a skill for Claude Code, Codex from Pinvou/pinvou-agent. It costs 80 tokens per session (399 once invoked), scanned A, original, MIT.

A local generator for editable PowerPoint presentation files, including slides with text, charts, tables, and images.

In plain words
What is it for?
Use it to create business presentations, reports, proposals, briefings, charts, tables, and other slide decks.
Why use it?
It turns an approved presentation outline into a file that can still be edited in PowerPoint instead of producing only a static document.

Skill for Claude CodeCodex

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

About the project

Pinvou/pinvou-agent is an open-source desktop workspace where an AI agent helps with work, visual design, and software development. People use it to work with files and knowledge, create editable visual artifacts, connect coding agents to projects, and extend the workspace with tools, MCP servers, skills, and workflows; the catalogue skills add capabilities to that environment.

Pinvou/pinvou-agent · 1,642 stars · on GitHub · pinvou.com

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.

agentmods
npx agentmods add skills/pinvou/pinvou-agent/pptx
Any agent
npx skills add Pinvou/pinvou-agent --skill pptx
Clone the repo
git clone --depth 1 https://github.com/Pinvou/pinvou-agent

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/pinvou/pinvou-agent/pptx.svg)](https://agentmods.dev/skills/pinvou/pinvou-agent/pptx)
Your own site
<a href="https://agentmods.dev/skills/pinvou/pinvou-agent/pptx"><img src="https://agentmods.dev/badge/skills/pinvou/pinvou-agent/pptx.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 399 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00080 $0.00399
Opus 5 $0.00040 $0.00199
Sonnet 5 $0.00016 $0.00080
Haiku 4.5 $0.00008 $0.00040

Measured 7d ago against content hash 770c1f924da9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

pinvou3-app/src-tauri/resources/common/skill-marketplace/pptx/SKILL.md · 26 lines

What it actually says

PPT 生成

本地生成可编辑 .pptx:模型产结构化大纲,渲染器套主题模板生成,真·可编辑图表,自带封面缩略图,数据不出机。

流程(严格按序)

  1. 先列一版大纲(章节 + 每页要点)给用户确认/修改
  2. 确认后产结构化 deck:封面 / 目录 / 章节 / 要点 / 双栏 / KPI / 图表 / 表格 / 配图 / 结尾
  3. 按 PPT 内容自动选一套主题(business-blue / tech-dark / gov-red / creative-purple / fresh-green / warm-orange / navy-gold / minimal-mono / midnight),并一句话说明理由,用户可改
  4. mcp_pptx_make_pptx 生成 .pptx
  5. 拿到 path 后必须再调 present_artifact(path, title) 上产物卡

严格禁止

  • 全程不要用 HTML 代替 .pptx
  • 没点名平台时默认本地生成,不要用飞书/在线文档代替——只有用户明确说"做成飞书文档 / 发到飞书"才走飞书技能

环境说明

首次安装 MCP 部分会自动下载 python-pptx 依赖(需联网)。

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. 7d ago First seen · 26 lines · 80 tokens per session scan A 770c1f924da9

Subscribe to this mod's changes

pptx is a skill published in the GitHub repository Pinvou/pinvou-agent (1,642 stars, last pushed yesterday), licensed MIT. It adds 80 tokens to every session and 399 once invoked, about $0.0004 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

docx

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

PM-Shawn/Abu-Cowork · 168 tokens

doc-coauthoring

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.…

PM-Shawn/Abu-Cowork · 77 tokens

xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…

PM-Shawn/Abu-Cowork · 201 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

PM-Shawn/Abu-Cowork · 92 tokens

pptx

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

PM-Shawn/Abu-Cowork · 152 tokens

skill-creator

创建、编辑、优化和测试 skills。当用户明确要求创建一个具体的新 skill、修改已有 skill 的内容或描述、运行 skill 评测,或优化 skill 触发准确率时使用。.

PM-Shawn/Abu-Cowork · 47 tokens