Slide Maker

v2.0.0

Presentation and slide deck generator. Create outlines, full slide decks, speaker notes, pitch decks, training slides, report presentations.

0· 490·3 current·3 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

chinesevk975c9berzc2dy926c4mzm26en82pgjxlatestvk97079c4tp96wmr506ddqvz9kx833bt0productivityvk975c9berzc2dy926c4mzm26en82pgjx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments