Unity Editor scene operations via run_unity_python MCP tool. Use when AI needs to: (1) get scene info or hierarchy, (2) open/save/create scenes, (3) find GameObjects by name, tag, or layer, (4) manage Build Settings scene list, (5) query scene statistics (object count, dirty state, path). NOT for: runtime scene loading (Application.LoadScene), asset creation, component editing.
$npx -y skills add ivanyangyangxi/artclaw_bridge --skill unity-scene-opsInstalls into the current project.
Run `npx skills use "https://github.com/ivanyangyangxi/artclaw_bridge" --skill "ivanyangyangxi/artclaw_bridge/unity-scene-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.