Presentation Builder

🌐Community
by qodex-ai · vlatest · Repository

This tool quickly generates polished presentations from prompts, saving you time and effort on content creation and design.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add presentation-builder npx -- -y @trustedskills/presentation-builder
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "presentation-builder": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/presentation-builder"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables an AI agent to create, edit, and analyze .pptx (PowerPoint) files. It allows for text extraction by converting presentations to markdown format, accessing raw XML content for features like comments and animations, and even creating new presentations from HTML slides. The tool provides workflows for reading, unpacking, and analyzing the structure of PowerPoint files, including typography and color schemes.

When to use it

  • You need to extract text content from a PowerPoint presentation.
  • You require access to specific elements within a .pptx file like speaker notes or slide layouts.
  • You want to create a new PowerPoint presentation based on an HTML design.
  • You need to analyze the typography and color scheme of an existing presentation for emulation purposes.
  • You are creating a presentation and require guidance on selecting appropriate design elements.

Key capabilities

  • .pptx file creation, editing, and analysis.
  • Conversion of .pptx files to markdown format.
  • Access to raw XML content within PowerPoint files (comments, speaker notes, slide layouts, animations).
  • Unpacking of .pptx files using a provided script (unpack.py).
  • Extraction of typography and color information from theme and slide content.
  • Creation of presentations from HTML slides via html2pptx.

Example prompts

  • "Extract the text from this PowerPoint file: [path-to-file.pptx]"
  • "Analyze the colors used in this presentation to understand its design: [path-to-file.pptx]"
  • "Create a new PowerPoint presentation based on this HTML content."

Tips & gotchas

  • Design Approach: Always state your intended design approach (tone, branding, color palette) before generating any presentation code.
  • Font Restrictions: When creating presentations, use only web-safe fonts like Arial, Helvetica, Times New Roman, etc.
  • Script Location: The unpack.py script is located at skills/presentation-builder/ooxml/scripts/unpack.py. If you cannot find it, use the command find . -name "unpack.py" to locate its path.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
qodex-ai
Installs
42

🌐 Community

Passed automated security scans.