TencentTencentOfficialยท1 Agent Skills Included

YOLO-Master

Train, tune, and deploy real-time object detection models with AI

Runs end-to-end YOLO object detection workflows including training, validation, prediction, tracking, export, and benchmarking. Adds Mixture-of-Experts routing, LoRA fine-tuning, and multimodal VLM evaluation without manual model configuration. Removes repetitive CLI setup, device selection, and experiment orchestration so agents complete detection tasks faster.
npx skills add Tencent/YOLO-Master --all -g -y
Available:

Tells the AI agent how to route each task to the right module, which tests to run after changes, and to use the yolo CLI and agent skill dispatcher for all detection workflows.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install YOLO-Master?โ–ผ

Run `npx skills add Tencent/YOLO-Master --all -g -y` in your terminal to install the full skill suite globally.

What does YOLO-Master do?โ–ผ

It is a real-time object detection framework that adds Mixture-of-Experts routing to YOLO, so the model spends compute only where the scene is complex. This delivers higher accuracy at lower latency than standard YOLO models.

Can AI agents train and evaluate detection models automatically?โ–ผ

Yes. The bundled agent skill lets your AI run training, validation, prediction, export, benchmarking, and LoRA fine-tuning through structured commands with automatic device selection and recovery.

Does YOLO-Master support multimodal VLM evaluation?โ–ผ

Yes. It can run YOLO detection first, then cross-check results with vision-language models like GPT-4V or Qwen-VL, including open-world object discovery beyond COCO categories.

Does YOLO-Master work with Claude Code and other AI agents?โ–ผ

Yes. It follows the standard SKILL.md format and works with Claude Code, OpenClaw, Cursor, and other compatible agent runtimes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’