📊

pptx

Sûr ⚙️ Commandes externes🌐 Accès réseau📁 Accès au système de fichiers

Create PowerPoint Presentations

Également disponible depuis: 92Bilal26,Azeem-2,Cam10001110101,anthropics,davila7,ZhanlinCui,92Bilal26,AutumnsGrove,DYAI2025,ArtemisAI,ComposioHQ,K-Dense-AI

Claude can create, edit, and analyze PowerPoint presentations by converting HTML to PPTX, manipulating raw XML structures, and extracting content from existing files.

Prend en charge: Claude Codex Code(CC)
🥉 75 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "pptx". Create a 5-slide presentation about Q4 results with bullet points

Résultat attendu:

  • Created presentation.pptx with 5 slides
  • Slide 1: Title - Q4 Results Overview
  • Slide 2: Key Metrics with charts
  • Slide 3: Revenue Analysis
  • Slide 4: Challenges and Solutions
  • Slide 5: Next Steps and Action Items

Utilisation de "pptx". What content is in slide 3 of this presentation?

Résultat attendu:

  • Slide 3: Customer Feedback Summary
  • - Overall satisfaction: 4.2/5
  • - Top mentioned features: speed, reliability
  • - Areas for improvement: documentation

Audit de sécurité

Sûr
v1 • 2/24/2026

This is a legitimate PPTX presentation skill. Static analysis findings are false positives: external_commands are documentation examples in markdown files, network URLs are standard OOXML schema references, and weak crypto/C2 keyword flags incorrectly identify color codes and color names. No actual security risks identified. The skill provides safe PowerPoint creation and editing capabilities.

56
Fichiers analysés
26,504
Lignes analysées
5
résultats
1
Total des audits
Problèmes à risque moyen (1)
Documentation Contains Command Examples
The SKILL.md file contains examples of command-line tools like python, pandoc, markitdown. These are documentation examples for users, not dangerous code execution.
Problèmes à risque faible (1)
OOXML Schema Files Contain URLs
Standard OOXML schema files contain namespace URLs. These are legitimate ISO/ECMA standard schema references, not security concerns.

Facteurs de risque

⚙️ Commandes externes (1)
🌐 Accès réseau (1)
📁 Accès au système de fichiers (1)
Audité par: claude

Score de qualité

45
Architecture
100
Maintenabilité
85
Contenu
50
Communauté
98
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

Generate Presentation from Outline

Create a complete PowerPoint presentation from a text outline or content brief

Extract Content from Existing Slides

Read and extract text, notes, and comments from existing PPTX files for analysis or repurposing

Apply Design Template

Analyze an example presentation and apply its color scheme, fonts, and layout patterns to new slides

Essayez ces prompts

Simple Slide Creation
Create a PowerPoint presentation with these slides: [list slide titles and content]. Use a professional design.
Extract Text Content
Extract all text content from the attached presentation file. List each slide's content separately.
Apply Brand Design
Analyze the design elements in [example.pptx] including colors, fonts, and layout patterns. Then create new slides about [topic] using the same design language.
Add Speaker Notes
Add speaker notes to slides 2-5 in [presentation.pptx] with talking points about [content].

Bonnes pratiques

  • Analyze existing presentations for design patterns before creating new ones
  • Use HTML-to-PPTX conversion for precise positioning and layout control
  • Extract XML content for complex features like comments and speaker notes
  • Apply consistent color palettes and typography throughout presentations

Éviter

  • Attempting to directly edit PPTX files without unpacking to XML first
  • Ignoring the design principles and color palette guidelines
  • Using non-web-safe fonts that may not render on all systems
  • Overloading slides with too much content

Foire aux questions

Can Claude edit existing PowerPoint files?
Claude can modify existing PPTX files by unpacking them, editing the XML, and repacking. This is needed because PPTX files are ZIP archives containing XML.
What tools does this skill use?
The skill uses Python libraries like markitdown for text extraction and custom scripts for XML manipulation. It also leverages pandoc and unoconv for format conversions.
Can I create charts in PowerPoint?
The skill does not have built-in chart creation. For charts, you would need to create them manually in PowerPoint or use a separate charting tool.
How do I add speaker notes?
Speaker notes are stored in XML files within the PPTX structure. You need to unpack the presentation, add content to the notesSlide XML files, and repack the archive.
What design constraints should I follow?
Use web-safe fonts (Arial, Helvetica, Times New Roman, etc.), ensure good color contrast, maintain visual hierarchy, and be consistent with spacing and patterns.
Can this skill work with Google Slides?
This skill is specifically for PPTX (Microsoft PowerPoint) files. Google Slides would require a different approach using the Google Slides API.

Détails du développeur

Auteur

sickn33

Licence

Proprietary. LICENSE.txt has complete terms

Réf

main