← 返回 Skills 市场
215
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ppt-compress-master
功能描述
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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ppt-compress-master - 安装完成后,直接呼叫该 Skill 的名称或使用
/ppt-compress-master触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次上传
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。
如何安装 PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%!?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppt-compress-master」即可一键安装,无需额外配置。
PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! 是免费的吗?
是的,PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! 支持哪些平台?
PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%! 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PPT压缩大师!自动压缩PPT里面的视频和图片素材,压缩率高达 90%!?
由 Tsing(@tsingcode)开发并维护,当前版本 v1.0.0。
推荐 Skills