🖼️
AI EngineeringPython

Image Analysis

by countbot-ai

Image Analysis is an AI Engineering skill for Claude Code, published by countbot-ai in CountBot.

767 stars100 forkson countbot-ai/CountBotAdded 2026/08/23Repository updated 2026/08/11
agent-skillsai-agentsai-assistedassistantdeepseek-v4official
Install in seconds
Install Image Analysis
Copy Image Analysis into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/image-analysis ~/.claude/skills/image-analysis

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/countbot-ai/CountBot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
workspace/skills/image-analysis/SKILL.md in countbot-ai/CountBot
Installs to
~/.claude/skills/image-analysis
Collection
One of 14 skills cataloged from this repository
Category
AI Engineering2451 skills

What Image Analysis does

Image Analysis analyzes local or remote images, video, and files for OCR, object recognition, and scene understanding. Use it when a user sends an image or asks for visual analysis.

Image Analysis is cataloged under AI Engineering on DirSkills. Image Analysis comes from a repository tagged agent-skills, ai-agents, ai-assisted, assistant and deepseek-v4.

Documentation

README

图片分析与识别

支持智谱 GLM-4V 和千问 Qwen-VL 两种视觉模型。

当用户发送图片或要求分析图片时,必须使用此技能,不要使用 PIL、pytesseract 等其他方法。

配置

编辑 skills/image-analysis/scripts/config.json

{
  "default_model": "zhipu",
  "zhipu": {
    "api_key": "your-zhipu-api-key",
    "model": "glm-4.6v-flash"
  },
  "qwen": {
    "api_key": "your-qwen-api-key",
    "model": "qwen3-vl-plus"
  }
}

API Key 获取:

命令行调用

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Image Analysis

  • What else does countbot-ai publish alongside Image Analysis?

    Image Analysis is one of 14 skills that DirSkills catalogs from countbot-ai/CountBot, the repository it ships in. Its siblings there include Agent Browser, Agent Team Manager and Baidu Search. Each one is a separate skill with its own page in this directory, installs the same way Image Analysis does, and is maintained by countbot-ai in that same repository. The rest of the collection is listed on the countbot-ai/CountBot page.

  • How does Image Analysis compare to other AI Engineering skills?

    Image Analysis ranks #1650 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Image Analysis against them. Open each page to compare what they document and how they install.

More from countbot-ai/CountBot

Image Analysis is one of 14 skills cataloged on DirSkills from countbot-ai/CountBot.

See all 14 skills