← 返回 Skills 市场
Senior Computer Vision
作者
Alireza Rezvani
· GitHub ↗
· v2.1.1
· MIT-0
2116
总下载
2
收藏
14
当前安装
2
版本数
在 OpenClaw 中安装
/install senior-computer-vision
功能描述
Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Fast...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install senior-computer-vision - 安装完成后,直接呼叫该 Skill 的名称或使用
/senior-computer-vision触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Senior Computer Vision 是什么?
Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Fast... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2116 次。
如何安装 Senior Computer Vision?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install senior-computer-vision」即可一键安装,无需额外配置。
Senior Computer Vision 是免费的吗?
是的,Senior Computer Vision 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Senior Computer Vision 支持哪些平台?
Senior Computer Vision 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Senior Computer Vision?
由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v2.1.1。
推荐 Skills