unreal-domain

Route Unreal Engine automation tasks between host-side Python scripts and in-Editor MCP control channels.

3|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kitaekatt/plugins-kit --skill unreal-domain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unreal-domain
Source: https://github.com/kitaekatt/plugins-kit/tree/main/plugins/unreal-kit/skills/unreal-domain
Command: npx skills add https://github.com/kitaekatt/plugins-kit --skill unreal-domain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the friction of switching between manual Editor tasks and automated data processing by providing a unified routing layer for Unreal Engine automation.

Core Features & Use Cases

  • Host-side Data Access: Read, write, and extract asset properties via Python without needing the Editor open.
  • Live Editor Control: Use MCP to spawn actors, author graphs, and drive Play-In-Editor (PIE) sessions in a live environment.
  • Maintenance: Automate the cleanup of ObjectRedirectors in P4-backed projects to keep your repository healthy.

Quick Start

Ask the unreal-domain to read the properties of the selected asset in the current project.

Frequently Asked Questions about unreal-domain

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

FAQPage Schema
How do I automate Unreal Engine asset management without opening the Editor?

Unreal Engine asset management automation can run host-side Python scripts to read, write, and extract asset properties directly, routing tasks without requiring a live Editor instance.

Can I control live Unreal Editor sessions using Python and MCP?

Live Unreal Editor control via MCP channels allows you to spawn actors, author graphs, and drive Play-In-Editor (PIE) sessions programmatically through routed Python automation commands.

What's the best way to clean up ObjectRedirectors in a Perforce-backed Unreal project?

ObjectRedirector cleanup in Perforce-backed Unreal projects is automated through dedicated routing channels, scanning and resolving redirectors to maintain a healthy repository state.

Do I need a specific environment configured to route Unreal Engine automation tasks?

Unreal Engine automation routing requires a configured unreal-kit environment with explicit access to both the project root directory and the engine installation to function correctly.

Does this automation approach support both offline data processing and live Editor manipulation?

Unreal Engine automation routing supports both offline host-side data processing via Python and live Editor manipulation via MCP, unifying workflows within shared project runtimes.