Unreal Insights CLI
Skill Verifiziert AktivCapture Unreal Engine traces to .utrace files and export Unreal Insights timing/counter data in headless mode.
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
- Discover and ensure Unreal Insights backend availability.
- Configure trace session state.
- Orchestrate trace capture, optionally specifying project, engine root, output trace, channels, and commands.
- Control continuous capture sessions (start, status, snapshot, stop).
- 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-anythingFü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
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Game Ci Pipeline
99Invoke 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.
Unreal Engine 5 Specialist
99Invoke 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.
Game Developer
98Use 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.
Develop Web Game
100Use 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.
Unity Mcp Orchestrator
100Orchestrieren 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.
Mcp Source
100Wechselt 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.