A comprehensive automation tool for WPS Office that handles local document creation, Markdown conversion, and cloud-based collaboration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wps-skill
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 wps-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The WPS Office automation skill is designed to streamline professional document workflows by bridging the gap between plain-text Markdown and rich office formats. As a key component of Openclaw Skills, it allows developers to programmatically generate Word, Excel, and PowerPoint files while supporting complex image-text layouts. It provides a robust interface for both local GUI-based automation and WPS 365 cloud integration via REST APIs.
This skill is particularly valuable for users who need to maintain documentation in Markdown but require professional distribution formats. By utilizing this solution within the ecosystem of Openclaw Skills, you can automate repetitive formatting tasks, manage cloud-based smart documents, and ensure consistent document structures across your organization without manual intervention.
To begin using this tool within your Openclaw Skills environment, first install the necessary Python dependencies:
pip install requests pyautogui pyperclip Pillow
Next, configure your local settings by editing the config.json file in the skill directory. You will need to define your default save path and, optionally, your WPS Open Platform credentials for cloud features:
{
"default_save_path": "~/Documents/WPS",
"wps_path": "/path/to/wps",
"app_id": "your_app_id",
"app_secret": "your_app_secret"
}
Note: macOS users must grant Accessibility permissions to their terminal or IDE to allow the GUI automation to function correctly.
The skill manages data through a combination of configuration files and structured document mappings. Below is the primary data structure used by the skill:
| Component | Type | Description |
|---|---|---|
| config.json | JSON | Stores local paths and API credentials for cloud access |
| Markdown Parser | Logic | Maps MD syntax (headers, tables, code) to OOXML/Office formats |
| Layout Metadata | Params | Supports left, right, top, and bottom alignment for image-text mixing |
| Cloud API | REST | Handles authentication tokens and resource IDs for WPS 365 |
All generated files are stored in the default_save_path unless an absolute output path is specified in the CLI command.
Loading
A robust AI skill for generating high-quality cinematic videos from text or images using the SiliconFlow API and Wan2.2 model.

A high-performance text-to-speech skill leveraging the SiliconFlow API and CosyVoice2 model for realistic voice synthesis.

A high-performance image generation skill for AI agents leveraging the SiliconFlow API for FLUX and Stable Diffusion models.

A powerful automation toolkit for controlling native macOS applications including Mail, Calendar, Reminders, and Notes via AI-driven commands.

A shared configuration store that syncs AI agent settings and user preferences across devices using a serverless TiDB database.

An automated assistant for reading scientific papers, generating structured reports, and scaffolding implementation code for reproduction.

A monitoring tool to track AIClient2API credit consumption, subscription status, and monthly quotas.








































