← Back to Skills Marketplace
xueyetianya

Slideshow Generator

by bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
161
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install slideshow-generator
Description
Create HTML slideshows from Markdown with live preview. Use when drafting slides, editing decks, optimizing layouts, scheduling talks, repurposing content.
Usage Guidance
This appears to be a small, local CLI tool that stores your inputs in ~/.local/share/slideshow-generator and can export/search them. Before installing: (1) be aware it will create and append plaintext logs in that directory — do not store secrets there; (2) exported JSON is generated without escaping and may be malformed or include raw user content (quotes/newlines), so review exports before sharing; (3) you can override storage with SLIDESHOW_GENERATOR_DIR if you want the data elsewhere; (4) the package references bytesagain.com in banners but contains no network calls in the scripts — treat it as an offline utility and, as with any third‑party script, review/execute it in a sandbox first if you’re unsure.
Capability Analysis
Type: OpenClaw Skill Name: slideshow-generator Version: 2.0.0 The slideshow-generator bundle is a command-line utility for logging and managing presentation ideas, such as drafts, outlines, and schedules. The primary script (scripts/script.sh) implements simple text logging to a local directory (~/.local/share/slideshow-generator) and provides basic search and export functionality. While the bundle includes an unusual file (scripts/remark.sh.html) which is an HTML slideshow containing the source code for a Markdown-to-HTML generator, this appears to be a self-referential example or documentation rather than a malicious payload. There are no indicators of data exfiltration, network activity, persistence, or intentional malicious execution.
Capability Assessment
Purpose & Capability
Name/description (Markdown → HTML slides, content drafting, logs, exports) match the included scripts and SKILL.md. The tool is a pure-shell local content/logging/export utility that writes to ~/.local/share/slideshow-generator; the optional SLIDESHOW_GENERATOR_DIR env var is appropriate for this purpose.
Instruction Scope
Runtime instructions and the main script operate only on the declared data directory and stdout/stderr. The tool appends user inputs to per-command log files and can export/search them. Note: exports (JSON) are produced with simple printf/echo and do not escape user content, so exported JSON may be malformed or leak raw input (quotes, newlines) and should not be used for sensitive data without review.
Install Mechanism
No install spec — instruction-only skill plus included script files. No network download/extraction or third-party package installs are requested.
Credentials
No credentials or privileged environment variables are required. The only env var mentioned is an optional SLIDESHOW_GENERATOR_DIR to override the default data directory; the script otherwise uses HOME as expected.
Persistence & Privilege
Does not request always:true, does not modify other skills, and only writes to its own data directory under the user's home. It can run autonomously (default for skills) but has limited local scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install slideshow-generator
  3. After installation, invoke the skill by name or use /slideshow-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
publish v2.0.0
Metadata
Slug slideshow-generator
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Slideshow Generator?

Create HTML slideshows from Markdown with live preview. Use when drafting slides, editing decks, optimizing layouts, scheduling talks, repurposing content. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.

How do I install Slideshow Generator?

Run "/install slideshow-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Slideshow Generator free?

Yes, Slideshow Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Slideshow Generator support?

Slideshow Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Slideshow Generator?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.0.

💬 Comments