click-target
Installation
SKILL.md
Click Target in XR
Find a target object in the scene and click it using a controller, then verify the click registered.
Arguments
$ARGUMENTS should be a description of the target to find (e.g., "the RESTART button", "the scoreboard", "the settings panel").
Workflow
1. Get Scene Hierarchy
Use mcp__iwsdk-dev-mcp__scene_get_hierarchy to find the target object's UUID.
- Look for objects with entityIndex (these are ECS entities)
- PanelUI elements typically have nested children for their content