← Back to Skills Marketplace
215
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ppt-compress-master
Description
This skill should be used when the user wants to compress a PowerPoint (.pptx) file by reducing the size of embedded videos and large images. It handles the...
Usage Guidance
This skill appears to do what it says: it validates a user-provided .pptx path, extracts media, compresses videos via ffmpeg and images via Pillow, and repackages the file. Before using it: (1) back up your original .pptx files, (2) review the bundled scripts if you can, (3) be aware the skill may download platform-specific ffmpeg binaries into its scripts/bin directory if the bundled ffmpeg is missing (this is expected but increases risk), and (4) allow pip installs only if you trust executing code that will install packages and run native ffmpeg binaries. If you are uncomfortable with runtime downloads, consider manually installing ffmpeg from your package manager and ensuring scripts/bin already contains expected binaries.
Capability Analysis
Type: OpenClaw Skill
Name: ppt-compress-master
Version: 1.0.0
The skill automates PowerPoint media compression but performs high-risk actions including downloading and executing external binaries and auto-installing Python packages. Specifically, `download_ffmpeg.py` fetches FFmpeg binaries from external URLs (gyan.dev, evermeet.cx, and johnvansickle.com), while `compress_ppt_videos.py` uses `pip` to install the `Pillow` library and `subprocess` to execute FFmpeg. While these behaviors are aligned with the stated purpose and the download sources are reputable, the capability to fetch and run remote artifacts and the use of shell execution for media processing represent a significant attack surface.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and required actions: extracting .pptx, compressing videos/images, and repackaging. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to obtain a user-provided file path, validate it, and run the included Python scripts. The scripts operate on the specified local .pptx file only (extract, modify, repackage). There are no instructions to read unrelated system files or send user data to external endpoints.
Install Mechanism
No install spec is declared (instruction-only), but code files are bundled with the skill. The included download_ffmpeg.py will fetch platform ffmpeg builds at runtime and extract them into the skill's scripts/bin directory if bundled binaries are missing. The download hosts used (gyan.dev, evermeet.cx, johnvansickle.com) are known sources for ffmpeg builds; nevertheless, downloading and executing binaries at runtime increases execution risk compared to pure-Python solutions.
Credentials
The skill requests no environment variables or credentials. It may invoke pip to install Pillow if missing and will run/execute downloaded ffmpeg; these are proportional to image/video compression functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It writes downloaded ffmpeg to its own scripts/bin directory and operates on user-supplied files only.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ppt-compress-master - After installation, invoke the skill by name or use
/ppt-compress-master - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次上传
Metadata
Frequently Asked Questions
What is PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%!?
This skill should be used when the user wants to compress a PowerPoint (.pptx) file by reducing the size of embedded videos and large images. It handles the... It is an AI Agent Skill for Claude Code / OpenClaw, with 215 downloads so far.
How do I install PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%!?
Run "/install ppt-compress-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! free?
Yes, PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! support?
PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%!?
It is built and maintained by Tsing (@tsingcode); the current version is v1.0.0.
More Skills