← Back to Skills Marketplace
335
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install skill-ppt-generator
Description
Generate PowerPoint (.pptx) files from Markdown input. Use when user requests a PPT to be created or exported.
Usage Guidance
This skill appears internally consistent and low-risk, but before installing: review the included generate_ppt.py (which you have), ensure python-pptx is installed in a controlled environment, and only run the script on Markdown files you trust (it will read any file path you pass and write the specified output). Note the script performs simple parsing (split on '---') and does not fetch remote resources or handle images—expect limited Markdown feature support.
Capability Analysis
Type: OpenClaw Skill
Name: skill-ppt-generator
Version: 1.0.0
The skill is a legitimate utility for converting Markdown files into PowerPoint presentations. The Python script (generate_ppt.py) uses the standard python-pptx library to parse text and generate slides, and the instructions in SKILL.md are consistent with this purpose. There are no signs of malicious intent, data exfiltration, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
The name/description match the implementation: a small Python script using python-pptx to convert Markdown slides (separated by '---') into a PPTX. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md explicitly instructs running the included script with an input Markdown file and an output PPTX file. The instructions only reference those files and the python-pptx dependency; they do not ask the agent to read other files, environment variables, or send data externally.
Install Mechanism
There is no automated install spec (instruction-only). This minimizes install risk. The only dependency is python-pptx, which must be installed in the environment manually; no remote downloads or extract steps are included in the skill bundle.
Credentials
The skill requires no environment variables, credentials, or config paths. This is proportionate to the simple file-processing task the skill performs.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify system or other-skill settings. It runs the included script on demand and writes only the specified output file.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-ppt-generator - After installation, invoke the skill by name or use
/skill-ppt-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ppt-generator skill.
- Automatically creates PowerPoint (.pptx) files from structured Markdown input.
- Supports slide separation using "---" in Markdown.
- Processes user requests for creating or exporting presentations as PPT files.
- Requires python-pptx library and Python 3.7+ environment.
Metadata
Frequently Asked Questions
What is Skill Ppt Generator?
Generate PowerPoint (.pptx) files from Markdown input. Use when user requests a PPT to be created or exported. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.
How do I install Skill Ppt Generator?
Run "/install skill-ppt-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Ppt Generator free?
Yes, Skill Ppt Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Ppt Generator support?
Skill Ppt Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Ppt Generator?
It is built and maintained by mlnmg2020 (@mlnmg2020); the current version is v1.0.0.
More Skills