SlideClaw
v0.2.0Use this for SlideClaw/Marp deck tasks (e.g. "SlideClawでスライド作って", "MarpをPDF化して", "テンプレ保存して").
⭐ 0· 74·0 current·0 all-time
byAkamichi@akamichikota
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description map directly to the declared requirement (node) and the install spec (npm package slideclaw). Requested binaries and file operations (creating projects, rendering files, saving templates) are expected for a Marp/SlideClaw workflow.
Instruction Scope
Instructions stay focused on slide creation: resolve a slideclaw CLI, initialize a workspace, create/edit project files, render HTML/PDF, and save outputs (including copying to the OS Downloads folder). They do instruct use of npx -y slideclaw@latest as a fallback, which runs code fetched from the public npm registry at runtime — expected for a CLI fallback but worth noting since it executes remotely-sourced code. The skill does not instruct reading unrelated system files or credentials.
Install Mechanism
Install spec uses the npm package 'slideclaw' (creates slideclaw binary). Using an npm package is proportionate for a Node-based CLI, but installing or running packages from npm / using npx can execute arbitrary code from the registry and is therefore a moderate operational risk (normal for CLIs but requires trust in the package and its publisher). No downloads from untrusted URLs are used.
Credentials
The skill requests no credentials or sensitive environment variables. It references an optional SLIDECLAW_NO_DOWNLOADS env var to disable copying to Downloads — this is reasonable and limited. There are no unexpected credential or config path requests.
Persistence & Privilege
always:false and user-invocable:true (with normal autonomous invocation allowed) are appropriate. The skill operates within its own workspace (.slideclaw, projects/, profile/user.md) and does not request system-wide configuration or other skills' credentials.
Assessment
This skill appears to do what it says: run the SlideClaw/Marp CLI to create and render slides. Before installing, verify you trust the 'slideclaw' npm package and its GitHub repo (the skill may install/run that package). Note the fallback to `npx -y slideclaw@latest` will download and execute the latest package from npm at runtime — consider installing a pinned version or verifying the package contents if you require stricter control. The tool will create a .slideclaw workspace, write project files, and copy rendered PDFs to your OS Downloads folder by default; if you prefer not to have files copied there, set SLIDECLAW_NO_DOWNLOADS=1 or use the --no-copy-to-downloads flag. There are no requests for credentials or unusual system access.Like a lobster shell, security has layers — review code before you run it.
latestvk97012mpsmp7vsawd7xb3wfb5d84mx32
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsnode
Install
Install SlideClaw CLI
Bins: slideclaw
npm i -g slideclaw