pptx

Create and edit PPTX presentations from research notes and templates.

9|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Research-Equality/ResearchClaw --skill pptx-research-equality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/Research-Equality/ResearchClaw/tree/main/src/researchclaw/agents/skills/pptx
Command: npx skills add https://github.com/Research-Equality/ResearchClaw --skill pptx-research-equality

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates PPTX creation and analysis from research notes and templates.

Core Features & Use Cases

  • Read PPTX content and extract metadata from slides
  • Edit slides from templates and generate new decks
  • Export finished presentations to PPTX or PDF for sharing

Quick Start

Create a new presentation from your notes and export slides.pptx.

Frequently Asked Questions about pptx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PPTX creation from research notes and templates?

You can automate PPTX creation by applying script-driven workflows in Python to generate new decks from existing templates and text notes. The process edits slides directly from templates, enabling you to produce conference talks or lecture slides.

Can I extract text and metadata from existing presentation slides?

Yes, you can extract text and metadata from presentation slides using built-in utility scripts. This allows you to read PPTX content directly, pulling data from slides for further analysis or for repurposing into new presentations.

What is the best way to generate presentation thumbnails from PPTX files?

The best way to generate presentation thumbnails is by using the extraction utilities provided in the scripts directory. These tools process PPTX files to produce slide thumbnails, which can be used for previews or integration with external rendering tools.

Does this workflow support exporting finished presentations to PDF?

Yes, the workflow supports exporting finished presentations to PDF for sharing. After editing slides from templates, you can export the final output to PPTX or PDF, relying on integration with external tools for file conversion and rendering.

Do I need Python to run scripts for editing and reading PPTX content?

Yes, you need Python to run the scripts for editing and reading PPTX content. The workflow relies on Python and a scripts directory containing utilities for tasks like content extraction, slide editing, and thumbnail generation.