← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install slideclaw
Description
Use this for SlideClaw/Marp deck tasks (e.g. "SlideClawでスライド作って", "MarpをPDF化して", "テンプレ保存して").
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: slideclaw
Version: 0.2.0
The SlideClaw skill bundle is a legitimate tool for managing Marp slide decks. It provides a structured workflow for project initialization, template selection, and rendering slides to PDF/HTML using the SlideClaw CLI (installed via npm/npx). The instructions in SKILL.md are well-defined, focusing on slide production and workspace management without any indicators of data exfiltration, malicious execution, or unauthorized access.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install slideclaw - After installation, invoke the skill by name or use
/slideclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
render 完了時に OS の Downloads フォルダへ自動コピー (macOS / Linux / WSL / Windows 対応)。--no-copy-to-downloads または SLIDECLAW_NO_DOWNLOADS=1 で無効化可能
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is SlideClaw?
Use this for SlideClaw/Marp deck tasks (e.g. "SlideClawでスライド作って", "MarpをPDF化して", "テンプレ保存して"). It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install SlideClaw?
Run "/install slideclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SlideClaw free?
Yes, SlideClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SlideClaw support?
SlideClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SlideClaw?
It is built and maintained by Akamichi (@akamichikota); the current version is v0.2.0.
More Skills