manus-pptx

Write presentation slides using a PPTX-specific XML markup syntax exportable to pptx.

1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill manus-pptx-waiyanphyo999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manus-pptx
Source: https://github.com/waiyanphyo999/telegram-bot-deploy/tree/main/skills/manus-pptx
Command: npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill manus-pptx-waiyanphyo999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating slide decks programmatically requires a precise, validated markup language; this Skill provides the complete syntax reference for authoring slides in Manus's PPTX-specific XML format that exports losslessly to pptx. ## Core Features & Use Cases - Complete XML Syntax Reference: Documents all 6 slide elements (text, shape, image, icon, table, chart) plus the deck-level design block with every tag, attribute, and validation rule. - Rich Content Support: Covers gradients, merged table cells, combination charts with dual axes, hyperlinks, vertical text, and Lucide icons. - Use Case: When asked to build a quarterly business review deck, load this reference to write valid slide XML with charts, styled tables, and brand-consistent design variables that export directly to a pptx file. ## Quick Start Load the manus-pptx syntax reference and write the slide deck XML for my presentation.

Frequently Asked Questions about manus-pptx

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

FAQPage Schema
How do I create slides with XML that exports to PowerPoint?

Write one slide element per page containing a required background child plus text, shape, image, icon, table, or chart elements positioned with x, y, width, and height in pixels. The markup exports losslessly to pptx format.

How do I add charts to slides in this XML format?

Use the chart element with a type of bar, column, line, area, pie, donut, or scatter, plus categories and series child tags with numeric values. Combination charts mix column, line, and area series with primary and secondary axes.

What icons are supported in the slide markup?

The icon element accepts any name from the full Lucide icon set of over 1600 icons in kebab-case, such as circle-check or trending-up. An unrecognized name is a validation error, and icons render as single-color square vectors.

Why does my slide XML fail validation?

Common failures include a slide missing its background child, text or chart missing a font attribute, area shapes missing fill, referencing undefined design variables, or table rows whose colspan and rowspan counts do not equal the column count.

Can tables have merged cells in this slide format?

Yes, td elements support colspan and rowspan with HTML semantics, and cells covered by a merge are omitted. Each logical row must be covered by exactly the column count, counting intrusions from rowspans above.