Home › Search: c

Search: c

Search MCP servers and agent skills by name, description, category or topic — 4,153 results.

Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-manage-sandboxes

Explains operational tasks after the quickstart: listing sandboxes, status and health checks, logs, diagnostics, port forwards, multiple sandboxes, credential reset, rebuilds, netw...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-monitor-sandbox

Inspects sandbox health, traces agent behavior, and diagnoses problems.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-overview

Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when to prefer NemoClaw ve...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/NemoClaw/nemoclaw-user-reference

Describes the NemoClaw plugin and blueprint architecture and how they orchestrate the OpenClaw sandbox.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-accuracy-debug

Debug AutoDeploy accuracy regressions vs a reference score (PyTorch backend or published baseline).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/ad-conf-check

Check whether AutoDeploy YAML configs were actually applied by analyzing server logs and optionally graph dumps (AD_DUMP_GRAPHS_DIR).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/exec-local-compile

Compile TensorRT-LLM on a compute node inside a Docker container.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/exec-slurm-compile

Compile TensorRT-LLM on a SLURM cluster.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/kernel-cute-writing

Write and implement GPU kernels using NVIDIA CuTe DSL (CUTLASS 4.x Python API) — NOT for Triton, CUDA C++, or conceptual explanations.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-nsight-compute-analysis

Analyze ncu (NVIDIA Nsight Compute) profiling output: SOL% bottleneck classification, roofline analysis, occupancy diagnosis, memory hierarchy analysis, warp stall analysis, metr...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-torch-cuda-graphs

Apply CUDA Graphs to PyTorch workloads — API selection (torch.compile, PyTorch make_graphed_callables, TE make_graphed_callables, MCore CudaGraphManager, FullCudaGraphWrapper, m...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/perf-torch-sync-free

Identify and eliminate host-device synchronizations in PyTorch code.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-code-contribution

Best practices for contributing code to TensorRT-LLM.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-codebase-exploration

Systematic approach to exploring the TensorRT-LLM codebase before implementing new features or optimizations.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TensorRT-LLM/trtllm-serve-config-guide

Generate a source-backed starting `trtllm-serve --config` YAML for basic aggregate single-node PyTorch serving, aligned with checked-in TensorRT-LLM configs and deployment docs.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/adding-cutile-kernel

Add a new cuTile GPU kernel operator to TileGym.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/converting-cutile-to-julia

Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/converting-cutile-to-triton

Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/cutile-autotuning

Use when adding, modifying, optimizing, or debugging CuTile autotuning code.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/cutile-python

Expert cuTile programming assistant.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/improve-cutile-kernel-perf

Iteratively optimize cuTile kernel performance through systematic profiling, bottleneck analysis, IR comparison, and targeted tuning.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/TileGym/monkey-patch-kernels-to-transformers

Integrate TileGym kernels into Hugging Face `transformers` models by replacing the library's submodule(s) and certain class(es)' implementations, and patching certain class(es)' in...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-developer

Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-install

Install cuOpt for Python, C, or as a server (pip, conda, Docker) — system requirements, install commands, and verification.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-numerical-optimization-api-c

LP, MILP, and QP (beta) with cuOpt — C API only.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-numerical-optimization-api-cli

LP, MILP, and QP (beta) with cuOpt — CLI only (MPS files, cuopt_cli).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-numerical-optimization-api-python

Solve Linear Programming (LP), Mixed-Integer Linear Programming (MILP), and Quadratic Programming (QP, beta) with the Python API.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-routing-api-python

Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-server-api-python

cuOpt REST server — start server, endpoints, Python/curl client examples.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-server-common

cuOpt REST server — what it does and how requests flow.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/cuopt-user-rules

Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/numerical-optimization-formulation

Numerical optimization (LP, MILP, QP) — concepts, problem-text parsing, and formulation patterns.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/routing-formulation

Vehicle routing (VRP, TSP, PDP) — problem types and data requirements.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/cuopt/skill-evolution

After solving a non-trivial problem, detect generalizable learnings and propose skill updates so future interactions benefit automatically.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/nemotron-voice-agent/nemotron-voice-agent-deploy

Deploy Nemotron Voice Agent on Workstation (x86), Jetson Thor, or Cloud NIMs.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/alerts

Manage and monitor VSS alerts after the alerts profile is deployed.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/deploy

Deploy, debug, or tear down any VSS profile using a compose-centric workflow — config (dry-run) with env overrides, review resolved compose, then compose up.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/report

Produce video analysis reports by discovering the deployed VSS agent, querying POST /generate for a timestamped captioned summary of the clip, then formatting the agent reply as th...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/rt-vlm

Use this skill when working with the RTVI VLM or RT-VLM microservice API on VSS 3.1.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/video-analytics

Query video analytics data and metrics from Elastic search via the VA-MCP server (port 9901).

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/video-search

Search video archives using natural language — find events, objects, actions, and people across recorded video using fusion search (Cosmos Embed1 semantic search + CV attribute sea...

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/video-summarization

Summarize a video by calling the VLM NIM or the Long Video Summarization (LVS) microservice directly.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/video-understanding

Call the vss agent to run video understanding on video to answer a text question.

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/vios

Query VIOS REST APIs: sensor list, recording timelines, video clip extraction, snapshot capture, add/delete sensors and streams

2.8k Python Updated today Score 84
Agent Skill Active

NVIDIA/video-search-and-summarization/vss-frag

Generate video summary reports using the VSS video_search_frag extension with Long Video Summarization (LVS), Enterprise RAG knowledge retrieval, and human-in-the-loop parameter co...

2.8k Python Updated today Score 84
MCP Server Active

gamosoft/NoteDiscovery

Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read, create, edit, tag, and template notes — same vault that powers the web UI. Pure-stdlib client, no extra deps, MIT-licensed. Can run in Docker.

2.7k JavaScript Updated today Score 84
MCP Server Active

nteract/semiotic

React data visualization MCP server with 30+ chart types. 5 tools: suggest charts for a dataset, render validated React configs to SVG, diagnose configuration anti-patterns, get component schemas, and report issues.

2.7k TypeScript Updated today Score 84
MCP Server Active

luminati-io/brightdata-mcp

Discover, extract, and interact with the web - one interface powering automated access across the public internet.

2.6k JavaScript Updated 5d ago Score 84
‹ Prev1891087Next ›