Agent skill
uloop-focus-window
Bring Unity Editor window to front via uloop CLI. Use when you need to: (1) Focus Unity Editor before capturing screenshots, (2) Ensure Unity window is visible for visual checks, (3) Bring Unity to foreground for user interaction.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/uloop-focus-window
SKILL.md
uloop focus-window
Bring Unity Editor window to front.
Usage
bash
uloop focus-window
Parameters
None.
Examples
bash
# Focus Unity Editor
uloop focus-window
Output
Returns JSON confirming the window was focused.
Notes
- Useful before
uloop capture-unity-windowto ensure the target window is visible - Brings the main Unity Editor window to the foreground
Didn't find tool you were looking for?