← Back to Skills Marketplace
agilight

AI PPT Generator

by beiling · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
2581
Downloads
3
Stars
16
Active Installs
4
Versions
Install in OpenClaw
/install ppt-maker
Description
使用Markdown快速生成专业PPT,支持自动图表转换、多主题、多类型列表、引用和代码块,自动识别感谢页。
Usage Guidance
This skill appears coherent for converting Markdown into PPTX and auto-detecting charts. Before installing or running it: 1) Inspect the remainder of scripts/ppt-maker.js (the file preview was truncated here) to confirm it does not make network calls (download/upload) or spawn shell commands. 2) If your runtime doesn't already have Node dependencies, running 'npm install' will fetch packages from the public npm registry — do this in a sandboxed environment if you are cautious. 3) Provide only non-sensitive Markdown as input (it will be read and written to disk). 4) If you need higher assurance, run the script in an isolated container and grep the full source for network APIs (http/https, fetch, axios, net, child_process, eval) before using it in production.
Capability Analysis
Type: OpenClaw Skill Name: ppt-maker Version: 1.0.3 The skill bundle provides a legitimate utility for generating PowerPoint presentations from Markdown files using the 'pptxgenjs' library. The core logic in 'scripts/ppt-maker.js' focuses on parsing Markdown headers, lists, and tables, including a feature to automatically convert tabular data into charts based on keyword detection. No evidence of data exfiltration, malicious command execution, or harmful prompt injection was found; the code is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
The name/description (Markdown → PPTX with charts/themes) matches the provided SKILL.md and the included Node script (parsing, theme/colors, chart detection). Required capabilities (reading an input Markdown file, writing an output .pptx) are consistent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled Node script on a user-supplied Markdown file and produce a PPTX. The instructions do not request unrelated files, extra environment variables, or external endpoints. The agent will read user-provided Markdown and write an output .pptx as expected.
Install Mechanism
There is no install spec even though package.json/package-lock.json are included and the script requires the npm dependency pptxgenjs. SKILL.md claims the dependency is '已安装' (installed). This is a minor inconsistency: if the runtime does not already provide pptxgenjs, the operator will need to run npm install, which would pull packages from the npm registry. The provided package-lock.json points to normal npm packages (no suspicious remote archives).
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The visible script functions operate on passed filenames and internal parsing logic. There are no obvious references to secrets or external service tokens in the visible code.
Persistence & Privilege
Skill flags are defaults (not always:true). The skill does not request persistent privileges or modify other skills' configs. It runs as an invoked script that reads input and writes output.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ppt-maker
  3. After installation, invoke the skill by name or use /ppt-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
No user-facing changes in this release. - No file or documentation changes detected from previous version.
v1.0.2
- No user-facing changes in this release. - Documentation content in SKILL.md remains unchanged.
v1.0.1
- No changes detected in this version. - The documentation and functionality remain the same as the previous release.
v1.0.0
专业级PPT一键生成。Markdown创建幻灯片,支持自动图表(饼图/柱状图/折线图)、多主题、有序/无序列表、引用块、代码块、表格、感谢页自动识别。
Metadata
Slug ppt-maker
Version 1.0.3
License MIT-0
All-time Installs 16
Active Installs 16
Total Versions 4
Frequently Asked Questions

What is AI PPT Generator?

使用Markdown快速生成专业PPT,支持自动图表转换、多主题、多类型列表、引用和代码块,自动识别感谢页。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2581 downloads so far.

How do I install AI PPT Generator?

Run "/install ppt-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI PPT Generator free?

Yes, AI PPT Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI PPT Generator support?

AI PPT Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI PPT Generator?

It is built and maintained by beiling (@agilight); the current version is v1.0.3.

💬 Comments