← Back to Skills Marketplace
163
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install slide-deck
Description
Generate beautiful HTML slide presentations from markdown or plain text. Dark theme, smooth animations, speaker notes. Output is a single HTML file that open...
Usage Guidance
This skill is mostly coherent and appears to do what it says: generate an HTML slide deck from provided text/markdown. Before installing or using it, consider the following: (1) The SKILL.md asks for a 'self-contained' HTML file but uses CDN-hosted JS/CSS (reveal.js from jsdelivr). That means the resulting file will fetch external code at runtime (when opened) — if you require a fully offline single-file bundle, request that assets be embedded instead. (2) The template pulls scripts and styles from a public CDN; opening the generated file executes code from that CDN in your browser. If you have strict supply-chain or network policies, review or host trusted copies of those assets locally. (3) The file-naming guidance contains an odd example ('agenttrace-presentation.html') which looks like a leftover artifact; confirm the filename and save location before accepting writes to your filesystem. (4) Because it’s instruction-only, the package itself does not write code to disk, but the agent will save output files to the current directory — ensure you trust the agent’s working directory and check the generated HTML before sharing. If you want higher assurance, ask the skill author to (a) produce a true single-file bundle with embedded reveal.js assets or (b) remove the odd filename example and clarify exact save behavior.
Capability Analysis
Type: OpenClaw Skill
Name: slide-deck
Version: 1.0.0
The slide-deck skill is a utility designed to help an AI agent generate HTML presentations using the reveal.js framework. The SKILL.md file provides a standard HTML template and formatting rules for content structure, while the _meta.json contains basic metadata; no malicious code, data exfiltration, or prompt-injection attacks were identified.
Capability Assessment
Purpose & Capability
Name and description (HTML slide generation from markdown/text) align with the instructions: templates, slide rules, and output filename behavior all support the stated purpose. There are no unexpected credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md limits itself to generating an HTML slide file from user content and saving it to the current directory. It references external CDN-hosted reveal.js and highlight plugins for runtime behavior; the document otherwise stays within the stated purpose. Note: it instructs file-saving to the current directory and prescribes a particular descriptive filename (one odd example uses 'agenttrace-presentation.html'), which is a minor inconsistency but not a security violation by itself.
Install Mechanism
No install spec, no code files, and no downloads. Instruction-only skills are lower risk because nothing is written or executed by the skill package itself.
Credentials
The skill requests no environment variables or credentials. There are no unexplained secret accesses or broad environment requirements.
Persistence & Privilege
Skill is not always-enabled and does not request persistent privileges. It instructs saving output to the current directory (normal for a file-generation skill) but does not modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install slide-deck - After installation, invoke the skill by name or use
/slide-deck - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of slide-deck: generate stylish HTML presentations from markdown or text.
- Converts user content into a single, modern HTML slide deck using reveal.js CDN
- Outputs dark-themed, responsive, keyboard-navigable slides with smooth animations
- Supports speaker notes, code highlighting, stat, and quote slides
- No external dependencies except CDN; produces a ready-to-present HTML file
- Automatic formatting: limits bullet points, enforces clean design, and sensible slide structure
Metadata
Frequently Asked Questions
What is Slide Deck?
Generate beautiful HTML slide presentations from markdown or plain text. Dark theme, smooth animations, speaker notes. Output is a single HTML file that open... It is an AI Agent Skill for Claude Code / OpenClaw, with 163 downloads so far.
How do I install Slide Deck?
Run "/install slide-deck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Slide Deck free?
Yes, Slide Deck is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Slide Deck support?
Slide Deck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Slide Deck?
It is built and maintained by Ha Le (@vanthienha199); the current version is v1.0.0.
More Skills