屏幕截图OCR工具

v1.0.1

从屏幕截图中提取文字,支持纯文本、结构化及问答分离格式,适合中医考试题识别。

0· 196·0 current·0 all-time
byflyingants@tom859174-sketch
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Code implements OCR + structure/QA parsing consistent with the skill description (TCM exam screenshots). However, the skill uses Python packages (pytesseract, Pillow) and the Tesseract engine (system binary and traineddata 'chi_sim') but does not declare these runtime requirements in the metadata — this is an alignment/packaging omission.
Instruction Scope
SKILL.md points the agent to ./scripts/screenshot_ocr.py and the script only opens the provided image path, runs local OCR, and parses text. The instructions and implementation do not access unrelated files, environment variables, or network endpoints.
Install Mechanism
No install spec (instruction-only) — lowest installation risk. Code files are included but no automated installer. Because the code depends on Python packages and the external tesseract binary, the skill will fail without those installed; the skill does not provide an installation step or list these dependencies.
Credentials
The skill requests no environment variables, no credentials, and references no config paths. This is proportionate to its stated purpose (local OCR).
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent privileges. It does not modify other skills or system-wide settings.
Assessment
This skill appears coherent and local-only, but before installing: 1) ensure you have Tesseract OCR installed (and Chinese traineddata 'chi_sim') and Python packages Pillow and pytesseract — the skill does not declare or install them; 2) test it in a safe/isolated environment to confirm it behaves as expected; 3) be aware that image contents are processed locally by the script — do not feed sensitive images unless you are comfortable with local processing; 4) note minor metadata issues (SKILL.json version vs registry, duplicate function in script) that suggest light maintenance issues but not malicious intent. If you need automatic dependency installation or stronger provenance (homepage/source), request those from the author before trusting in production.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bjr12hdbvpjwwrhb2zr96ds83btjmocrvk97bjr12hdbvpjwwrhb2zr96ds83btjmopenclaw-skillvk97bjr12hdbvpjwwrhb2zr96ds83btjmscreenshotvk97bjr12hdbvpjwwrhb2zr96ds83btjmtext-extractionvk97bjr12hdbvpjwwrhb2zr96ds83btjm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments