paper-check
v1.0.0本科/研究生毕业论文格式规范检测、自动修复与对比报告生成工具。 当用户需要检查论文格式是否符合学校规范、修复论文格式问题、生成修改对比报告时使用此 Skill。 支持任意学校的撰写规范文档(.doc/.docx/.txt/.pdf)输入,自动解析规范要求并与论文文档进行逐项对比检测。 典型触发场景:用户提到"论文...
⭐ 0· 434·1 current·1 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 (论文格式检测/修复/报告) match the included scripts (check_format.py, fix_format.py, generate_report.py). Declared dependencies (python-docx, lxml, optional pywin32) are appropriate for manipulating Word documents. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md clearly limits operations to parsing a provided norm document and a target .docx (and mentions optional .doc/.pdf parsing). The runtime steps call local Python scripts to analyse and mutate .docx files. Note: PDF extraction is referenced but no specific PDF library is declared; the SKILL.md suggests using 'available PDF extraction tools'—user should confirm which PDF parser will be used. Also the skill will modify document files, so backups are recommended.
Install Mechanism
There is no install spec in the registry (instruction-only), which minimizes installer risk. SKILL.md recommends pip installing python-docx, lxml, and pywin32 for Windows; that is expected and proportionate. No remote downloads or obscure install URLs are used.
Credentials
The skill requests no environment variables or credentials. The required resources (Python libs) are appropriate for document manipulation. No secrets, cloud keys, or unrelated environment access are requested.
Persistence & Privilege
always is false and the skill does not request elevated/system-wide persistence. It only operates on files the user supplies and writes outputs to the configured output directory (default: same directory).
Assessment
This skill appears to do what it says: local analysis and automated edits of Word documents to match formatting rules. Before using it:
- Back up original .docx files (the fix script modifies documents).
- Install the recommended Python packages (python-docx, lxml; pywin32 only on Windows). If you need PDF parsing, verify which PDF library will be used and install it (SKILL.md does not pin a specific PDF tool).
- Run check_format.py first to review the detected issues and the generated report; review repair_records before applying fixes.
- Because scripts operate locally and no network or credentials are used, the privacy risk is limited to the documents you feed it—do not provide sensitive documents unless you accept local processing.
- If you want extra assurance, run the included _validate.py to syntax-check the scripts and inspect the scripts in a sandboxed environment before running them on important files.Like a lobster shell, security has layers — review code before you run it.
latestvk97f00gepa31eyzns07tw0qab582qv73
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
