← 返回 Skills 市场
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ppt-generator-template
功能描述
Automatically creates a Jobs-style HTML presentation by splitting user input speech content into multiple PPT slides.
安全使用建议
This skill appears coherent and implements a local HTML slide generator. Before installing, note: (1) it writes files named presentation-<timestamp>.html into the agent's current working directory—confirm you are comfortable with the agent writing files there; (2) it is a Node script and requires a Node runtime to execute — the skill itself doesn’t install Node; (3) SKILL.md mentions template.html and an assets/ directory that are not included, so styling/custom assets may be incomplete; (4) the code performs no network calls and requests no secrets, which reduces exfiltration risk. If you allow the agent filesystem access and Node execution, this skill is reasonable; if you do not want the agent to create files or run Node code, do not enable it. If you want higher assurance, inspect the included index.js yourself or run it in a sandboxed environment first.
能力评估
Purpose & Capability
The name/description (Jobs‑style PPT generator) match the included index.js and example.html which generate a standalone HTML presentation. Minor inconsistency: SKILL.md mentions template.html and an assets/ directory that are not present in the file manifest (only example.html and index.js are included). This looks like an editorial/incomplete-template issue, not a security mismatch.
Instruction Scope
SKILL.md describes receiving user speech, splitting content into slides, and producing an HTML file. The runtime code implements exactly that: it splits text, produces HTML, and writes presentation-<timestamp>.html. The instructions and code do not read unrelated system files, access environment variables, or transmit data externally.
Install Mechanism
There is no install spec (instruction-only skill) and no downloads. The single code file is standard Node.js code using built-in fs/path modules; nothing is fetched or extracted from external URLs.
Credentials
The skill requests no environment variables, no credentials, and the code does not reference process.env or any external secrets. The file-write behavior (writing to the current working directory) is proportionate to generating an output HTML file.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or global agent configuration. It writes files to cwd only (expected for a generator).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ppt-generator-template - 安装完成后,直接呼叫该 Skill 的名称或使用
/ppt-generator-template触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the PPT Generator Skill Template.
- Accepts user input and splits content into logical slides.
- Generates Steve Jobs-style HTML presentations automatically.
- Outputs presentations as browser-ready HTML files.
- Includes file structure and extension suggestions for future enhancements.
元数据
常见问题
Ppt Generator Template 是什么?
Automatically creates a Jobs-style HTML presentation by splitting user input speech content into multiple PPT slides. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。
如何安装 Ppt Generator Template?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppt-generator-template」即可一键安装,无需额外配置。
Ppt Generator Template 是免费的吗?
是的,Ppt Generator Template 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ppt Generator Template 支持哪些平台?
Ppt Generator Template 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ppt Generator Template?
由 qidong(@qidong)开发并维护,当前版本 v1.0.0。
推荐 Skills