CV Plugin Setup

Install and verify Computer Vision plugin dependencies, including Python packages, OCR languages, and native DLLs.

2|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/southlab-ai/Claude-Plugin-Marketplace --skill cv-plugin-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CV Plugin Setup
Source: https://github.com/southlab-ai/Claude-Plugin-Marketplace/tree/main/plugins/computer-vision/skills/cv-setup
Command: npx skills add https://github.com/southlab-ai/Claude-Plugin-Marketplace --skill cv-plugin-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the verification and installation of all necessary dependencies for the Computer Vision plugin, including critical native components required for advanced functionality.

Core Features & Use Cases

  • Dependency Management: Ensures Python packages are installed via uv.
  • OCR Language Setup: Verifies and guides the installation of OCR languages for text recognition.
  • Native DLL Compilation: Compiles essential C++ native DLLs for sandbox tools, handling toolchain setup if necessary.
  • Use Case: Before using any advanced Computer Vision features like sandbox automation or OCR, run this setup skill to guarantee all prerequisites are met, preventing runtime errors and ensuring full plugin functionality.

Quick Start

Run the CV plugin setup to install all dependencies and compile native components.

Frequently Asked Questions about CV Plugin Setup

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

FAQPage Schema
How do I set up computer vision dependencies for OCR and sandbox automation on Windows?

To set up computer vision dependencies on Windows, this skill automates the installation of Python packages via uv, configures OCR language packs, and compiles native C++ DLLs required for sandboxed desktop automation.

Do I need Visual Studio Build Tools to compile native DLLs for computer vision plugins?

Yes, compiling native DLLs for computer vision plugins requires Visual Studio Build Tools with CMake to handle the C++ native compilation needed for sandbox tools and advanced desktop automation.

Why does my OCR setup fail to recognize text on Windows?

OCR setup fails on Windows if specific OCR language packs are missing or if native DLLs are not compiled, which this computer vision plugin setup skill verifies and guides to prevent runtime errors.

What prerequisites are needed to install computer vision plugin dependencies using uv?

Prerequisites to install computer vision plugin dependencies using uv include PowerShell for execution and potentially Visual Studio Build Tools with CMake for compiling native C++ DLLs.

Can I use this setup skill to verify existing computer vision dependencies before running automation?

Yes, you can use this setup skill to verify existing computer vision dependencies, ensuring all Python packages, OCR languages, and native DLLs are correctly configured before running sandboxed desktop automation.