Read/write any UObject property (material settings, actor transforms, component configs, etc.), inspect object metadata, find instances, undo/redo. This is the foundational skill for modifying ANY object in Unreal Engine — use it whenever you need to get or set a property on any UObject.
$npx -y skills add italink/unrealclientprotocol --skill unreal-object-operationInstalls into the current project.
Run `npx skills use "https://github.com/italink/unrealclientprotocol" --skill "italink/unrealclientprotocol/unreal-object-operation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/italink/unrealclientprotocol" that are relevant to the current task. Run `npx skills add "https://github.com/italink/unrealclientprotocol"` and select the relevant skills, then follow their instructions.