Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Unreal Insights CLI

Skill Verifiziert Aktiv

Capture Unreal Engine traces to .utrace files and export Unreal Insights timing/counter data in headless mode.

Zweck

To enable AI agents to programmatically capture and analyze Unreal Engine performance data, facilitating headless profiling and optimization workflows without manual intervention.

Funktionen

  • Capture Unreal Engine traces to .utrace files
  • Export Unreal Insights timing and counter data
  • Headless mode execution for automated workflows
  • Backend discovery and setup for source-built engines
  • Control over trace session state and capture orchestration

Anwendungsfälle

  • Automating performance profiling of Unreal Engine games or applications.
  • Exporting detailed timing and counter data for analysis by AI agents.
  • Running trace capture and analysis in CI/CD pipelines.
  • Troubleshooting performance bottlenecks in Unreal Engine projects.

Nicht-Ziele

  • Controlling already-running UE instances or browsing trace stores.
  • Providing a GUI for trace analysis.
  • Functionality on operating systems other than Windows.
  • Controlling UE instances not launched by the skill itself.

Workflow

  1. Discover and ensure Unreal Insights backend availability.
  2. Configure trace session state.
  3. Orchestrate trace capture, optionally specifying project, engine root, output trace, channels, and commands.
  4. Control continuous capture sessions (start, status, snapshot, stop).
  5. Perform offline export of trace data to various formats (threads, timer-stats, counter-values, batch response files).

Praktiken

  • Performance analysis
  • Headless execution
  • Automation scripting

Voraussetzungen

  • Unreal Engine 5.5+ installed with UnrealInsights.exe
  • Windows operating system
  • Optional explicit env vars: UNREALINSIGHTS_EXE, UNREAL_TRACE_SERVER_EXE, UNREALINSIGHTS_TRACE

Installation

npx skills add hkuds/cli-anything

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 19 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne34.4k
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Game Ci Pipeline

99

Invoke to set up CI/CD pipelines for game builds -- automated testing, build pipelines, and deployment to Steam, itch.io, or Epic. Triggers on: "CI", "CD", "pipeline", "automated build", "deploy", "Steam deploy", "itch.io butler", "GitHub Actions game", "build automation". Do NOT invoke for general code review (use game-code-review) or manual testing guidance (use game-qa-lead). Part of the AlterLab GameForge collection.

Skill
AlterLab-IEU

Unreal Engine 5 Specialist

99

Invoke when the user works with Unreal Engine 5 or asks about C++/Blueprints, GAS, replication, Nanite, Lumen, CommonUI, Enhanced Input, or World Partition. Triggers on: "Unreal", "UE5", "Blueprint", "GAS", "Nanite", "Lumen", "CommonUI", "Enhanced Input", "World Partition", ".uproject". Do NOT invoke for engine-agnostic architecture (use game-technical-director) or Godot/Unity questions. Part of the AlterLab GameForge collection.

Skill
AlterLab-IEU

Game Developer

98

Use when building game systems, implementing Unity/Unreal Engine features, or optimizing game performance. Invoke to implement ECS architecture, configure physics systems and colliders, set up multiplayer networking with lag compensation, optimize frame rates to 60+ FPS targets, develop shaders, or apply game design patterns such as object pooling and state machines. Trigger keywords: Unity, Unreal Engine, game development, ECS architecture, game physics, multiplayer networking, game optimization, shader programming, game AI.

Skill
jeffallan

Develop Web Game

100

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

Skill
davila7

Unity Mcp Orchestrator

100

Orchestrieren Sie die Unity Editor über MCP (Model Context Protocol)-Tools und -Ressourcen. Verwenden Sie dies bei der Arbeit mit Unity-Projekten über MCP für Unity – Erstellen/Ändern von GameObjects, Bearbeiten von Skripten, Verwalten von Szenen, Ausführen von Tests oder jede Automatisierung des Unity Editors. Bietet Best Practices, Tool-Schemas und Workflow-Muster für eine effektive Unity-MCP-Integration.

Skill
CoplayDev

Mcp Source

100

Wechselt die MCP für Unity-Paketquelle in verbundenen Unity-Projekten. Verwenden Sie /mcp-source [main|beta|branch|local], um zwischen Upstream-Releases, Ihrem Remote-Branch oder Ihrem lokalen Entwicklungs-Checkout zu wechseln.

Skill
CoplayDev