← Back to Skills Marketplace
xiangzhanyou

openclaw-ppt-generator

by xiangzhanyou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
1863
Downloads
1
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-ppt-generator
Description
Generate PPT documents using Python and python-pptx. No third-party API calls, fully open source.
Usage Guidance
This skill appears to do exactly what it says: generate .pptx files locally. Before installing/running: (1) ensure python3 and the python-pptx package are installed in the environment (pip install python-pptx), (2) review the output path you provide to avoid overwriting important files, and (3) run the script in a restricted directory if you're cautious. No network or credential access is requested, but as always inspect included code and run in a safe environment if you are unsure.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-ppt-generator Version: 1.0.0 The skill bundle is a legitimate utility for generating PowerPoint presentations locally using the python-pptx library. Analysis of scripts/generate_ppt.py and SKILL.md shows the code performs as described without any evidence of data exfiltration, unauthorized network access, or malicious prompt injection. While the script lacks strict path validation for the output file path, this is a common minor vulnerability rather than an indicator of malicious intent.
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md: the script generates .pptx files locally using python-pptx and requires only python3 to run. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to collect title/content from the user, run the included Python script with arguments, and return the generated file path. The script performs only local file creation and parsing of the provided content format; it does not read unrelated files, environment variables, or contact external endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk. Minor omission: SKILL.md and the script rely on the python-pptx package, but the manifest does not declare how to install that dependency (no pip instruction). This is a usability/packaging note rather than a security concern.
Credentials
The skill requires no environment variables or credentials. The script doesn't access secrets or external service tokens. Requested permissions are proportional to the task.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills/config. Autonomous invocation is allowed by default but the skill's operations are local and limited to generating a file.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-ppt-generator
  3. After installation, invoke the skill by name or use /openclaw-ppt-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of openclaw-ppt-generator. - Generate PowerPoint (.pptx) files locally using the open source python-pptx library. - Does not require third-party API calls or API keys. - Supports slide content with titles, text, and bullet lists. - Simple command-line usage with flexible content formatting options. - Returns the file path of the generated PPT.
Metadata
Slug openclaw-ppt-generator
Version 1.0.0
License MIT-0
All-time Installs 10
Active Installs 9
Total Versions 1
Frequently Asked Questions

What is openclaw-ppt-generator?

Generate PPT documents using Python and python-pptx. No third-party API calls, fully open source. It is an AI Agent Skill for Claude Code / OpenClaw, with 1863 downloads so far.

How do I install openclaw-ppt-generator?

Run "/install openclaw-ppt-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-ppt-generator free?

Yes, openclaw-ppt-generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclaw-ppt-generator support?

openclaw-ppt-generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-ppt-generator?

It is built and maintained by xiangzhanyou (@xiangzhanyou); the current version is v1.0.0.

💬 Comments