OpenMOSSOpenMOSSOfficialยท14 Agent Skills Included

MOSS-VL

Real-time video understanding, GPU kernels, and inference tuning

Runs real-time and offline video understanding with the MOSS-VL open-weight models on continuous streams. Tunes diffusion and LLM inference speed, quantizes models to FP8/NVFP4, and profiles GPU kernels to remove bottlenecks. Guides debugging of CUDA crashes, distributed hangs, and CI regressions without manual trial and error.
npx skills add OpenMOSS/MOSS-VL --all -g -y
Available:

Tells the agent how to build, test, and debug the FlashAttention kernels, how to run and tune the SGLang diffusion subsystem, and how to write documentation pages following project rules.

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

sglang-diffusion-modelopt-quant

Quantize diffusion DiT models with NVIDIA ModelOpt to FP8 or NVFP4 checkpoints for SGLang Diffusion.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

sglang-diffusion-benchmark-profile

Analyze SGLang diffusion denoise latency and profile bottlenecks via perf dumps.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

sglang-diffusion-add-model

Automate diffusion model integration into SGLang with Hybrid or Modular pipelines.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

sglang-diffusion-ako4all-kernel

Optimize SGLang diffusion kernels with AKO4ALL tuning and ncu-guided iteration.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

sglang-diffusion-performance

Optimize SGLang diffusion performance settings for a model, GPU, and VRAM budget.

Official
Intermediate
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

write-sglang-test

Author and register SGLang CI/UT tests using CustomTestCase.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

ci-workflow-guide

Document SGLang CI pipeline stage ordering, gating, and fast-fail mechanisms.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

add-jit-kernel

Add a lightweight JIT CUDA kernel with host wrapper, tests, and benchmarks to SGLang's jit_kernel module.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

debug-cuda-crash

Log CUDA kernel API calls and tensor metadata around crash boundaries in SGLang.

Official
Intermediate
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

sglang-torch-profiler-analysis

Triage SGLang torch-profiler traces into kernel, overlap, and fuse-pattern tables.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

generate-profile

Launch an SGLang server, validate readiness, and generate a Chrome-compatible profiling trace.

Official
Advanced
๐Ÿ“ฆ In Repo
OpenMOSSOpenMOSS

sglang-auto-benchmark

Automate SGLang benchmark sweeps with dataset preparation and CSV export.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install MOSS-VL?โ–ผ

Run `npx skills add OpenMOSS/MOSS-VL --all -g -y` in your terminal to install all skills in this suite globally.

What is MOSS-VL used for?โ–ผ

MOSS-VL is an open-weight 11B model family for real-time and offline video understanding, supporting interruptible streaming dialogue and long-video question answering.

How to speed up diffusion model inference?โ–ผ

The included skills guide you through torch.compile, multi-GPU parallelism, CPU offload, and FP8/NVFP4 quantization with validated benchmark recipes.

How to debug CUDA crashes in SGLang?โ–ผ

A dedicated skill shows how to enable kernel API logging, capture crash-safe tensor dumps, and combine them with compute-sanitizer or cuda-gdb.

Do I need GPU experience to use these skills?โ–ผ

Basic GPU access is required to run the models, but the skills give step-by-step commands so your agent handles the complex kernel and tuning work.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’