pptx-posters

Generate PPTX-compatible research posters from HTML/CSS templates.

Updated May 24, 2026
One-click install
npx skills add https://github.com/Estrella-231/Mathematical_modeling_tongmeng --skill pptx-posters-estrella-231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-posters
Source: https://github.com/Estrella-231/Mathematical_modeling_tongmeng/tree/main/.agents/skills/pptx-posters
Command: npx skills add https://github.com/Estrella-231/Mathematical_modeling_tongmeng --skill pptx-posters-estrella-231

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, requests, python-dotenv, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Create visually polished research posters in a PowerPoint/PPTX-friendly format without relying on LaTeX, while keeping layouts clean and exportable to PDF or PPTX.

Core Features & Use Cases

  • HTML/CSS poster authoring: Build a modern 36×48 inch poster using a responsive, block-based template.
  • Poster-first visual generation: Produce hero images and section graphics (figures/diagrams) with poster-readable typography guidelines.
  • Export workflow: Preview in a browser, export to PDF via print-to-PDF, then convert to PPTX when explicitly needed.
  • Use case: Turn a research summary (problem → methods → results → conclusions) into an AI-assisted, PowerPoint-editable poster for conferences when PPTX format is requested.

Quick Start

Use the pptx-posters skill to generate a PPTX-compatible research poster after the user explicitly requests a PPTX/PowerPoint poster format.

Frequently Asked Questions about pptx-posters

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

FAQPage Schema
How do I create a research poster in PPTX format without using LaTeX?

Generate a PPTX-compatible research poster by assembling an HTML/CSS template with AI-produced visuals, then export to PDF via print-to-PDF and convert to PPTX. This bypasses LaTeX while producing a clean, PowerPoint-editable layout.

What is the best way to export an HTML poster to PowerPoint?

Export an HTML poster to PowerPoint by previewing the HTML/CSS template in a browser, using print-to-PDF to generate a PDF file, and then converting that PDF to PPTX when explicitly needed for conference submissions.

Can I build a 36x48 inch academic poster using HTML and CSS?

Yes, build a modern 36×48 inch academic poster using a responsive, block-based HTML/CSS template. The template enforces strict poster typography and overflow constraints to produce a clean, exportable layout.

Does python-pptx support adding AI-generated hero images and section graphics to research posters?

python-pptx handles the PPTX assembly, while AI-produced poster-readable visuals like hero images and section diagrams are generated separately and integrated into the HTML/CSS template before the final PDF-to-PPTX export.

Why does my research poster have text overflow issues in PowerPoint?

Text overflow occurs when strict poster typography and overflow constraints are not followed. The provided HTML/CSS template assets enforce specific layout rules to prevent text from spilling outside designated section blocks during export.