Unity Editor component management: add, remove, get, and modify components on GameObjects via run_unity_python. Use when AI needs to: (1) add components (Rigidbody, Collider, Light, Camera, AudioSource, etc.), (2) remove components, (3) get component property values, (4) set component property values (serialized fields), (5) list all components on a GameObject. NOT for: creating GameObjects (use unity-gameobject-ops), script creation (use unity-editor-control).
$npx -y skills add ivanyangyangxi/artclaw_bridge --skill unity-component-opsInstalls into the current project.
Run `npx skills use "https://github.com/ivanyangyangxi/artclaw_bridge" --skill "ivanyangyangxi/artclaw_bridge/unity-component-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.