From computer-vision-processor
Processes images with object detection, classification, and segmentation using computer-vision-processor plugin and generated Python code. Activates on 'analyze image' or computer vision requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/computer-vision-processor:processing-computer-vision-tasksThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Process images using object detection, classification, and segmentation pipelines with configurable model backends.
Process images using object detection, classification, and segmentation pipelines with configurable model backends.
This skill empowers Claude to leverage the computer-vision-processor plugin to analyze images, detect objects, and extract meaningful information. It automates computer vision workflows, optimizes performance, and provides detailed insights based on image content.
/process-vision command, which processes the image and returns the results.This skill activates when you need to:
User request: "Analyze this image and identify all the cars and pedestrians."
The skill will:
User request: "Classify this image. Is it a cat or a dog?"
The skill will:
This skill utilizes the /process-vision command provided by the computer-vision-processor plugin. It can be integrated with other skills to further process the results of the computer vision analysis, such as generating reports or triggering actions based on detected objects.
The skill produces structured output relevant to the task.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin computer-vision-processorAnalyzes images to describe content, extract data from scientific figures, plots, experimental setups, and answer general questions.
Provides OpenCV patterns for Python computer vision: image/video I/O, color conversion, filtering, edges/contours, features, drawing, DNN, GPU, with BGR/coordinate gotchas.
Provides Azure AI Vision 4.0 image analysis: captions, dense captions, tags, object detection, OCR, people detection, and smart cropping via Python SDK.