A programmatic interface for creating and modifying Microsoft PowerPoint presentations using Python automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pptx-manipulation
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pptx-manipulation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill leverages the power of the python-pptx library to enable seamless PowerPoint automation within the Openclaw Skills ecosystem. It allows developers and data scientists to generate professional slide decks, pitch presentations, and data reports without the need for manual GUI interactions.
By integrating with AI agents, it can transform raw data or markdown outlines into polished PPTX files complete with charts, tables, and brand-consistent layouts. Whether you are building internal reports or external sales materials, this skill provides a robust framework for slide manipulation.
To utilize this within the Openclaw Skills framework, ensure your environment has access to the python-pptx library.
pip install python-pptx
The skill organizes data based on the hierarchical structure of Microsoft PowerPoint:
| Level | Description |
|---|---|
| Presentation | The root container managing slides and master layouts. |
| Slides | Individual pages within the presentation indexed by order. |
| Shapes | Objects on a slide including TextBoxes, Pictures, and AutoShapes. |
| TextFrame | The container for text paragraphs and runs inside a shape. |
| Data Objects | Specialized structures for Tables (rows/cells) and Charts (categories/series). |
Loading
A versatile tool for programmatically merging, splitting, and reordering PDF files using AI-driven logic.

A comprehensive guide and workflow for reducing PDF file sizes through intelligent compression, image optimization, and structural cleanup.

A powerful tool to transform Microsoft Office documents and PDFs into clean, AI-ready Markdown format using the markitdown library.

A Model Context Protocol server that enables AI agents to programmatically create, edit, and manage Microsoft Office documents.

An intelligent assistant designed to customize resumes for specific job descriptions by optimizing for ATS and quantifying professional achievements.

A high-performance OCR skill powered by PaddleOCR for extracting structured text and layout data from images and scanned documents in over 100 languages.








































