Judgment Analyzer 判决书分析
v1.2.1分析判决书文档,提取关键信息并生成结构化分析报告。当用户提到「分析判决书」「解读判决书」「判决书总结」「生成判决书报告」「批量分析判决书」时使用。支持 PDF 和 Word (.docx/.doc) 格式,可处理单个文件或整个文件夹。
⭐ 0· 110·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 (判决书分析) matches the provided artifacts: a Python extractor (pdfplumber, python-docx), a template, and SKILL.md describing text extraction + AI-driven analysis. Nothing requested (no env vars, no binaries) is unrelated to the stated purpose.
Instruction Scope
SKILL.md instructs running the included analyzer.py to read local PDF/Word files, write .txt outputs, then have the AI read those txt files and produce reports per the local template. The instructions only reference local paths under the skill folder and the user-specified input path; they do not ask for other system files, credentials, or remote endpoints.
Install Mechanism
This is instruction-only with an included script; there is no automated install spec. The README/SKILL.md ask the user to run `pip install -r requirements.txt` which pulls libraries from PyPI (pdfplumber, python-docx). Installing Python packages from PyPI is normal but has the usual supply-chain considerations (review packages, use virtualenv).
Credentials
The skill requires no environment variables, no credentials, and no config paths. It only reads user-specified local files and writes extracted text to a sibling '摘要' folder—this is proportionate to its purpose.
Persistence & Privilege
Flags are default (always: false, user-invocable: true). The skill does not request persistent system-wide privileges or modify other skills' configurations. Autonomous model invocation is allowed by platform default but is not combined with broad credentials or other red flags.
Assessment
This skill appears coherent and focused: it extracts text locally and asks the AI to generate reports from those texts. Before installing/running: (1) review the included scripts (analyzer.py) yourself — it only reads/writes local files and uses pdfplumber/python-docx; (2) run dependency installation in an isolated environment (virtualenv) to limit impact of PyPI packages; (3) be aware the skill will read any files you point it at and will write .txt outputs into a '摘要' folder next to your inputs, so avoid pointing it at sensitive system directories; (4) if you need OCR for scanned PDFs, the skill notes optional OCR deps but does not automatically install them—review and install only what you trust. Overall no credentials or network endpoints were found and the behavior aligns with the stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk977akzsjqqzrc3rzyhrvexgts843kp7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
