glm-vision

Analyze images with the GLM-4.6V multimodal model for description and OCR.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BoChao1Zhang/dotfiles --skill glm-vision-bochao1zhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glm-vision
Source: https://github.com/BoChao1Zhang/dotfiles/tree/main/dot_claude/skills/glm-vision
Command: npx skills add https://github.com/BoChao1Zhang/dotfiles --skill glm-vision-bochao1zhang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Analyzes images using the GLM-4.6V multimodal model to understand visual content, extract text (OCR), and interpret scenes.

Core Features & Use Cases

  • Image content description and understanding
  • OCR text extraction from images
  • Object/scene element recognition and analysis
  • Multi-image comparison and video understanding
  • Triggered by user prompts such as "请描述这张图片" or "分析这个截图"

Quick Start

Provide an image to analyze by attaching it to a prompt, after setting ZHIPU_API_KEY in your environment.

Frequently Asked Questions about glm-vision

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from an image using OCR?

This Skill performs OCR text extraction by analyzing images with the GLM-4.6V multimodal model. You simply provide an image_url or local image input within your prompt to extract and interpret the embedded text.

Can I use an OpenAI compatible client for image analysis?

Yes, you can perform image analysis using an OpenAI compatible client by configuring the base_url to https://open.bigmodel.cn/api/paas/v4. You also need to set your ZHIPU_API_KEY in the environment to authenticate the requests.

Does multimodal video understanding support comparing multiple images?

Yes, multimodal video understanding supports multi-image comparison alongside scene interpretation. The GLM-4.6V model processes multiple images or video frames to recognize objects and compare visual content based on your prompt.

What is the best way to describe an image's content automatically?

The best way to describe image content automatically is by triggering the GLM-4.6V model with a prompt like "请描述这张图片". The model analyzes the visual elements and generates a detailed description of the scene.

Do I need a ZHIPU_API_KEY to run object recognition tasks?

Yes, you need a ZHIPU_API_KEY to run object recognition tasks. The key authenticates your requests to the GLM-4.6V multimodal model via the OpenAI compatible client, enabling scene element analysis and object recognition.