Install
openclaw skills install @freedompixels/cn-pdf-editoropenclaw skills install @freedompixels/cn-pdf-editor本地 PDF 编辑工具,支持文本编辑、图片插入、水印、批注、合并、拆分、页面重排、签名。基于 PyMuPDF 引擎,数据不出本地。
pip install PyMuPDF
cd ~/.qclaw/skills/cn-pdf-editor/scripts
python3 web_server.py --port 8711 --file 文档.pdf
# 浏览器打开 http://localhost:8711
python3 pdf_editor.py <命令> <参数>