Unnamed Skill
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.
$ Installer
git clone https://github.com/hatayama/uLoopMCP /tmp/uLoopMCP && cp -r /tmp/uLoopMCP/.claude/skills/uloop-focus-window ~/.claude/skills/uLoopMCP// tip: Run this command in your terminal to install the skill
SKILL.md
name: uloop-focus-window description: 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.
uloop focus-window
Bring Unity Editor window to front.
Usage
uloop focus-window
Parameters
None.
Examples
# 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
Repository

hatayama
Author
hatayama/uLoopMCP/.claude/skills/uloop-focus-window
105
Stars
8
Forks
Updated5d ago
Added1w ago