pptx
Use this skill any time a .pptx or .potx 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 or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.
- Version
- 2.1
- License
- Proprietary. LICENSE.txt has complete terms
Pinned to revision de66e10cd0c8, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/pptx/SKILL.md
- skills/pptx/LICENSE.txt
- skills/pptx/scripts/__init__.py
- skills/pptx/scripts/add_slide.py
- skills/pptx/scripts/clean.py
- skills/pptx/scripts/office/helpers/__init__.py
- skills/pptx/scripts/office/helpers/pptx_chart.py
- skills/pptx/scripts/office/helpers/pptx_slide.py
- skills/pptx/scripts/office/helpers/pptx_theme.py
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
- skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
- skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd
- skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd
- skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd
- skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd
- skills/pptx/scripts/office/schemas/mce/mc.xsd
- skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd
- skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd
- skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd
- skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd
- skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd
- skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
- skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd
- skills/pptx/scripts/office/soffice.py
- skills/pptx/scripts/office/validate.py
- skills/pptx/scripts/office/validators/__init__.py
- skills/pptx/scripts/office/validators/base.py
- skills/pptx/scripts/office/validators/docx.py
- skills/pptx/scripts/office/validators/pptx.py
- skills/pptx/scripts/office/validators/redlining.py
- skills/pptx/scripts/thumbnail.py
Every link opens the file at its source, pinned to the revision this page describes.