Img Ocr
v1.0.1图片文字识别工具,基于Tesseract OCR。当用户提到:图片识别、OCR、文字提取、图片转文字、识别图片里的文字时使用。
⭐ 0· 76·0 current·0 all-time
byFrank_Jin@ginntech
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (image OCR) align with the included code and instructions: the Python script uses pytesseract and Pillow to read an image path and print recognized text.
Instruction Scope
Instructions are narrowly scoped to installing Tesseract/pytesseract and running the OCR script, but SKILL.md references a different script path (skills/img-ocr/scripts/ocr.py) than the provided file (ocr.py). Installation steps use apt (sudo) which requires privilege to install system packages—expected for Tesseract but should be noted.
Install Mechanism
No install spec in the registry; dependency instructions are manual (pip and apt). No downloads from third-party URLs or archive extraction are present in the package.
Credentials
No environment variables, credentials, or config paths are requested. The script only reads the image file path provided as an argument.
Persistence & Privilege
Skill is not always-enabled and does not attempt to modify agent/system configs. It does not request persistent privileges or autonomous elevated presence.
Assessment
This skill appears to do exactly what it says: run a local Tesseract OCR on an image file and print the text. Before installing or running it: 1) be prepared to install system packages (tesseract and language packs) with sudo on Debian/Ubuntu; 2) note the SKILL.md path mismatch (the docs reference skills/img-ocr/scripts/ocr.py but the repo contains ocr.py at the root) — verify the correct path when invoking; 3) the script reads any filesystem path you pass it, so avoid giving paths to sensitive files you don't want processed or exposed; 4) this skill does not transmit results over the network, but if you integrate it into automated workflows, confirm downstream handling of extracted text (where it might be sent or stored).Like a lobster shell, security has layers — review code before you run it.
latestvk9761chc5qq2ga1ykha1jh1hb5844e46
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
