Back to docs

Local CLI + Skill

Free local workflow for static UX checks in your editor and terminal.

Install paths

curl -fsSL https://occhio.build/install/skill | bash
curl -fsSL https://occhio.build/install | bash

Download endpoints are also available: /download/occhio-skill-installer,/download/occhio-skill, and /download/occhio-local-cli.

What each installer writes

Skill installer: installs `occhio.md` to `~/.occhio/skills`, `~/.claude/commands/occhio.md` (if available), and `$CODEX_HOME/skills/occhio/SKILL.md`.

Local CLI installer: checks Node 20+ and npm, then runs `npm install -g @occhio/cli`.

Daily local workflow

/occhio review changed files

occhio init
occhio scan --format terminal
occhio scan --format json
occhio scan --rules missing-alt,focus-visible

Local vs Cloud

Local CLI: static local checks only, free forever.

Occhio Cloud: hosted flow ingestion, PR comments, crawler/flow detection, run history, and plan-gated advanced analysis.