Marp — Markdown Presentations

v1.0.0

Use when creating slide decks, presentations, product requirement docs with diagrams, or converting markdown to PDF/PPTX/HTML slides. Triggers on "make a dec...

0· 140·0 current·0 all-time
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 SKILL.md instructs use of the Marp CLI, optional Chrome/Edge for PDF export, and (for diagrams) npm/@mermaid-js/mermaid-cli or a CDN-hosted mermaid script — all coherent with a Marp/presentation skill. The skill metadata, however, declares no required binaries or tools even though the instructions assume marp, a browser for PDF rendering, and optionally npm/mermaid tooling. This is an omission in metadata rather than a functional mismatch.
Instruction Scope
Instructions stay within the presentation conversion domain (how to write directives, export to PDF/PPTX/HTML, pre-render diagrams). They do recommend fetching mermaid via a CDN (https://cdn.jsdelivr.net) for HTML embeds and installing mermaid-cli via npm for pre-rendering. Those external fetches are expected for the stated functionality but are noteworthy because they introduce remote network dependencies.
Install Mechanism
There is no install specification in the registry entry (instruction-only skill), so the skill itself does not write to disk or run an installer. The SKILL.md suggests installing third-party tools (e.g., npm -g @mermaid-js/mermaid-cli) if the user wants to pre-render diagrams — that is normal and optional, not an installation performed by the skill.
Credentials
The skill requests no environment variables, credentials, or config paths. The functionality described does not require secrets. The only external dependencies are binaries and network resources (marp CLI, npm/mermaid-cli, browser for PDF export, and optional CDN JS), which are proportionate to a slide conversion tool.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges. It does not modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
Assessment
This skill appears to be what it says: a Marp/Markdown-to-slides guide. Before using it, note that the SKILL.md assumes you have or will install the Marp CLI and (for some features) a browser that can render to PDF and optionally npm/mermaid-cli. The guide also shows embedding mermaid via a public CDN (jsdelivr) — if you prefer not to load remote scripts, pre-render diagrams locally with mermaid-cli or avoid the HTML-embed approach. Also be aware that following the SKILL.md's npm install -g commands will modify your system environment; run them only in a trusted environment. If you want stricter assurance, ask the skill author to declare required binaries in metadata (marp, chrome/edge, npm) and to provide an offline/pre-rendering-first workflow to avoid CDN fetches.

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

latestvk9771zf2hah9h7hpf6k4exgfs98361rw

License

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

Comments