free-vision-skill
Curated pickniyongsheng/free-vision-skill
本地化识图/OCR 技能插件:基于 macOS Vision Framework 的图片文字识别、表格结构提取与无文字图片描述,全本地无网络(中英文);双形态:DSH Cordis 插件 + skill(SKILL.md,allowed-tools Bash)。
3
stars
0
forks
MIT
License
2026-08-08
Created
2026-08-15
Last push
README
free-vision-skill
Fully-local image understanding (OCR / table extraction / description) via macOS Vision. Images never leave your Mac.
Install (DSH-Plugin)
dsh plugin add @niyongsheng/free-vision-skill
Then add to cordis.patch.yml:
- insert:
- id: free-vision-skill
name: '@niyongsheng/free-vision-skill'
config:
timeout: 120000
Tools
view_image— describe image content (scene, people, QR, composition)ocr_image— extract text;layout=truefor table structure + coordinates
Input: http(s) URL / base64 / local path.
Paste-to-path (Web UI)
Paste (⌘V) an image in the DSH web input box → its local absolute path is inserted. Loopback-only upload, magic-byte checked: PNG / JPEG / GIF / WebP / HEIC / HEIF.
Usage (Claude Code Skill)
swift scripts/ocr.swift image.png # OCR
swift scripts/ocr.swift --layout image.png # table + coordinates
swift scripts/ocr.swift --describe image.png # describe image
Notes
- Requires macOS 11+ & Xcode Command Line Tools
- First run compiles ~5–10s, cached afterwards
License
MIT © 2026 Nico
More in Design, Media & Vision
modlens
by liustack
OCR、版面与语义结构化视觉证据
dsh-vision-toolkit
by anionex
为纯文本 DSH Agent 提供 10 个结构化视觉工具:意图感知图片问答、长截图 OCR、原始像素 grounding、UI 还原、像素 diff 等
dsh-vision-router
by ysr666
Eyes for text-only DeepSeek Harness agents: built-in free vision chain (no key) + pixel-level vision tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots). One-command install, no Python, image turns work like ordinary tool-calling turns.
dsh-openpencil
by zseven-w
The DeepSeek Harness plugin for OpenPencil — preview, inspect, and edit real .op documents inside a conversation.
