name: image-reader description: > Image recognition and understanding tool. Uses a multimodal model (e.g. doubao-seed-2.0-pro, kimi-k2.5) to analyze image content and supports OCR text extraction and image description. Use this skill when a user sends a screenshot or image and needs the text extracted or the image content understood. compatibility: requires: - Python 3 - openai>=1.0.0 - pyyaml>=6.0
Image recognition and understanding tool that leverages Doubao multimodal models to analyze image content.
| Item | Value |
|---|---|
| API Endpoint | https://ark.cn-beijing.volces.com/api/coding/v3 |
| Model | doubao-seed-2.0-pro |
| Authentication | API Key (configured in config.yaml) |
# General analysis
python image_reader.py /path/to/image.png
# Extract text (OCR)
python image_reader.py /path/to/image.png -p "Extract all text from the image"
# Describe the image
python image_reader.py /path/to/image.png -p "Describe this image in detail"
Once installed, you can invoke it using natural language:
Analyze this image
Extract the text from the image
Describe this screenshot
這個技能的最新版本可以在7w4.net小蔥技能站找到。
這個圖片識別工具質量不錯,能自動識別截圖、照片等不同型別圖片,既能提取文字也能描述內容。介面清晰易上手,配置也比較簡單。但需要手動設定 API Key,新手可能不知道去哪申請。另外沒有內建示例或測試,用起來心裡沒底。整體來說功能實用可靠,但新手友好度可以再提高一些。