Releases: niyongsheng/free-vision-skill
Releases · niyongsheng/free-vision-skill
Release list
v0.2.1
Fully-local image understanding for DeepSeek-Harness (DSH) — OCR / table extraction / description powered by macOS Vision Framework. Images never leave your Mac.
v0.2.1 (DSH-Plugin)
- Cordis DSH plugin — install via
dsh plugin add @niyongsheng/free-vision-skill, matches npm0.2.1 - Align tool contract with the real DSH tools service
- Simplify README to minimal style
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.
Install
dsh plugin add @niyongsheng/free-vision-skillRequirements
- macOS 11.0+
- Xcode Command Line Tools
License
MIT © 2026 Nico
v1.0.0
A fully-local image understanding skill for Claude Code, powered by macOS Vision Framework. Helps models without vision capabilities (e.g. DeepSeek v4 Flash) read text, extract tables, and describe image content.
Features
- Fully local — no network, images never leave your Mac
- OCR — Chinese & English text extraction in reading order
- Table detection —
--layoutreconstructs table structure with coordinates - Content description —
--describeturns textless images into structured text - QR / barcode decoding — decoded content output directly
Requirements
- macOS 11.0+
- Xcode Command Line Tools
Install
git clone git@github.com:niyongsheng/free-vision-skill.git
mkdir -p ~/.claude/skills/free-vision-skill
cp -r SKILL.md scripts examples ~/.claude/skills/free-vision-skill/