unity-camera
Installation
SKILL.md
Camera Skills
Control the Scene View camera and Game Cameras (creation, transform, properties, screenshot, culling, orthographic toggle).
Operating Mode
- Approval (default): mutating skills (
camera_set_transform,camera_create,camera_set_properties,camera_set_culling_mask,camera_screenshot,camera_set_orthographic,camera_align_view_to_object,camera_look_at) need user grant; grant triggers a single server-side execution that returns the result. - Auto / Bypass: those skills execute directly.
- Query skills (
camera_get_info,camera_get_properties,camera_list) areSkillMode.SemiAuto— they run in all three modes without grant. - This module contains no Delete / PlayMode / Reload / high-risk skills (no NeverInSemi).
Guardrails
DO NOT (common hallucinations):
camera_move/camera_rotatedo not exist → usecamera_set_transform(Scene View) orgameobject_set_transform(Game Camera)camera_set_fovdoes not exist → usecamera_set_propertieswithfieldOfViewparametercamera_*skills control two different cameras:camera_set_transform/camera_look_at/camera_align_view_to_objectcontrol the Scene View camera;camera_create/camera_set_properties/camera_screenshotcontrol Game Camerascamera_deletedoes not exist → usegameobject_deleteon the camera GameObject