← Back to Skills Marketplace
Senior Computer Vision
by
Alireza Rezvani
· GitHub ↗
· v2.1.1
· MIT-0
2116
Downloads
2
Stars
14
Active Installs
2
Versions
Install in OpenClaw
/install senior-computer-vision
Description
Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Fast...
Usage Guidance
This skill appears coherent for production CV work and contains helpful scripts and docs. Before running anything: (1) Inspect the scripts locally (they are included) and run them in a contained environment (VM, container, or isolated user) with a Python virtualenv. (2) Do not run analysis commands (e.g., inference_optimizer.py) on model files from untrusted sources — torch.load can execute code via pickle. (3) Be prepared for scripts to read/write files (dataset conversions, ONNX/TensorRT exports, calibration caches) and to require heavy dependencies (PyTorch, ONNX, TensorRT). (4) Install dependencies from trusted sources and limit network access if you want extra safety. If you need, I can point out the exact lines that call torch.load / deserialize operations and where files are written so you can audit them before running.
Capability Analysis
Type: OpenClaw Skill
Name: senior-computer-vision
Version: 2.1.1
The 'senior-computer-vision' skill bundle is a legitimate set of tools and documentation for computer vision engineering. The included Python scripts (dataset_pipeline_builder.py, inference_optimizer.py, and vision_model_trainer.py) provide functional logic for dataset management, model benchmarking, and training configuration without any evidence of malicious behavior, data exfiltration, or unauthorized system access. The instructions in SKILL.md are well-aligned with the stated purpose, and the documentation in the references directory provides standard industry guidance for CV architectures and deployment.
Capability Assessment
Purpose & Capability
Name/description (object detection, segmentation, optimization, deployment) align with the included SKILL.md and the three code scripts plus reference docs. The required capabilities (PyTorch, ONNX, TensorRT, etc.) are consistent with the stated purpose and show up in the guidance and code.
Instruction Scope
SKILL.md explicitly instructs the agent to run the included scripts and common CV tooling (yolo, train_net.py, export/benchmark commands). The runtime instructions operate on local datasets/models and produce config/export files as expected. Important security note: several scripts (inference_optimizer.py) call torch.load and other model-parsing libraries — loading untrusted model files with torch.load can execute arbitrary pickle payloads. The instructions do not tell the agent to read unrelated system files or to call external endpoints, so scope is appropriate, but exercise caution when pointing these tools at untrusted artifacts.
Install Mechanism
No install spec is present (instruction-only), and no remote downloads or archive extraction are specified. This reduces supply-chain risk because nothing is fetched/installed automatically by the skill bundle.
Credentials
The skill declares no environment variables, credentials, or config paths. The frameworks it uses (torch, onnx, tensorrt) are appropriate for its functions. There are no requests for unrelated secrets or system credentials.
Persistence & Privilege
Flags show normal (always: false, model invocation allowed). The skill does not attempt to persist itself or modify other skills or system-wide agent settings. It will read/write dataset and model files as part of normal operation (e.g., exports, calibration caches).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install senior-computer-vision - After installation, invoke the skill by name or use
/senior-computer-vision - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.1
v2.1.1: optimization, reference splits
v1.0.0
Initial release: senior-computer-vision 1.0.0
- Provides structured guidance for object detection, image segmentation, and visual AI deployments.
- Covers modern detector and segmentation architectures (YOLO, Faster R-CNN, DETR, Mask R-CNN, SAM, etc.).
- Includes production workflows for model training, optimization (ONNX, TensorRT, OpenVINO), and deployment.
- Supports PyTorch, Ultralytics, Detectron2, MMDetection, and related ecosystem tools.
- Offers sample commands, architecture selection guides, dataset prep, and benchmark/quantization best practices.
Metadata
Frequently Asked Questions
What is Senior Computer Vision?
Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Fast... It is an AI Agent Skill for Claude Code / OpenClaw, with 2116 downloads so far.
How do I install Senior Computer Vision?
Run "/install senior-computer-vision" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Senior Computer Vision free?
Yes, Senior Computer Vision is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Senior Computer Vision support?
Senior Computer Vision is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Senior Computer Vision?
It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v2.1.1.
More Skills