Pptx
Generates professional PowerPoint presentations from text prompts, incorporating visuals and design elements based on dalehurley's style.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dalehurley-pptx npx -- -y @trustedskills/dalehurley-pptx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dalehurley-pptx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dalehurley-pptx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to process and manipulate PowerPoint (pptx) files. It can extract text, images, and other data from presentations, as well as potentially generate basic PPTX structures based on provided information. The exact capabilities are not fully detailed in the source, but it is primarily focused on handling .pptx file formats.
When to use it
- You need to quickly extract key information (text or images) from a PowerPoint presentation for analysis.
- You want to automate the creation of simple presentations based on data provided by another skill or system.
- Your workflow involves frequently dealing with .pptx files and you need an AI agent to assist in managing them.
- You're building a tool that requires programmatic access to PowerPoint content.
Key capabilities
- Handles .pptx file formats
- Extracts text from presentations
- Extracts images from presentations
- Potentially generates basic PPTX structures
Example prompts
- "Extract all the text from this presentation and summarize it." (accompanied by a pptx file)
- "Create a simple PowerPoint slide with the title 'Project Update' and bullet points: [list of bullet points]."
- "Can you list all images found in this .pptx?"
Tips & gotchas
The skill’s capabilities are limited to basic PPTX manipulation. Complex formatting or advanced features within PowerPoint presentations may not be fully supported.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.