·uloop-screenshot
</>

uloop-screenshot

Take a screenshot of Unity Editor windows and save as PNG image. Use when you need to: (1) Screenshot the Game View, Scene View, Console, Inspector, or other windows, (2) Capture current visual state for debugging or documentation, (3) Save what the Editor looks like as an image file.

29Installs·0Trend·@hatayama

Installation

$npx skills add https://github.com/hatayama/uloopmcp --skill uloop-screenshot

How to Install uloop-screenshot

Quickly install uloop-screenshot AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hatayama/uloopmcp --skill uloop-screenshot
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hatayama/uloopmcp.

SKILL.md

View raw

Capture any Unity EditorWindow by name and save as PNG.

| --window-name | string | Game | Window name to capture (e.g., "Game", "Scene", "Console", "Inspector", "Project", "Hierarchy", or any EditorWindow title) | | --resolution-scale | number | 1.0 | Resolution scale (0.1 to 1.0) | | --match-mode | enum | exact | Window name matching mode: exact, prefix, or contains. All modes are case-insensitive. |

| exact | Window name must match exactly (case-insensitive) | "Project" matches "Project" only | | prefix | Window name must start with the input | "Project" matches "Project" and "Project Settings" | | contains | Window name must contain the input anywhere | "set" matches "Project Settings" |

Take a screenshot of Unity Editor windows and save as PNG image. Use when you need to: (1) Screenshot the Game View, Scene View, Console, Inspector, or other windows, (2) Capture current visual state for debugging or documentation, (3) Save what the Editor looks like as an image file. Source: hatayama/uloopmcp.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hatayama/uloopmcp --skill uloop-screenshot
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from hatayama/uloopmcp

Quick answers

What is uloop-screenshot?

Take a screenshot of Unity Editor windows and save as PNG image. Use when you need to: (1) Screenshot the Game View, Scene View, Console, Inspector, or other windows, (2) Capture current visual state for debugging or documentation, (3) Save what the Editor looks like as an image file. Source: hatayama/uloopmcp.

How do I install uloop-screenshot?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hatayama/uloopmcp --skill uloop-screenshot Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hatayama/uloopmcp