← 返回 Skills 市场
agilight

AI PPT Generator

作者 beiling · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
2581
总下载
3
收藏
16
当前安装
4
版本数
在 OpenClaw 中安装
/install ppt-maker
功能描述
使用Markdown快速生成专业PPT,支持自动图表转换、多主题、多类型列表、引用和代码块,自动识别感谢页。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ppt-maker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ppt-maker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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创建幻灯片,支持自动图表(饼图/柱状图/折线图)、多主题、有序/无序列表、引用块、代码块、表格、感谢页自动识别。
元数据
Slug ppt-maker
版本 1.0.3
许可证 MIT-0
累计安装 16
当前安装数 16
历史版本数 4
常见问题

AI PPT Generator 是什么?

使用Markdown快速生成专业PPT,支持自动图表转换、多主题、多类型列表、引用和代码块,自动识别感谢页。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2581 次。

如何安装 AI PPT Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppt-maker」即可一键安装,无需额外配置。

AI PPT Generator 是免费的吗?

是的,AI PPT Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI PPT Generator 支持哪些平台?

AI PPT Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI PPT Generator?

由 beiling(@agilight)开发并维护,当前版本 v1.0.3。

💬 留言讨论