openclaw-ppt-generator
v1.0.0Generate PPT documents using Python and python-pptx. No third-party API calls, fully open source.
⭐ 1· 1.2k·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk976vjj0k033vv43g35675403x82r1bz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📊 Clawdis
Binspython3
