Image Vision

👤 cntuang 📦 v1.0.0 ⭐ 4.1 ⬇️ 8K 下載
🎨 設計多媒體 免費

📖 技能介紹


name: vision-analyze description: Image analysis using multimodal vision models. Use when user needs to: (1) Describe what's in an image, (2) Extract text from images (OCR), (3) Analyze visual content, (4) Compare images, (5) Answer questions about images. Supports JPG, PNG, GIF, WebP formats. metadata: { "openclaw": { "emoji": "👁️", "requires": {}, }, }


Vision Analyze

Analyze images using the built-in vision capabilities of multimodal AI models.

Quick Start

Analyze an Image

Describe what's in an image:

# The agent will automatically use vision when you provide an image path
image("/path/to/image.jpg", prompt="Describe what's in this image")

Extract Text (OCR)

Extract text from images:

image("/path/to/document.png", prompt="Extract all text from this image")

Analyze Multiple Images

Compare or analyze multiple images:

images(["/path/to/image1.jpg", "/path/to/image2.jpg"], 
       prompt="Compare these two images and describe the differences")

Usage Patterns

訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。

Visual Q&A

Ask specific questions about image content:

image("menu.jpg", prompt="What are the prices of the main courses?")
image("chart.png", prompt="What trend does this graph show?")
image("screenshot.png", prompt="What error message is displayed?")

Content Moderation

Check image content:

image("upload.jpg", prompt="Is this image appropriate for a professional setting?")

Data Extraction

Extract structured data from visual content:

image("receipt.jpg", prompt="Extract the date, total amount, and items purchased")
image("business_card.png", prompt="Extract name, phone, email, and company")
image("form.jpg", prompt="Extract all filled fields as key-value pairs")

Visual Comparison

Compare images:

images(["before.jpg", "after.jpg"], 
       prompt="What changes were made between these two images?")

Tips

  • Be specific: The more specific your prompt, the better the results
  • Multiple images: You can analyze up to 20 images at once
  • Supported formats: JPG, PNG, GIF, WebP
  • Size limits: Large images are automatically resized

When to Use

  • Reading text from screenshots, documents, or photos
  • Describing visual content for accessibility
  • Analyzing charts, graphs, or diagrams
  • Comparing visual changes
  • Extracting data from forms or receipts
  • Understanding UI elements or error messages

🤖 AI 評測

這個 Skill 的文件清晰易讀,涵蓋了影像識別、文字提取、圖表分析等實用功能,使用場景描述詳細。但目前只提供文件說明,缺少實際可執行的程式碼,無法判斷功能是否真正好用。作為使用者,期待能看到更完整的功能演示和實際效果示例,而非僅有使用說明。

📊 多維度評分

適應性4.3
規範性4.1
有效性4.1
可靠性3.5
可信度4.5

📁 包含檔案 (2 個)

📄 SKILL.md 2.4 KB
📄 _meta.json 131 B