eye2byte
SKILL.md
Eye2byte — Screen Context for Your Agent
Eye2byte is an open-source MCP server (GitHub, PyPI) that lets you see the user's screen. Use these MCP tools only when the user explicitly asks you to look at something, debug a visual issue, or capture their screen.
Privacy & Data Storage
- All data stays local. Captures are stored in
~/.eye2byte/output/on the user's machine. Nothing is sent to external servers (except the vision model API the user configured). - Auto-cleanup: Captures are deleted after N days (default: 7, configurable in settings). Set to 0 to disable.
- MCP token: When using SSE remote transport, the
--tokenflag sets a bearer token stored only in the user'sopenclaw.json. Treat it like any API secret. The token is never logged or transmitted beyond the Authorization header. - No telemetry. Eye2byte collects zero analytics or usage data.
Available MCP Tools
capture_and_summarize
Screenshot the user's screen and get a structured analysis.
Parameters:
mode—"full"(default),"window", or"region"monitor—0= active monitor (default),1/2/3= specific monitor,-1= ALL monitors at once