Unity Editor GameObject creation, deletion, transform, and hierarchy operations via run_unity_python. Use when AI needs to: (1) create/delete/duplicate GameObjects, (2) set position/rotation/scale, (3) get or set parent-child relationships, (4) set active state, (5) get current editor selection, (6) rename GameObjects, (7) move objects in hierarchy. NOT for: adding/removing components (use unity-component-ops), asset operations (use unity-asset-ops).
$npx -y skills add ivanyangyangxi/artclaw_bridge --skill unity-gameobject-opsInstalls into the current project.
Run `npx skills use "https://github.com/ivanyangyangxi/artclaw_bridge" --skill "ivanyangyangxi/artclaw_bridge/unity-gameobject-ops"` 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/ivanyangyangxi/artclaw_bridge" that are relevant to the current task. Run `npx skills add "https://github.com/ivanyangyangxi/artclaw_bridge"` and select the relevant skills, then follow their instructions.