AI Agent Hub
Back to skills
Claw Eyes icon

Claw Eyes

AI Agent Updated 2026.08.30

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 800KB to at most 1920×1080.
  • Analyze: prefers a user-configured OpenAI-compatible vision endpoint; if unavailable, it falls back to an MCP vision 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 as CLAW_EYES_API_URL, CLAW_EYES_API_KEY, and CLAW_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