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 liyecom/liye-ai --skill pptxgit clone --depth 1 https://github.com/liyecom/liye-aiWrote 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/liyecom/liye-ai/pptx)<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>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.00014 | $0.00952 |
| Opus 5 | $0.00007 | $0.00476 |
| Sonnet 5 | $0.00003 | $0.00190 |
| Haiku 4.5 | $0.00001 | $0.00095 |
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.
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
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 · 136 lines · 14 tokens per session scan A 4bc50e18eb2b
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.
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…
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…
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.
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.