pptx

pptx is a skill for Claude Code, Codex from liyecom/liye-ai. It costs 14 tokens per session (952 once invoked), scanned A, original, Apache-2.0.

A skill for reading, creating, and modifying PowerPoint presentation files.

In plain words
What is it for?
Creating presentations, applying templates and themes, adding text, images, tables, charts, shapes, and speaker notes, and extracting slide or note content.
Why use it?
It helps turn information into organized slides or update existing presentations without manually editing every element.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Creating presentations, applying templates and themes, adding text, images, tables, charts, shapes…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liyecom/liye-ai/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 liyecom/liye-ai --skill pptx
Clone the repo
git clone --depth 1 https://github.com/liyecom/liye-ai

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/liyecom/liye-ai/pptx.svg)](https://agentmods.dev/skills/liyecom/liye-ai/pptx)
Your own site
<a href="https://agentmods.dev/skills/liyecom/liye-ai/pptx"><img src="https://agentmods.dev/badge/skills/liyecom/liye-ai/pptx.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 952 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.00014 $0.00952
Opus 5 $0.00007 $0.00476
Sonnet 5 $0.00003 $0.00190
Haiku 4.5 $0.00001 $0.00095

Measured 7d ago against content hash 4bc50e18eb2b, 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.

Skills/00_Core_Utilities/document-processing/pptx/SKILL.md · 136 lines

What it actually says

PPTX Presentation Processing

来源: ComposioHQ/awesome-claude-skills 适配: LiYe OS 三层架构

读取、生成、调整 PowerPoint 演示文稿,支持布局管理、模板应用、内容提取。

When to Use This Skill

当需要处理演示文稿时:

  • 创建专业演示文稿
  • 修改现有 PPT 内容
  • 应用模板和主题
  • 提取幻灯片内容
  • 批量生成演示材料

Core Capabilities

1. 幻灯片创建

from pptx import Presentation
from pptx.util import Inches

prs = Presentation()
slide = prs.slides.add_slide(prs.slide_layouts[1])
title = slide.shapes.title
title.text = "演示标题"
prs.save('presentation.pptx')

2. 布局管理

  • 标题幻灯片
  • 内容布局
  • 两栏布局
  • 空白布局
  • 自定义布局

3. 内容元素

  • 文本框
  • 图片插入
  • 表格
  • 图表
  • 形状和图标
  • SmartArt(有限支持)

4. 模板应用

  • 主题颜色
  • 字体方案
  • 背景设计
  • 母版幻灯片

5. 演讲者备注

  • 添加备注
  • 提取备注
  • 备注格式化

Usage Examples

示例 1: 周报演示

用户: 帮我把这周的工作总结做成 PPT
Claude: [使用 pptx 创建带数据图表、工作亮点、下周计划的演示文稿]

示例 2: 产品介绍

用户: 帮我做一个新产品的发布演示
Claude: [使用 pptx 创建产品特性、竞争优势、定价策略的专业 PPT]

示例 3: 培训材料

用户: 把这份培训文档转成 PPT 课件
Claude: [使用 pptx 提取关键点、创建分章节的培训幻灯片]

Dependencies

  • python-pptx (Python)
  • Apache POI (Java)
  • 或其他 OOXML 兼容库

LiYe OS Integration

业务域引用

此技能被以下业务域引用:

  • 08_Communication: 演示汇报(主域)
  • 04_Business_Operations: 商务演示

与其他技能的配合

  • canvas-design: 设计素材插入 PPT
  • theme-factory: 应用统一主题风格
  • content-writer: 演讲稿撰写配合

三层架构位置

  • 物理层 (本文件): Skills/00_Core_Utilities/document-processing/pptx/
  • 逻辑层索引: Skills/{domain}/index.yaml
  • L3 指令层: .claude/skills/{domain}/pptx/

Created: 2025-12-28 | Adapted for LiYe OS

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 · 136 lines · 14 tokens per session scan A 4bc50e18eb2b

Subscribe to this mod's changes

pptx is a skill published in the GitHub repository liyecom/liye-ai (33 stars, last pushed 26d ago), licensed Apache-2.0. It adds 14 tokens to every session and 952 once invoked, about $0.0001 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

sn-ppt-entry

Entry point for PPT generation. Asks the user to choose a mode (fast, standard, or creative), then collects role / audience / scene / pagecount as needed. For standard mode, also asks how images should be sourced (AI generation, web search, or none), whether charts should use AI-generated infographics or ECharts, and…

OpenSenseNova/SenseNova-Skills · 204 tokens

sn-ppt-creative

Creative-mode PPT pipeline. One full-page 16:9 PNG per slide. LLM / VLM calls go through sn-ppt-standard/lib/modelclient.py (shared thin client). Text-to-image (the actual png rendering) goes through sn-image-base/scripts/snagentrunner.py. Falls back to web image search when T2I generation fails. Expects taskpack.json…

OpenSenseNova/SenseNova-Skills · 97 tokens

2slides-ppt-generator

AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use f.

ranbot-ai/awesome-skills · 45 tokens

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.

thedotmack/claude-mem · 55 tokens

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…

hugohe3/ppt-master · 108 tokens

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.

nexu-io/html-anything · 39 tokens