← Back to Skills Marketplace
Marp Slide Show/Deck Generator
by
fuller-stack-dev
· GitHub ↗
· v1.0.0
· MIT-0
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install marp-slides
Description
Turn docs, notes, data, logs, screenshots, and code summaries into polished Marp slide decks.
Usage Guidance
This skill appears coherent and focused: it builds Marp markdown and runs the marp CLI to render outputs. Before installing, confirm you trust the npm package @marp-team/marp-cli and the registry version you will install (supply-chain risk is the main technical concern). Be aware the skill will run a local binary and write output files to the agent's working directory, so avoid sending highly sensitive secrets or private credentials into slide content you don't want stored. If you prefer to limit risk, install the marp CLI yourself ahead of time (or review the package source) and only then enable the skill. If you do not want the agent to invoke skills autonomously, adjust agent settings to require manual invocation.
Capability Analysis
Type: OpenClaw Skill
Name: marp-slides
Version: 1.0.0
The skill is designed to generate Marp slide decks from various inputs and render them using the legitimate @marp-team/marp-cli tool. All instructions in SKILL.md and the reference files are consistent with this purpose, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The skill is a Marp slide generator and declares the marp binary as required. The install spec installs @marp-team/marp-cli (which provides the marp binary). Requested binaries and the workflow (create .slides.md, run marp CLI to render) are appropriate and proportional to the described purpose.
Instruction Scope
SKILL.md stays on-topic: it explains how to classify inputs, author Marp markdown, and invoke marp to render outputs. It does not instruct the agent to read unrelated system files, exfiltrate data, or contact unexpected endpoints. Verification steps (render-checking) are reasonable, though they assume the agent can access generated files.
Install Mechanism
The install uses an npm package (@marp-team/marp-cli) which is a standard way to get the marp CLI. Installing from the public npm registry is expected but carries the usual supply-chain considerations (verify package provenance, version). No arbitrary download URLs or extract-from-unknown-host operations are used.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or broad environment access — which is appropriate for a local rendering tool.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system-wide privileges. It will invoke the marp binary and produce files in the working directory; autonomy (model invocation) is the platform default and is not by itself a concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install marp-slides - After installation, invoke the skill by name or use
/marp-slides - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Publish under clearer marp-slides slug with updated display name.
Metadata
Frequently Asked Questions
What is Marp Slide Show/Deck Generator?
Turn docs, notes, data, logs, screenshots, and code summaries into polished Marp slide decks. It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install Marp Slide Show/Deck Generator?
Run "/install marp-slides" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Marp Slide Show/Deck Generator free?
Yes, Marp Slide Show/Deck Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Marp Slide Show/Deck Generator support?
Marp Slide Show/Deck Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Marp Slide Show/Deck Generator?
It is built and maintained by fuller-stack-dev (@fuller-stack-dev); the current version is v1.0.0.
More Skills