Search
Search MCP servers and agent skills by name, description, category or topic — 4,181 results.
NVIDIA/NeMo-RL/launch-nemo-rl
Playbook for launching, monitoring, stopping, and debugging NeMo-RL recipes on a Kubernetes cluster via the nrl-k8s CLI.
NVIDIA/NeMo-RL/linting-and-formatting
Code style guidelines for NeMo-RL (Python and shell).
NVIDIA/NeMo-RL/review-pr
Interactive code review for NVIDIA-NeMo/RL pull requests.
NVIDIA/NeMo-RL/session-memory
Manage durable working-session memory for coding agents.
NVIDIA/NemoClaw/nemoclaw-contributor-create-pr
Create GitHub pull requests that follow the NemoClaw PR template.
NVIDIA/NemoClaw/nemoclaw-contributor-update-docs
Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages and refresh generated user skills for release prep.
NVIDIA/NemoClaw/nemoclaw-maintainer-cross-issue-sweep
Scans other open issues to find ones a given PR may also fix or accidentally break.
NVIDIA/NemoClaw/nemoclaw-maintainer-cut-release-tag
Cut a new semver release — bump all version strings via bump-version.ts, open a release PR, and after merge tag main and push.
NVIDIA/NemoClaw/nemoclaw-maintainer-day
Runs the daytime maintainer loop for NemoClaw, prioritizing items labeled with the current version target.
NVIDIA/NemoClaw/nemoclaw-maintainer-evening
Runs the end-of-day maintainer handoff for NemoClaw.
NVIDIA/NemoClaw/nemoclaw-maintainer-find-review-pr
Finds open GitHub PRs with security and priority-high labels, links each to its issue, detects duplicates (multiple PRs fixing the same issue), and presents a table of review candi...
NVIDIA/NemoClaw/nemoclaw-maintainer-morning
Runs the morning maintainer standup for NemoClaw.
NVIDIA/NemoClaw/nemoclaw-maintainer-normalize-title-tags
Normalizes GitHub issue and PR titles by removing any bracketed [NemoClaw] tag case-insensitively, even when the tag appears later in the title.
NVIDIA/NemoClaw/nemoclaw-maintainer-pr-comparator
Compares competing PRs that target the same issue and recommends which one to merge.
NVIDIA/NemoClaw/nemoclaw-maintainer-security-code-review
Performs a comprehensive security review of code changes in a GitHub PR or issue.
NVIDIA/NemoClaw/nemoclaw-maintainer-triage
AI-assisted label triage for NVIDIA/NemoClaw issues and PRs.
NVIDIA/NemoClaw/nemoclaw-user-agent-skills
Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository.
NVIDIA/NemoClaw/nemoclaw-user-configure-inference
Connects NemoClaw to a local inference server.
NVIDIA/NemoClaw/nemoclaw-user-configure-security
Presents a risk framework for every configurable security control in NemoClaw.
NVIDIA/NemoClaw/nemoclaw-user-deploy-remote
Explains how to run NemoClaw on a remote GPU instance, including the deprecated Brev compatibility path and the preferred installer plus onboard flow.
NVIDIA/NemoClaw/nemoclaw-user-get-started
Installs NemoClaw, launches a sandbox, and runs the first agent prompt.
NVIDIA/NemoClaw/nemoclaw-user-manage-policy
Adds, removes, or modifies allowed endpoints in the sandbox policy.
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...
NVIDIA/NemoClaw/nemoclaw-user-monitor-sandbox
Inspects sandbox health, traces agent behavior, and diagnoses problems.
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...
NVIDIA/NemoClaw/nemoclaw-user-reference
Describes the NemoClaw plugin and blueprint architecture and how they orchestrate the OpenClaw sandbox.
NVIDIA/TensorRT-LLM/ad-accuracy-debug
Debug AutoDeploy accuracy regressions vs a reference score (PyTorch backend or published baseline).
NVIDIA/TensorRT-LLM/ad-add-fusion-transformation
Claude Code skill (trtllm-agent-toolkit): implement or extend TensorRT-LLM AutoDeploy fusion transforms under transform/library/ in a TensorRT-LLM checkout.
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).
NVIDIA/TensorRT-LLM/ad-graph-dump
Enable and interpret TensorRT-LLM AutoDeploy FX graph text dumps via AD_DUMP_GRAPHS_DIR.
NVIDIA/TensorRT-LLM/ad-layer-visualizer
Visualize a specific transformer decoder layer from an AutoDeploy FX graph text dump as a hierarchical DOT/PNG diagram.
NVIDIA/TensorRT-LLM/ad-model-onboard
Translates a HuggingFace model into a prefill-only AutoDeploy custom model using reference custom ops, validates with hierarchical equivalence tests.
NVIDIA/TensorRT-LLM/exec-local-compile
Compile TensorRT-LLM on a compute node inside a Docker container.
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.
NVIDIA/TensorRT-LLM/kernel-tileir-optimization
Optimize existing Triton kernels for NVIDIA TileIR backend on Blackwell GPUs (sm_100+).
NVIDIA/TensorRT-LLM/kernel-triton-writing
ONLY for OpenAI Triton (@triton.jit) kernel development.
NVIDIA/TensorRT-LLM/perf-host-analysis
Analyze host/CPU overhead in TensorRT-LLM inference from nsys traces.
NVIDIA/TensorRT-LLM/perf-host-optimization
Profiles and optimizes TensorRT-LLM host/CPU overhead using line_profiler (with nsys support planned).
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...
NVIDIA/TensorRT-LLM/perf-nsight-systems
Nsight Systems (nsys) CLI for system-level timeline profiling.