← 返回 Skills 市场
Slideshow Generator
作者
bytesagain4
· GitHub ↗
· v2.0.0
· MIT-0
161
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install slideshow-generator
功能描述
Create HTML slideshows from Markdown with live preview. Use when drafting slides, editing decks, optimizing layouts, scheduling talks, repurposing content.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install slideshow-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/slideshow-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
publish v2.0.0
元数据
常见问题
Slideshow Generator 是什么?
Create HTML slideshows from Markdown with live preview. Use when drafting slides, editing decks, optimizing layouts, scheduling talks, repurposing content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 Slideshow Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install slideshow-generator」即可一键安装,无需额外配置。
Slideshow Generator 是免费的吗?
是的,Slideshow Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slideshow Generator 支持哪些平台?
Slideshow Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slideshow Generator?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。
推荐 Skills