cli-anything-nsight-graphics

Automate Nsight Graphics capture, replay analysis, and GPU Trace summarization.

Updated May 7, 2026
One-click install
npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-nsight-graphics-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-nsight-graphics
Source: https://github.com/dawsonblock/JUDGE_ATLAS/tree/main/external/CLI-Anything-main/skills/cli-anything-nsight-graphics
Command: npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-nsight-graphics-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating Nsight Graphics capture, replay analysis, and GPU Trace summarization removes the manual, error-prone workflow of gathering and interpreting profiling artifacts.

Core Features & Use Cases

  • Nsight setup and compatibility diagnostics: Detect available installs/versions and report compatibility mode before running capture workflows.
  • Deterministic capture workflows: Launch detached sessions, attach to a PID, and trigger Graphics Capture, GPU Trace, or Generate C++ Capture with export and summarization options.
  • Replay and trace analysis: Analyze existing .ngfx-capture files using ngfx-replay, and summarize exported .ngfx-gputrace tables for clear diagnostics and performance triage.

Quick Start

Run the command to capture a GPU Trace and generate a one-step summary for triage.

Frequently Asked Questions about cli-anything-nsight-graphics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Nsight Graphics capture for GPU trace analysis?

Automate Nsight Graphics capture by launching detached sessions or attaching to a PID to trigger GPU Trace generation. The workflow invokes Nsight-compatible CLI entry points to produce structured diagnostics from the captured frames.

Can I replay an existing .ngfx-capture file from the command line?

Yes, you can replay an existing .ngfx-capture file using the ngfx-replay CLI entry point. This process analyzes the captured graphics artifacts and extracts actionable replay insights for performance triage.

Do I need Nsight Graphics installed on Windows to use this CLI workflow?

Yes, this CLI workflow requires a Windows host with installed Nsight Graphics binaries. It begins by detecting available installs and versions to report compatibility mode before running any capture workflows.

What is the best way to summarize exported .ngfx-gputrace tables for triage?

The best way to summarize exported .ngfx-gputrace tables is by using JSON output modes within the CLI. This generates a structured, one-step summary of the trace data for clear diagnostics and performance triage.

How does attaching to a PID work for graphics capture?

Attaching to a PID for graphics capture involves launching a detached session that targets the running process. This triggers the capture workflow and produces compatible artifacts for export and summarization.

Why does my GPU trace capture fail before generating diagnostics?

GPU trace capture may fail if Nsight setup and compatibility diagnostics detect incompatible or missing Nsight binaries on the Windows host. Ensure the CLI can invoke the correct Nsight-compatible entry points before capturing.