跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Unreal Insights CLI

技能 已验证 活跃

Capture 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.

功能

  • 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

使用场景

  • 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.

非目标

  • 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.

工作流

  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).

实践

  • Performance analysis
  • Headless execution
  • Automation scripting

先决条件

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

安装

npx skills add hkuds/cli-anything

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标34.4k
许可证Apache-2.0
状态
查看源代码

类似扩展

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.

技能
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.

技能
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.

技能
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.

技能
davila7

Unity Mcp Orchestrator

100

通过 MCP(模型上下文协议)工具和资源编排 Unity 编辑器。在通过 MCP for Unity 处理 Unity 项目时使用——创建/修改 GameObjects、编辑脚本、管理场景、运行测试或任何 Unity 编辑器自动化。提供最佳实践、工具模式和工作流模式,以实现有效的 Unity-MCP 集成。

技能
CoplayDev

Mcp Source

100

切换已连接 Unity 项目中的 MCP for Unity 包源。使用 /mcp-source [main|beta|branch|local] 在上游发行版、远程分支或本地开发检出之间进行切换。

技能
CoplayDev