Slideshow Generator
v2.0.0Create HTML slideshows from Markdown with live preview. Use when drafting slides, editing decks, optimizing layouts, scheduling talks, repurposing content.
⭐ 0· 91·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk971kj0amks2mfxm63x9j55s6h837kdx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
