{
  "schemaVersion": "1.0",
  "item": {
    "slug": "computer-vision-expert",
    "name": "Computer Vision Expert",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/zorrong/computer-vision-expert",
    "canonicalUrl": "https://clawhub.ai/zorrong/computer-vision-expert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/computer-vision-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=computer-vision-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/computer-vision-expert"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/computer-vision-expert",
    "agentPageUrl": "https://openagent3.xyz/skills/computer-vision-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/computer-vision-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/computer-vision-expert/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Computer Vision Expert (SOTA 2026)",
        "body": "Role: Advanced Vision Systems Architect & Spatial Intelligence Expert"
      },
      {
        "title": "Purpose",
        "body": "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."
      },
      {
        "title": "When to Use",
        "body": "Designing high-performance real-time detection systems (YOLO26).\nImplementing zero-shot or text-guided segmentation tasks (SAM 3).\nBuilding spatial awareness, depth estimation, or 3D reconstruction systems.\nOptimizing vision models for edge device deployment (ONNX, TensorRT, NPU).\nNeeding to bridge classical geometry (calibration) with modern deep learning."
      },
      {
        "title": "1. Unified Real-Time Detection (YOLO26)",
        "body": "NMS-Free Architecture: Mastery of end-to-end inference without Non-Maximum Suppression (reducing latency and complexity).\nEdge Deployment: Optimization for low-power hardware using Distribution Focal Loss (DFL) removal and MuSGD optimizer.\nImproved Small-Object Recognition: Expertise in using ProgLoss and STAL assignment for high precision in IoT and industrial settings."
      },
      {
        "title": "2. Promptable Segmentation (SAM 3)",
        "body": "Text-to-Mask: Ability to segment objects using natural language descriptions (e.g., \"the blue container on the right\").\nSAM 3D: Reconstructing objects, scenes, and human bodies in 3D from single/multi-view images.\nUnified Logic: One model for detection, segmentation, and tracking with 2x accuracy over SAM 2."
      },
      {
        "title": "3. Vision Language Models (VLMs)",
        "body": "Visual Grounding: Leveraging Florence-2, PaliGemma 2, or Qwen2-VL for semantic scene understanding.\nVisual Question Answering (VQA): Extracting structured data from visual inputs through conversational reasoning."
      },
      {
        "title": "4. Geometry & Reconstruction",
        "body": "Depth Anything V2: State-of-the-art monocular depth estimation for spatial awareness.\nSub-pixel Calibration: Chessboard/Charuco pipelines for high-precision stereo/multi-camera rigs.\nVisual SLAM: Real-time localization and mapping for autonomous systems."
      },
      {
        "title": "1. Text-Guided Vision Pipelines",
        "body": "Use SAM 3's text-to-mask capability to isolate specific parts during inspection without needing custom detectors for every variation.\nCombine YOLO26 for fast \"candidate proposal\" and SAM 3 for \"precise mask refinement\"."
      },
      {
        "title": "2. Deployment-First Design",
        "body": "Leverage YOLO26's simplified ONNX/TensorRT exports (NMS-free).\nUse MuSGD for significantly faster training convergence on custom datasets."
      },
      {
        "title": "3. Progressive 3D Scene Reconstruction",
        "body": "Integrate monocular depth maps with geometric homographies to build accurate 2.5D/3D representations of scenes."
      },
      {
        "title": "Anti-Patterns",
        "body": "Manual NMS Post-processing: Stick to NMS-free architectures (YOLO26/v10+) for lower overhead.\nClick-Only Segmentation: Forgetting that SAM 3 eliminates the need for manual point prompts in many scenarios via text grounding.\nLegacy DFL Exports: Using outdated export pipelines that don't take advantage of YOLO26's simplified module structure."
      },
      {
        "title": "Sharp Edges (2026)",
        "body": "IssueSeveritySolutionSAM 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."
      },
      {
        "title": "Related Skills",
        "body": "ai-engineer, robotics-expert, research-engineer, embedded-systems"
      }
    ],
    "body": "Computer Vision Expert (SOTA 2026)\n\nRole: Advanced Vision Systems Architect & Spatial Intelligence Expert\n\nPurpose\n\nTo 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.\n\nWhen to Use\nDesigning high-performance real-time detection systems (YOLO26).\nImplementing zero-shot or text-guided segmentation tasks (SAM 3).\nBuilding spatial awareness, depth estimation, or 3D reconstruction systems.\nOptimizing vision models for edge device deployment (ONNX, TensorRT, NPU).\nNeeding to bridge classical geometry (calibration) with modern deep learning.\nCapabilities\n1. Unified Real-Time Detection (YOLO26)\nNMS-Free Architecture: Mastery of end-to-end inference without Non-Maximum Suppression (reducing latency and complexity).\nEdge Deployment: Optimization for low-power hardware using Distribution Focal Loss (DFL) removal and MuSGD optimizer.\nImproved Small-Object Recognition: Expertise in using ProgLoss and STAL assignment for high precision in IoT and industrial settings.\n2. Promptable Segmentation (SAM 3)\nText-to-Mask: Ability to segment objects using natural language descriptions (e.g., \"the blue container on the right\").\nSAM 3D: Reconstructing objects, scenes, and human bodies in 3D from single/multi-view images.\nUnified Logic: One model for detection, segmentation, and tracking with 2x accuracy over SAM 2.\n3. Vision Language Models (VLMs)\nVisual Grounding: Leveraging Florence-2, PaliGemma 2, or Qwen2-VL for semantic scene understanding.\nVisual Question Answering (VQA): Extracting structured data from visual inputs through conversational reasoning.\n4. Geometry & Reconstruction\nDepth Anything V2: State-of-the-art monocular depth estimation for spatial awareness.\nSub-pixel Calibration: Chessboard/Charuco pipelines for high-precision stereo/multi-camera rigs.\nVisual SLAM: Real-time localization and mapping for autonomous systems.\nPatterns\n1. Text-Guided Vision Pipelines\nUse SAM 3's text-to-mask capability to isolate specific parts during inspection without needing custom detectors for every variation.\nCombine YOLO26 for fast \"candidate proposal\" and SAM 3 for \"precise mask refinement\".\n2. Deployment-First Design\nLeverage YOLO26's simplified ONNX/TensorRT exports (NMS-free).\nUse MuSGD for significantly faster training convergence on custom datasets.\n3. Progressive 3D Scene Reconstruction\nIntegrate monocular depth maps with geometric homographies to build accurate 2.5D/3D representations of scenes.\nAnti-Patterns\nManual NMS Post-processing: Stick to NMS-free architectures (YOLO26/v10+) for lower overhead.\nClick-Only Segmentation: Forgetting that SAM 3 eliminates the need for manual point prompts in many scenarios via text grounding.\nLegacy DFL Exports: Using outdated export pipelines that don't take advantage of YOLO26's simplified module structure.\nSharp Edges (2026)\nIssue\tSeverity\tSolution\nSAM 3 VRAM Usage\tMedium\tUse quantized/distilled versions for local GPU inference.\nText Ambiguity\tLow\tUse descriptive prompts (\"the 5mm bolt\" instead of just \"bolt\").\nMotion Blur\tMedium\tOptimize shutter speed or use SAM 3's temporal tracking consistency.\nHardware Compatibility\tLow\tYOLO26 simplified architecture is highly compatible with NPU/TPUs.\nRelated Skills\n\nai-engineer, robotics-expert, research-engineer, embedded-systems"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zorrong/computer-vision-expert",
    "publisherUrl": "https://clawhub.ai/zorrong/computer-vision-expert",
    "owner": "zorrong",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/computer-vision-expert",
    "downloadUrl": "https://openagent3.xyz/downloads/computer-vision-expert",
    "agentUrl": "https://openagent3.xyz/skills/computer-vision-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/computer-vision-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/computer-vision-expert/agent.md"
  }
}