# Uloop Focus Window

> uloop focus-window

- Skill: `hatayama/uloop-focus-window-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hatayama/uloop-focus-window-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hatayama/uloop-focus-window-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hatayama (https://skillmd.com/u/hatayama)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hatayama/uloop-focus-window-3

---


# 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-window` to ensure the target window is visible
- Brings the main Unity Editor window to the foreground

