processing-computer-vision-tasks

|

Content Preview
---
name: processing-computer-vision-tasks
description: |
  Process images using object detection, classification, and segmentation. Use when requesting "analyze image", "object detection", "image classification", or "computer vision". Trigger with relevant phrases based on skill purpose.
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Computer Vision Pro
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/processing-computer-vision-tasks.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/ai-ml/computer-vision-processor/skills/processing-computer-vision-tasks/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/ai-ml/computer-vision-processor/skills/processing-computer-vision-tasks/SKILL.md

Related Skills