Install
openclaw skills install ppt-translatorTranslate PowerPoint files to any language while preserving layout. Uses a render-and-verify agent loop (LibreOffice + Vision) to guarantee no text overflow. Activate when user wants to translate a PPT/PPTX file.
openclaw skills install ppt-translator保持排版翻译 PPT,支持任意语言对。
Agent Loop(渲染验证):
python-pptx(pip)libreoffice(yum/apt)python3 scripts/translate.py \
--input /path/to/file.pptx \
--output /path/to/output.pptx \
--translations '{"原文": "translation", ...}' \
--max-iter 5
scripts/translate.py 执行渲染验证循环