Ollama OCR
v1.0.0Use Ollama's vision/OCR models to recognize text from images. Supports glm-ocr, llava, moondream, and llama3.2-vision models. Ideal when you need local offli...
⭐ 0· 164·2 current·2 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 (local Ollama OCR) match the code and SKILL.md: the script encodes an image and POSTs it to an Ollama /api/chat endpoint for model-based OCR. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and the Python script limit actions to reading the specified image file and sending it to the Ollama HTTP API; there are no instructions to read other files, environment secrets, system configs, or transmit data to unexpected endpoints. The SKILL.md correctly documents the default endpoint used by the script.
Install Mechanism
This is an instruction-only skill with a small Python script and no install spec. Nothing is downloaded or written to disk by an installer; risk from installation is minimal.
Credentials
The skill requests no environment variables, credentials, or config paths. It relies on an accessible Ollama HTTP endpoint; this is proportional to its purpose. (Note: the endpoint is hardcoded in the script rather than read from an environment variable.)
Persistence & Privilege
The skill does not request persistent/autonomous privileges, does not set always:true, and does not modify other skills or system-wide settings.
Assessment
This skill appears to do exactly what it claims: read an image and send it to an Ollama instance for OCR. Before installing/using, verify you run a trusted Ollama instance at the configured host/port (default 172.17.0.2:11434) — if that endpoint is remote or controlled by someone else, your images would be sent off-host. Note the script hardcodes OLLAMA_HOST/PORT; if your Ollama runs elsewhere you must edit the script (or add environment-variable support) to point it to your instance. No credentials are requested by the skill, but be mindful of the images you pass in (they are transmitted to the configured Ollama HTTP endpoint).Like a lobster shell, security has layers — review code before you run it.
latestvk975qehxky273400c1efp5rtah8367dw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
