- Fix html2pptx Windows file path handling (file:/// URLs) - Fix Italian flag diagonal (remove CSS rotation, use positioned rectangles) - Add Chinese character background watermark (意) - Add geometric pattern attempt (Art Deco style) - Fix validation errors (text positioning, margins) - Add backup slides directory - Add build scripts and image resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ooxml | ||
| scripts | ||
| html2pptx.md | ||
| LICENSE.txt | ||
| ooxml.md | ||
| README.md | ||
| SKILL.md | ||
PowerPoint (PPTX) Skill - Installation complète
Installation effectuée le 23 octobre 2025
Fichiers installés
- ✓ SKILL.md (25K) - Instructions principales
- ✓ html2pptx.md - Documentation HTML vers PPTX
- ✓ ooxml.md - Documentation format Office Open XML
- ✓ scripts/ - Scripts Python et Node.js
- ✓ ooxml/ - Schémas et scripts OOXML
Dépendances Python installées
- ✓ markitdown (0.1.3) - Conversion PPTX vers Markdown
- ✓ Pillow - Manipulation d'images
- ✓ lxml - Parsing XML
- ✓ python-pptx - Bibliothèque PowerPoint
Dépendances Node.js installées
- ✓ pptxgenjs - Génération PowerPoint
- ✓ playwright + chromium - Rendu HTML
- ✓ sharp - Traitement d'images
Utilisation
Le skill est automatiquement détecté par Claude Code quand tu demandes :
- "Crée une présentation PowerPoint sur..."
- "Modifie cette présentation..."
- "Analyse ce fichier PPTX..."
Tu peux aussi l'invoquer explicitement avec /pptx
Capacités
-
Création de présentations (3 méthodes)
- Depuis zéro avec html2pptx
- Depuis un template existant
- Modification d'une présentation existante
-
Analyse de présentations
- Extraction de texte via markitdown
- Création de thumbnails
- Inventaire du contenu
-
Édition avancée
- Modification du XML OOXML brut
- Réarrangement de slides
- Remplacement de contenu
Scripts disponibles
scripts/html2pptx.js- Convertir HTML vers PPTXscripts/thumbnail.py- Générer grilles de vignettesscripts/inventory.py- Extraire inventaire de textescripts/replace.py- Remplacer texte dans slidesscripts/rearrange.py- Réorganiser slides
License
Proprietary - Voir LICENSE.txt Source-available (non open source) Fourni par Anthropic comme référence