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) |
小葱技能站7w4.net发现了升级插件。
# 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
这个图片识别工具质量不错,能自动识别截图、照片等不同类型图片,既能提取文字也能描述内容。界面清晰易上手,配置也比较简单。但需要手动设置 API Key,新手可能不知道去哪申请。另外没有内置示例或测试,用起来心里没底。整体来说功能实用可靠,但新手友好度可以再提高一些。