Home Tutorials Categories Skills About
ZH EN JA KO
📙

PowerPoint

Presentations Notes & Task Management

Install Command

npx clawhub@latest install powerpoint

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install PowerPoint to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm PowerPoint appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Create and edit slides Auto-generate layouts and formatting Insert charts, images, and styles

Detailed Description

PowerPoint MCP Server enables AI to create and edit PowerPoint presentations, automating the entire workflow from content planning to visual layout.

Core Features

  • Slide Creation: Automatically generate slides from text descriptions, selecting appropriate layout templates
  • Content Editing: Modify text content, adjust font styles, insert shapes and charts
  • Batch Operations: Generate multi-page presentations at once, with support for unified theme and color scheme modifications

Configuration

{
  "mcpServers": {
    "powerpoint": {
      "command": "npx",
      "args": ["-y", "mcp-powerpoint"],
      "env": {
        "OUTPUT_DIR": "Presentation output directory (optional)"
      }
    }
  }
}

Use Cases

  • Quickly generate complete presentations from text outlines
  • Let AI create chart slides automatically from data
  • Batch update brand styling across multiple presentations
  • Convert meeting notes or documents into presentation format