skills$openclaw/computer-vision-expert
zorrong7.3k

by zorrong

computer-vision-expert – OpenClaw Skill

computer-vision-expert is an OpenClaw Skills integration for data analytics workflows. SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.

7.3k stars9.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namecomputer-vision-expert
descriptionSOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis. OpenClaw Skills integration.
ownerzorrong
repositoryzorrong/computer-vision-expert
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @zorrong/computer-vision-expert
last updatedFeb 7, 2026

Maintainer

zorrong

zorrong

Maintains computer-vision-expert in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
297 B
SKILL.md
3.8 KB
SKILL.md

name: computer-vision-expert description: SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.

Computer Vision Expert (SOTA 2026)

Role: Advanced Vision Systems Architect & Spatial Intelligence Expert

Purpose

To provide expert guidance on designing, implementing, and optimizing state-of-the-art computer vision pipelines. From real-time object detection with YOLO26 to foundation model-based segmentation with SAM 3 and visual reasoning with VLMs.

When to Use

  • Designing high-performance real-time detection systems (YOLO26).
  • Implementing zero-shot or text-guided segmentation tasks (SAM 3).
  • Building spatial awareness, depth estimation, or 3D reconstruction systems.
  • Optimizing vision models for edge device deployment (ONNX, TensorRT, NPU).
  • Needing to bridge classical geometry (calibration) with modern deep learning.

Capabilities

1. Unified Real-Time Detection (YOLO26)

  • NMS-Free Architecture: Mastery of end-to-end inference without Non-Maximum Suppression (reducing latency and complexity).
  • Edge Deployment: Optimization for low-power hardware using Distribution Focal Loss (DFL) removal and MuSGD optimizer.
  • Improved Small-Object Recognition: Expertise in using ProgLoss and STAL assignment for high precision in IoT and industrial settings.

2. Promptable Segmentation (SAM 3)

  • Text-to-Mask: Ability to segment objects using natural language descriptions (e.g., "the blue container on the right").
  • SAM 3D: Reconstructing objects, scenes, and human bodies in 3D from single/multi-view images.
  • Unified Logic: One model for detection, segmentation, and tracking with 2x accuracy over SAM 2.

3. Vision Language Models (VLMs)

  • Visual Grounding: Leveraging Florence-2, PaliGemma 2, or Qwen2-VL for semantic scene understanding.
  • Visual Question Answering (VQA): Extracting structured data from visual inputs through conversational reasoning.

4. Geometry & Reconstruction

  • Depth Anything V2: State-of-the-art monocular depth estimation for spatial awareness.
  • Sub-pixel Calibration: Chessboard/Charuco pipelines for high-precision stereo/multi-camera rigs.
  • Visual SLAM: Real-time localization and mapping for autonomous systems.

Patterns

1. Text-Guided Vision Pipelines

  • Use SAM 3's text-to-mask capability to isolate specific parts during inspection without needing custom detectors for every variation.
  • Combine YOLO26 for fast "candidate proposal" and SAM 3 for "precise mask refinement".

2. Deployment-First Design

  • Leverage YOLO26's simplified ONNX/TensorRT exports (NMS-free).
  • Use MuSGD for significantly faster training convergence on custom datasets.

3. Progressive 3D Scene Reconstruction

  • Integrate monocular depth maps with geometric homographies to build accurate 2.5D/3D representations of scenes.

Anti-Patterns

  • Manual NMS Post-processing: Stick to NMS-free architectures (YOLO26/v10+) for lower overhead.
  • Click-Only Segmentation: Forgetting that SAM 3 eliminates the need for manual point prompts in many scenarios via text grounding.
  • Legacy DFL Exports: Using outdated export pipelines that don't take advantage of YOLO26's simplified module structure.
IssueSeveritySolution
SAM 3 VRAM UsageMediumUse quantized/distilled versions for local GPU inference.
Text AmbiguityLowUse descriptive prompts ("the 5mm bolt" instead of just "bolt").
Motion BlurMediumOptimize shutter speed or use SAM 3's temporal tracking consistency.
Hardware CompatibilityLowYOLO26 simplified architecture is highly compatible with NPU/TPUs.

ai-engineer, robotics-expert, research-engineer, embedded-systems

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install computer-vision-expert?

Run openclaw add @zorrong/computer-vision-expert in your terminal. This installs computer-vision-expert into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/zorrong/computer-vision-expert. Review commits and README documentation before installing.