Ppt Generator Template

v1.0.0

Automatically creates a Jobs-style HTML presentation by splitting user input speech content into multiple PPT slides.

0· 65·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for qidong/ppt-generator-template.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ppt Generator Template" (qidong/ppt-generator-template) from ClawHub.
Skill page: https://clawhub.ai/qidong/ppt-generator-template
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ppt-generator-template

ClawHub CLI

Package manager switcher

npx clawhub@latest install ppt-generator-template
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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).
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97555wr94b7cmgd89xsr39rx9851hd7
65downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

PPT Generator Skill Template

Description

一个简单的PPT生成器技能模板,用于演示如何创建OpenClaw技能。

功能说明

  • 接收用户输入的演讲内容
  • 自动分割成多个幻灯片
  • 生成乔布斯风格的HTML演示文稿

使用示例

当用户说:"帮我创建一个关于人工智能的PPT"时,这个技能会自动触发。

技能文件结构

ppt-generator-template/
├── SKILL.md          # 技能说明文件
├── index.js          # 主要逻辑文件
├── template.html     # HTML模板文件
└── assets/           # 资源文件目录

工作原理

  1. 用户提供演讲内容
  2. 技能将内容分割成逻辑段落(每个段落一个幻灯片)
  3. 使用模板生成HTML文件
  4. 输出可以直接在浏览器中打开的HTML文件

扩展功能建议

  • 支持Markdown格式输入
  • 添加CSS样式定制
  • 支持图片插入
  • 添加转场动画
  • 导出为PDF格式

Comments

Loading comments...