A professional AI agent skill for automating the unpacking, translation, and repacking of PowerPoint (OOXML) documents with structural validation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ppt-ooxml-tool
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 ppt-ooxml-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ppt-ooxml-translator is a specialized skill designed to streamline the localization of PowerPoint presentations within AI-driven environments. It provides a standardized framework for handling the underlying OOXML structure, allowing agents to perform deep text extraction, apply translations, and manage document metadata without corrupting the file format. By utilizing Openclaw Skills, developers can bridge the gap between raw LLM translation outputs and production-ready document generation.
This tool focuses on the technical nuances of PPTX files, such as maintaining XML integrity and ensuring that language-specific fonts are applied correctly. It transforms a complex manual process into a machine-readable workflow, providing JSON outputs that are ideal for external automation and multi-agent orchestration.
To integrate this skill into your environment, ensure you have the necessary Openclaw Skills environment configured.
# Navigate to your agent's skill directory
cd skills/
# Clone the ppt-ooxml-translator repository
git clone https://github.com/openclaw-skills/ppt-ooxml-translator.git
# Install dependencies (if applicable to your agent runtime)
npm install # or pip install -r requirements.txt
The skill manages data through a combination of directory structures and machine-readable manifests:
| Component | Type | Purpose |
|---|---|---|
| Source PPTX | Binary | The input PowerPoint file to be processed. |
| Work Directory | Folders | Temporary storage for unpacked OOXML (XML, media, rels). |
| Text Map | JSON | A key-value mapping of source text to translated segments. |
| Validation Report | JSON | Details on XML integrity and font standardization results. |
| Output PPTX | Binary | The finalized, localized presentation file. |
Loading
A secure outbound-only relay that enables remote control of OpenClaw nodes without exposing ports or using third-party messaging apps.

A protocol-grade MCP server for privacy-preserving credential verification and zero-knowledge proof generation.

A comprehensive command-line interface for managing Gmail, Calendar, Drive, Contacts, Sheets, and Docs via OAuth.

A comprehensive framework and toolkit for developing modular extensions that equip AI agents with specialized procedural knowledge and tool integrations.

AI_AutoTester is an intelligent agent skill designed to automate code testing and validation through structured task analysis and execution.

A specialized AI agent skill designed to automate the end-to-end generation of frontend and backend code with a clear division of labor.








































