PDF带格式转换成Word
v1.1.0PDF带格式精确转换成Word Skill。将PDF文档精确转换为Word文档,完整保留原始字体名称、字号(pt)、段落格式(行间距1.5倍、段前段后间距、首行缩进2字符)、文本对齐方式(居中/两端对齐)、文本格式(粗体、斜体、下划线、颜色)、表格和图片等。支持中文字体智能映射(宋体→宋体、黑体→黑体、楷体→楷体...
⭐ 0· 333·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, and the included convert.py all describe and implement local PDF→.docx conversion, with reasonable dependencies (PyMuPDF, python-docx). Required capabilities match the stated goal.
Instruction Scope
Runtime instructions and usage are limited to reading local PDFs, creating temporary image files (_temp_img_*.ext) and writing .docx output. The SKILL.md does not instruct collection/transmission of unrelated data. Note: temp images are written to the current working directory and removed after use; if the process crashes some temp files may remain.
Install Mechanism
No install spec in registry; SKILL.md recommends pip install pymupdf python-docx. This is an expected, low-risk instruction-only install method (standard PyPI packages).
Credentials
No environment variables, secrets, or external credentials are requested. The tool operates on local files only.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. It runs as a user-invoked local script.
Assessment
This skill is internally consistent and runs locally, but review and test before use on sensitive documents. Practical notes: 1) install dependencies in a virtualenv (pip install pymupdf python-docx) and run in an isolated directory to avoid leftover temp images (_temp_img_*) if a run fails; 2) the included test script references the pdf2docx package even though convert.py uses PyMuPDF/python-docx (an inconsistency that may be a leftover test helper—expect minor runtime issues); 3) there are small coding bugs (missing/incorrect imports in some scopes) that could cause crashes — you may need to fix or patch the script; 4) because the tool reads and writes local files, avoid running it on confidential documents unless you audit the code or run in a controlled environment.Like a lobster shell, security has layers — review code before you run it.
latestvk972nvc28k10qrrtrapewasvax836av1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
