Automate the conversion of PowerPoint files into images and thumbnails, then publish them directly to WeChat Official Accounts on macOS.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ppt2wechat
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ppt2wechat using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ppt2wechat is a specialized automation skill designed for macOS users who need to streamline their content creation pipeline. It bridges the gap between static presentations and social media engagement by transforming PPT files into high-quality page screenshots and customized grid thumbnails. This Openclaw Skills integration simplifies the tedious process of manual exporting and uploading, making it ideal for educators, marketers, and technical writers who maintain WeChat Official Accounts.
By leveraging industrial-strength tools like LibreOffice and Ghostscript, the skill ensures high-fidelity conversion from presentation formats to web-ready imagery. It handles the entire lifecycle from local file reading to remote API publishing, significantly reducing the manual effort required to manage social media assets.
To get started with this Openclaw Skills component, you must install the following system dependencies:
brew install ghostscript
pip3 install pillow
After installation, configure your config.json with your WeChat credentials and local system paths. If you are using Homebrew on Apple Silicon, ensure your ghostscript_path is set to /opt/homebrew/bin/gs.
The skill manages its workflow through a central config.json file. The following table describes the required metadata and configuration keys:
| Key | Description |
|---|---|
| ppt_dir | The system path where your source PPT files are located. |
| ppt_file | The filename of the presentation to be processed. |
| wechat_appid | Your unique WeChat Official Account AppID. |
| wechat_appsecret | Your WeChat Official Account AppSecret for API authentication. |
| wechat_author | The author name to be displayed on the published WeChat article. |
| thumbnail_rows | The number of rows for the generated thumbnail grid. |
| thumbnail_cols | The number of columns for the generated thumbnail grid. |
Loading
A dynamic capability manager that allows AI agents to search for and install the specific tools they need to complete tasks.

A robust automation tool for batch uploading products, images, and variants to Shopify stores via Excel or CSV data sources.

A comprehensive Python-based toolkit for automating A-share convertible bond analysis, subscription tracking, and risk monitoring.

A professional-grade landed cost engine that calculates US tariffs, freight, and compliance risks for global traders.

A powerful local knowledge base skill that integrates document retrieval and dual-mode switching for AI agents.

A comprehensive AI-driven framework designed to manage the full lifecycle of academic dissertation writing, from data synthesis to theoretical analysis.








































