Claw Eyes
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_bed45be1/claw-eyes into your AI assistant.
About this skill
Problem
Many text-only models cannot process images, so screenshots, UI layouts, error messages, or code captures depend on manual description. Claw Eyes splits the task into three steps: capture a clipboard image, ask a vision model for a text description, and return that description to the main model, avoiding a full model switch.
How It Works
- Capture: reads the image from the system clipboard and compresses files over
800KBto at most1920×1080. - Analyze: prefers a user-configured OpenAI-compatible vision endpoint; if unavailable, it falls back to an
MCPvision tool. - Return: turns UI elements, errors, documents, tables, or code screenshots into text, letting the main model reason over that output.
Endpoints, keys, and model names are provided through variables such asCLAW_EYES_API_URL,CLAW_EYES_API_KEY, andCLAW_EYES_VISION_MODEL; the skill does not hard-code vendor details.
Boundaries
It triggers only when the user asks to view an image, such as 'look at this', and mainly handles a single clipboard image. If no vision API is configured, the image should not leave the local machine. API_URL and VISION_MODEL must come from the same provider, and Linux needs xclip or wl-paste.
Use Cases
- A developer screenshots an error dialog and asks the AI to extract the key message
- A tester captures a UI page and asks the AI to describe buttons, fields, and warnings
- An engineer screenshots a code block and asks the AI to identify the language and restate it
- A writer captures a table and asks the AI to extract fields into a text summary
Best For
- Backend engineers who want diagnostic clues directly from error screenshots
- Test engineers who need UI screenshots converted into defect report details
- AI app developers using text-only LLMs without switching their main model
- Independent developers who need code screenshots turned into reusable snippets
Related Skills
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
A hybrid-evolution agent for OpenClaw developers that offers tiered-confirmation and rollback-safe capability optimization.