Skip to content

Releases: niyongsheng/free-vision-skill

Release list

v0.2.1

Choose a tag to compare

@niyongsheng niyongsheng released this 14 Aug 06:59

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 npm 0.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=true for table structure + coordinates

Input: http(s) URL / base64 / local path.

Install

dsh plugin add @niyongsheng/free-vision-skill

Requirements

  • macOS 11.0+
  • Xcode Command Line Tools

License

MIT © 2026 Nico

v1.0.0

Choose a tag to compare

@niyongsheng niyongsheng released this 11 Aug 02:32

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--layout reconstructs table structure with coordinates
  • Content description--describe turns 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/