← All plugins
computer-vision-processor
v1.21.0Computer vision image processing and analysis
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/computer-vision-processor/ inside the repository.
Layout
plugins/ai-ml/computer-vision-processor/
├── .claude-plugin/plugin.json└── skills/processing-computer-vision-tasks/SKILL.md
Skills1
processing-computer-vision-tasksskills/processing-computer-vision-tasks/SKILL.md
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.
Manifests1
plugins/ai-ml/computer-vision-processor/.claude-plugin/plugin.json
{
"name": "computer-vision-processor",
"version": "1.21.0",
"description": "Computer vision image processing and analysis",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"cv",
"vision",
"images",
"detection",
"agent-skills"
]
}