← Back to Skills Marketplace
ckchzh

Slide Maker

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
651
Downloads
0
Stars
5
Active Installs
12
Versions
Install in OpenClaw
/install slide-maker
Description
Presentation and slide deck generator. Create outlines, full slide decks, speaker notes, pitch decks, training slides, report presentations.
Usage Guidance
This skill appears to do what it claims: generate slide outlines, full decks, speaker notes and templates using local scripts (bash + Python). Before installing/using it: 1) be aware it will create ~/.local/share/slide-maker and persist your inputs (drafts, edits, speaker notes) there — don't store secrets or sensitive data if you don't want them saved; 2) review the scripts (they are included) if you want to confirm no network calls or other actions; 3) note a small implementation bug/inconsistency: logging uses a custom format while some export code expects '|' separators, which may affect exports — this is a functionality bug, not evidence of malice; 4) the skill requires standard tooling (python3, grep, awk) — ensure those are available. If you need stronger privacy, remove the data directory after use or run the scripts in a sandboxed environment.
Capability Analysis
Type: OpenClaw Skill Name: slide-maker Version: 2.0.0 The slide-maker skill bundle provides a set of Bash and Python-based tools for generating presentation outlines, slide content, and speaker notes in Markdown format. While the bundle contains some redundant files (e.g., two versions of slides.sh) and scripts/script.sh includes undocumented logging of user inputs to a local directory (~/.local/share/slide-maker), the behavior is consistent with a local productivity tool. There is no evidence of data exfiltration, unauthorized network access, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (slide/presentation generator) match the provided scripts and SKILL.md: scripts produce outlines, full slide decks, speaker notes, pitch/training/report templates. There are no unexpected credentials, binaries, or external services required.
Instruction Scope
Runtime instructions are explicit: run the included scripts (scripts/slides.sh / scripts/script.sh) to generate slides and related outputs. The commands do not access unrelated system files or external endpoints. Minor inconsistency: the top-level SKILL.md references a `slide-maker` CLI while there is also a `slides` subskill and multiple script entrypoints; this is a usability/maintenance concern but not a malign one.
Install Mechanism
No install spec or network downloads. The skill is distributed as local script files (bash + inline Python) — lowest-risk delivery model. It relies on standard system tools (bash, python3, grep, awk) which is appropriate for this tool.
Credentials
No required environment variables, credentials, or config paths. The scripts read HOME/whoami/date for filenames/metadata (expected). There are no requests for unrelated secrets or tokens.
Persistence & Privilege
The tool creates and writes to a persistent data directory (~/.local/share/slide-maker) and stores per-command logs (draft.log, edit.log, history.log, etc.). This is coherent with a drafts/history feature but means user inputs are stored locally and can be exported — a privacy consideration to review before use.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install slide-maker
  3. After installation, invoke the skill by name or use /slide-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
old template -> domain-specific v2.0.0
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
De-template, unique content, script cleanup
v2.3.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.0.0
- Initial release of slide-maker: a generator for presentations and slide decks in Markdown format. - Supports outlines, full decks, speaker notes, pitch decks, training slides, report presentations, and design/format recommendations. - Outputs slides with `---` separators, compatible with Marp, Slidev, and Reveal.js. - Includes scripts for generating slides from the command line. - Covers multiple use cases: reports, pitches, training, speaking prep, quick outlines, and design advice.
Metadata
Slug slide-maker
Version 2.0.0
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 12
Frequently Asked Questions

What is Slide Maker?

Presentation and slide deck generator. Create outlines, full slide decks, speaker notes, pitch decks, training slides, report presentations. It is an AI Agent Skill for Claude Code / OpenClaw, with 651 downloads so far.

How do I install Slide Maker?

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

Is Slide Maker free?

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

Which platforms does Slide Maker support?

Slide Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Slide Maker?

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

💬 Comments