← Back to Skills Marketplace
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-html-slides
Description
为 OpenClaw 打造的网页幻灯片创建技能。将用户需求转化为精美的 HTML 演示文稿,支持从零创建和 PPT 转换两种模式。触发词:做幻灯片 / 做 PPT / 做演示 / 做 slides / 做一个网页版自我介绍 / 帮我做个路演 PPT。
Usage Guidance
This skill is internally consistent for making HTML slides, converting .pptx, exporting PDFs, and optionally deploying to Vercel. Before running any scripts: 1) Inspect the generated HTML for references to local files (images, ../ paths) you don’t want published — deploy.sh will copy non-http references and publish them to your Vercel account. 2) Be aware export-pdf.sh uses Playwright/Chromium and may download browser binaries; install dependencies manually in a controlled environment (virtualenv/container) if concerned. 3) Deploy scripts may run npm install -g vercel (global installs) — prefer using npx or a scoped environment if you want to avoid global changes. 4) When deploying, you will authenticate to Vercel and the deployed site will be publicly accessible under your account—do not deploy content that contains secrets. 5) If you lack trust in the origin, run extraction/export steps on a sandboxed machine or review/execute the scripts step-by-step rather than allowing automatic installs. Overall: coherent and expected for its purpose, but exercise normal caution around deployment and dependency installation.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-html-slides
Version: 1.0.0
The skill bundle is a legitimate tool for creating, converting, and deploying HTML-based presentations. It includes functional scripts for extracting content from PPTX files (extract-pptx.py), exporting HTML to PDF using Playwright (export-pdf.sh), and deploying to Vercel (deploy.sh). While the bundle executes shell commands and installs dependencies (npm/npx), these actions are transparently documented and strictly aligned with the stated features. No evidence of data exfiltration, unauthorized access, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and included scripts (extract-pptx.py, export-pdf.sh, deploy.sh) coherently implement PPT extraction, HTML generation, PDF export, and optional deployment to Vercel. The requested artifacts and supporting files match the declared features.
Instruction Scope
Instructions tell the agent to read the bundled supporting files and to run local scripts for PPT extraction, PDF export, and Vercel deployment. This is consistent with the feature set, but the workflow explicitly copies local referenced files into a deploy package and opens/serves local files—so verify that generated/packaged HTML does not reference or include unintended sensitive local paths.
Install Mechanism
Registry has no install spec (instruction-only), but the shipped scripts will attempt to install/use external tooling at runtime (npm/ npx/vercel, Playwright/Chromium, Python packages like python-pptx and Pillow). Those operations download and install software/binaries on the host if the user runs the scripts; this is expected for the functionality but is higher-risk than pure instruction-only skills.
Credentials
The skill declares no environment variables or credentials. It does direct users to authenticate with Vercel (via CLI interactive login) if they choose deployment, which is appropriate. No unexplained secret access is requested by the skill itself.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. Scripts operate on user-provided files and may create temporary directories; nothing in the package attempts to change system-wide agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-html-slides - After installation, invoke the skill by name or use
/openclaw-html-slides - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:零依赖 HTML 幻灯片创建技能,支持 12 种风格、PPT 转换、Vercel 部署和 PDF 导出
Metadata
Frequently Asked Questions
What is HTML Slides for OpenClaw?
为 OpenClaw 打造的网页幻灯片创建技能。将用户需求转化为精美的 HTML 演示文稿,支持从零创建和 PPT 转换两种模式。触发词:做幻灯片 / 做 PPT / 做演示 / 做 slides / 做一个网页版自我介绍 / 帮我做个路演 PPT。 It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install HTML Slides for OpenClaw?
Run "/install openclaw-html-slides" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is HTML Slides for OpenClaw free?
Yes, HTML Slides for OpenClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does HTML Slides for OpenClaw support?
HTML Slides for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created HTML Slides for OpenClaw?
It is built and maintained by 838997125 (@838997125); the current version is v1.0.0.
More Skills