← Back to Skills Marketplace
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ppt-generator-template
Description
Automatically creates a Jobs-style HTML presentation by splitting user input speech content into multiple PPT slides.
Usage Guidance
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ppt-generator-template - After installation, invoke the skill by name or use
/ppt-generator-template - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Ppt Generator Template?
Automatically creates a Jobs-style HTML presentation by splitting user input speech content into multiple PPT slides. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install Ppt Generator Template?
Run "/install ppt-generator-template" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ppt Generator Template free?
Yes, Ppt Generator Template is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ppt Generator Template support?
Ppt Generator Template is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ppt Generator Template?
It is built and maintained by qidong (@qidong); the current version is v1.0.0.
More Skills