Bytesagain Ppt Outline
v1.0.3Generate structured presentation outlines for any topic or product. Use when planning slides, building pitch decks, creating training materials, or outlining...
⭐ 0· 54·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description align with the provided bash/python script which generates outlines. One minor mismatch: the registry metadata lists no required binaries, while SKILL.md lists 'bash' and 'python3' — the script in scripts/script.sh does require python3 at runtime. This is a documentation/metadata inconsistency, not a functional security concern.
Instruction Scope
SKILL.md and the included script only generate textual outlines and timing guidance. The script reads only its own environment variables (PPT_*), uses local Python to format output, references no system files, secrets, or external endpoints, and does not transmit data off-host.
Install Mechanism
There is no install spec and no remote downloads; the skill is instruction-only plus an included script. Nothing is written to disk beyond the provided files (no extract/download steps).
Credentials
The skill declares no required environment variables or credentials. The script sets and reads only its own ephemeral PPT_* variables and does not request or access sensitive tokens or unrelated environment data.
Persistence & Privilege
always is false and the skill does not modify agent/system configuration or other skills. It runs only when invoked and does not request persistent privileges.
Assessment
This skill appears to be what it claims: a local outline generator implemented as a bash wrapper that calls Python to print templates. Before installing, ensure your environment has python3 available (SKILL.md lists it, but registry metadata didn't), and inspect/approve the included script if you run it on sensitive systems. The script does not perform network calls or access secrets, but it has a few minor variable-handling quirks (unused/undefined locals) that could cause defaults to differ from expectations; test with non-sensitive inputs first. If you need stricter guarantees, run the script in a sandbox or review it line-by-line — otherwise it is coherent and low-risk.Like a lobster shell, security has layers — review code before you run it.
latestvk979wmwc7jdpfh1r2bqg7z9eb983vdc3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
