← 返回 Skills 市场
zhaoxm8023

一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本

作者 zhaoxm8023 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
392
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ppt2wechat
功能描述
自动将指定Mac路径下的PPT按页生成截图和缩略图,并发布到微信公众号,支持自定义配置和参数调整。
安全使用建议
This skill appears internally consistent and implements the stated workflow. Before installing/using it: (1) Verify you have LibreOffice (soffice) and Ghostscript installed and configured paths in config.json. (2) Replace the placeholder wechat_appid and wechat_appsecret in config.json with your real credentials and keep that file private (do not commit it to git). (3) Understand the script will upload images to your WeChat account using those credentials—only run it with credentials you control. (4) The script compresses images in-place and writes output under the PPT-named work directory; verify disk/write permissions and available space. (5) If you need higher assurance, review or run the script in an isolated environment (local VM) and monitor outgoing network calls; the only external endpoints used are api.weixin.qq.com (official WeChat API).
功能分析
Type: OpenClaw Skill Name: ppt2wechat Version: 1.0.0 The skill automates the conversion of PPT files to images and their subsequent upload to WeChat Official Accounts using `ppt2wechat.py`. It requires the user to provide sensitive API credentials (`wechat_appid`, `wechat_appsecret`) and utilizes `subprocess.run` to execute external system binaries (LibreOffice and Ghostscript) for file processing. While the code logic appears to follow the stated purpose and communicates only with official WeChat endpoints (api.weixin.qq.com), the handling of sensitive credentials and the execution of external system commands are classified as high-risk behaviors under the provided criteria.
能力评估
Purpose & Capability
Name/description match the implementation: code converts PPT→PDF via LibreOffice, PDF→PNG via Ghostscript, builds thumbnails, and uploads/publishes to WeChat API endpoints. Required binaries (LibreOffice, Ghostscript) and Python libs (Pillow, requests) are appropriate for the task.
Instruction Scope
SKILL.md instructs the user to set ppt_dir/ppt_file and WeChat credentials in config.json and to install ghostscript and pillow. The runtime code only reads config.json, the specified PPT file, and calls the official WeChat API endpoints (api.weixin.qq.com); it does not access unrelated system files or unusual network endpoints.
Install Mechanism
There is no automated installer. SKILL.md recommends brew install ghostscript and pip3 install pillow — standard, low-risk instructions. No downloads from unknown hosts or archive extraction are present.
Credentials
The skill does not request environment variables but expects WeChat appid/secret in config.json. That is functionally appropriate, but storing secrets in a plaintext config file is a security consideration: do not commit config.json to source control and protect access to the file.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system-wide configuration. It runs on demand and only uses local files and network calls to the WeChat API.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ppt2wechat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ppt2wechat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ppt2wechat 1.0.0 – Initial Release - Automatically converts each slide of a specified PPT to a PNG screenshot and generates 3x3 thumbnails. - Publishes the generated images to a designated WeChat official account using user-provided credentials. - Customizable settings through config.json, including PPT location, output DPI, grid layout, and external tool paths. - Supports PPT to PDF (LibreOffice) and PDF to PNG (Ghostscript) workflow on macOS. - Requires prior installation of Ghostscript and Pillow.
元数据
Slug ppt2wechat
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本 是什么?

自动将指定Mac路径下的PPT按页生成截图和缩略图,并发布到微信公众号,支持自定义配置和参数调整。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 392 次。

如何安装 一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppt2wechat」即可一键安装,无需额外配置。

一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本 是免费的吗?

是的,一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本 完全免费(开源免费),可自由下载、安装和使用。

一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本 支持哪些平台?

一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 一键生成PPT截图和缩略图工具发布到微信去的工具,MAC版本?

由 zhaoxm8023(@zhaoxm8023)开发并维护,当前版本 v1.0.0。

💬 留言讨论