Ppt Maker
Skill by agilight
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/agilight/ppt-makerWhat This Skill Does
Ppt Maker is a professional-grade AI-powered tool designed to streamline the presentation creation process. It transforms plain Markdown files into structured, visually appealing PPTX slideshows. The tool features intelligent layout processing, automatic chart generation (pie, bar, and line), and multi-theme support. By leveraging standard Markdown syntax for headings, lists, tables, and code blocks, users can focus on content structure while the agent handles the design, font styling, and slide transitions automatically. The inclusion of an automatic 'thank you' page detector and smart table-to-chart conversion makes it an essential utility for rapid report generation.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/agilight/ppt-maker
Once installed, you can trigger the script directly from your workspace: node ~/.openclaw/workspace/skills/ppt-maker/scripts/ppt-maker.js -i [input.md] -o [output.pptx] -t [theme].
Use Cases
This skill is perfect for business professionals needing to create quarterly reports, developers drafting technical documentation for presentations, and students preparing research summaries. It is particularly effective for financial analysis where tabular data needs to be instantly visualized as charts, or for quick team meetings where time-consuming manual slide formatting is not feasible. The multi-theme options (including professional, dark, and creative styles) allow the tool to adapt to any corporate or creative brand identity.
Example Prompts
- "Create a presentation for my Q3 sales data. Use the data in sales_data.md and save it as quarterly_report.pptx using the ocean theme."
- "I need to generate a tech architecture overview. Please create a slide deck from architecture.md; ensure the technical metrics table is automatically converted into a bar chart."
- "Convert my meeting notes in notes.md into a professional pitch deck titled 'Project Alpha' using the luxury theme."
Tips & Limitations
To ensure the best results, use standard markdown tables with clearly labeled headers. The automated chart engine relies on keywords like 'pie', 'bar', or 'trend' in your headers or context; if the chart isn't generated as expected, verify your header keywords. For complex layouts, keep slides concise; the tool works best when logical sections are separated by ## headers. Note that the script requires local file system access to read inputs and write the generated PowerPoint file. Always verify the output slide sequence after generation, especially if you have highly custom formatting requirements.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-agilight-ppt-maker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution