If you're wrestling with Unreal Engine profiling from the command line, this wraps UnrealInsights.exe so Claude can capture traces, export timing and counter data to CSV, and keep the GUI open when you need eyes on it. It handles the full workflow: discovering Trace Store files, launching captures with custom channels and bookmarks, snapshotting live sessions, and running batch exports with region filters. The summary analyzer pulls out top timers, thread hotspots, and counter peaks without you writing jq pipelines. Built for Windows and tested on UE 5.5, though it tries to handle 5.3 command quirks. The continuous capture commands let Claude start profiling in one turn and stop or snapshot later, which beats trying to coordinate everything in a single blocking call.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-unrealinsights